Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update development-dependencies #855

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/compat 1.2.3 -> 1.2.4 age adoption passing confidence
@eslint/js (source) 9.15.0 -> 9.16.0 age adoption passing confidence
@microsoft/api-extractor (source) 7.47.11 -> 7.48.0 age adoption passing confidence
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence
@types/node (source) 22.9.0 -> 22.10.1 age adoption passing confidence
@types/react (source) 18.3.12 -> 18.3.14 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 18.3.2 age adoption passing confidence
@vitejs/plugin-basic-ssl 1.1.0 -> 1.2.0 age adoption passing confidence
@vitejs/plugin-react-swc 3.7.1 -> 3.7.2 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.5 -> 2.1.8 age adoption passing confidence
@vitest/eslint-plugin 1.1.10 -> 1.1.14 age adoption passing confidence
eslint (source) 9.15.0 -> 9.16.0 age adoption passing confidence
eslint-plugin-promise 7.1.0 -> 7.2.1 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.0.0 -> 5.1.0 age adoption passing confidence
eslint-plugin-testing-library 6.4.0 -> 6.5.0 age adoption passing confidence
happy-dom 15.11.6 -> 15.11.7 age adoption passing confidence
msw (source) 2.6.5 -> 2.6.8 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
rollup (source) 4.27.3 -> 4.28.1 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
typescript-eslint (source) 8.15.0 -> 8.17.0 age adoption passing confidence
vitest (source) 2.1.5 -> 2.1.8 age adoption passing confidence

Release Notes

eslint/rewrite (@​eslint/compat)

v1.2.4

Compare Source

eslint/eslint (@​eslint/js)

v9.16.0

Compare Source

microsoft/rushstack (@​microsoft/api-extractor)

v7.48.0

Compare Source

Sat, 23 Nov 2024 01:18:55 GMT

Minor changes
  • Update TSDoc dependencies.

v7.47.12

Compare Source

Fri, 22 Nov 2024 01:10:43 GMT

Version update only

testing-library/react-testing-library (@​testing-library/react)

v16.1.0

Compare Source

vitejs/vite-plugin-basic-ssl (@​vitejs/plugin-basic-ssl)

v1.2.0

Compare Source

Bug Fixes
Features
vitejs/vite-plugin-react-swc (@​vitejs/plugin-react-swc)

v3.7.2

Compare Source

Add Vite 6 to peerDependencies range #​207

Thanks @​RobinTail

Revert throw when refresh runtime is loaded twice #​237

Revert the throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.

This revert was done in the Babel plugin last year and I didn't port it back.

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.14

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.13...v1.1.14

v1.1.13

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.12...v1.1.13

v1.1.12

Compare Source

Bug Fixes

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.11...v1.1.12

v1.1.11

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.10...v1.1.11

eslint/eslint (eslint)

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v7.2.1

Compare Source

🩹 Fixes
  • no-callback-in-promise: false triggering of callback (#​574) (8324564)
🧹 Chores

v7.2.0

Compare Source

🌟 Features
🩹 Fixes
  • permit appropriate computed member expressions and prototype access (#​535) (4de9d43)
🧹 Chores
facebook/react (eslint-plugin-react-hooks)

v5.1.0

Compare Source

testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)

v6.5.0

Compare Source

Features
capricorn86/happy-dom (happy-dom)

v15.11.7

Compare Source

👷‍♂️ Patch fixes
  • Allow for an URL to be a string or an URL object in History.pushState() and History.replaceState() - By @​sohailalam2 in task #​1621
mswjs/msw (msw)

v2.6.8

Compare Source

v2.6.8 (2024-12-07)

Bug Fixes

v2.6.7

Compare Source

v2.6.7 (2024-12-06)

Bug Fixes

v2.6.6

Compare Source

v2.6.6 (2024-11-22)

Bug Fixes
prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.28.1

Compare Source

2024-12-06

Bug Fixes
  • Support running Rollup natively on LoongArch (#​5749)
  • Add optional debugId to SourceMap types (#​5751)
Pull Requests

v4.28.0

Compare Source

2024-11-30

Features
  • Allow to specify how to handle import attributes when transpiling Rollup config files (#​5743)
Pull Requests

v4.27.4

Compare Source

2024-11-23

Bug Fixes
  • Update bundled magic-string to support sourcemap debug ids (#​5740)
Pull Requests
microsoft/TypeScript (typescript)

v5.7.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.17.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.16.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 19, 2024 18:55
@renovate renovate bot enabled auto-merge (squash) November 19, 2024 18:55
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 082a134 to 388c9e9 Compare November 20, 2024 13:52
@renovate renovate bot changed the title Update dependency @types/node to v22.9.1 Update development-dependencies Nov 20, 2024
Copy link

changeset-bot bot commented Nov 20, 2024

⚠️ No Changeset found

Latest commit: d9f51a5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/development-dependencies branch 16 times, most recently from 1ab3973 to 6fa010d Compare November 27, 2024 08:59
@renovate renovate bot force-pushed the renovate/development-dependencies branch 8 times, most recently from ab342c7 to 9cd6fee Compare December 2, 2024 12:25
@renovate renovate bot force-pushed the renovate/development-dependencies branch 12 times, most recently from 78561b3 to 7fd8d06 Compare December 7, 2024 03:08
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 7fd8d06 to d9f51a5 Compare December 9, 2024 09:16
Copy link
Contributor

@weeman1337 weeman1337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No major bumps + CI was successful ✔️

@renovate renovate bot merged commit b0ca68b into main Dec 9, 2024
4 checks passed
@renovate renovate bot deleted the renovate/development-dependencies branch December 9, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant