Skip to content

chore(deps): update all non-major dependencies#335

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-non-major
Aug 25, 2025
Merged

chore(deps): update all non-major dependencies#335
chenjiahan merged 1 commit intomainfrom
renovate/all-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 25, 2025

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome (source) ^2.2.0 -> ^2.2.2 age confidence
@lingui/swc-plugin ^5.6.0 -> ^5.6.1 age confidence
@module-federation/enhanced (source) ^0.18.2 -> ^0.18.3 age confidence
@module-federation/rsbuild-plugin (source) ^0.18.2 -> ^0.18.3 age confidence
@prefresh/core (source) 1.5.5 -> 1.5.7 age confidence
@prefresh/webpack (source) 4.0.3 -> 4.0.5 age confidence
@rsbuild/plugin-vue (source) ^1.1.1 -> ^1.1.2 age confidence
@rsdoctor/rspack-plugin (source) ^1.2.2 -> ^1.2.3 age confidence
@rstest/core (source) 0.2.1 -> 0.2.2 age confidence
@swc/core (source) ^1.13.3 -> ^1.13.5 age confidence
@testing-library/jest-dom ^6.7.0 -> ^6.8.0 age confidence
@tsconfig/svelte (source) ^5.0.4 -> ^5.0.5 age confidence
@types/node (source) ^22.17.1 -> ^22.17.2 age confidence
@types/react (source) ^19.1.10 -> ^19.1.11 age confidence
@types/react (source) ^19.1.9 -> ^19.1.11 age confidence
@typescript-eslint/eslint-plugin (source) ^8.39.1 -> ^8.40.0 age confidence
@typescript-eslint/parser (source) ^8.39.1 -> ^8.40.0 age confidence
core-js (source) 3.45.0 -> 3.45.1 age confidence
element-plus (source) ^2.10.7 -> ^2.11.1 age confidence
eslint (source) ^9.33.0 -> ^9.34.0 age confidence
less (source) 4.4.0 -> 4.4.1 age confidence
lucide-react (source) ^0.539.0 -> ^0.541.0 age confidence
next (source) 15.4.6 -> 15.5.0 age confidence
next-rspack (source) 15.4.6 -> 15.5.0 age confidence
pnpm (source) 10.14.0 -> 10.15.0 age confidence
preact (source) 10.27.0 -> 10.27.1 age confidence
preact (source) ^10.27.0 -> ^10.27.1 age confidence
stylus-loader 8.1.1 -> 8.1.2 age confidence
taze ^19.1.0 -> ^19.3.0 age confidence
ts-loader 9.5.2 -> 9.5.4 age confidence
webpack ^5.101.2 -> ^5.101.3 age confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.2.2

Compare Source

Patch Changes
  • #​7244 660031b Thanks @​JeetuSuthar! - Fixed #​7225: The noExtraBooleanCast rule now preserves parentheses when removing Boolean calls inside negations.

    // Before
    !Boolean(b0 && b1);
    // After
    !(b0 && b1); // instead of !b0 && b1
  • #​7298 46a8e93 Thanks @​unvalley! - Fixed #​6695: useNamingConvention now correctly reports TypeScript parameter properties with modifiers.

    Previously, constructor parameter properties with modifiers like private or readonly were not checked against naming conventions. These properties are now treated consistently with regular class properties.

lingui/swc-plugin (@​lingui/swc-plugin)

v5.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: lingui/swc-plugin@5.6.0...5.6.1

module-federation/core (@​module-federation/enhanced)

v0.18.3

Compare Source

Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v0.18.3

Compare Source

Patch Changes
preactjs/prefresh (@​prefresh/core)

v1.5.7

Compare Source

Patch Changes

v1.5.6

Compare Source

Patch Changes
preactjs/prefresh (@​prefresh/webpack)

v4.0.5

Compare Source

Patch Changes

v4.0.4

Compare Source

Patch Changes
web-infra-dev/rsbuild (@​rsbuild/plugin-vue)

v1.1.2

Compare Source

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.1...v1.1.2

web-infra-dev/rsdoctor (@​rsdoctor/rspack-plugin)

v1.2.3

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsdoctor@v1.2.2...v1.2.3

web-infra-dev/rstest (@​rstest/core)

v0.2.2

Compare Source

What's Changed

New Features 🎉
Other Changes

Full Changelog: web-infra-dev/rstest@v0.2.1...v0.2.2

swc-project/swc (@​swc/core)

v1.13.5

Compare Source

Bug Fixes
Features
Refactor

v1.13.4

Compare Source

Bug Fixes
  • (es/lexer) Use error when handling '\0' (#​10964) (53c22d1)

  • (es/minifier) Skip serde of pure_funcs in options (#​10969) (862e70d)

  • (es/minifier) Fix compile error with debug feature (#​10999) (831eed5)

  • (es/minifier) Don't eliminate class expr if some side effects contain this (#​11003) (18aeac6)

  • (es/module) Support optional chaining in import.meta (#​10985) (758d8ec)

  • (es/parser) Allow TS type args to start with LSHIFT (<<) to parse T<<S>() => void> (#​10996) (4911ec7)

  • (ts/isolated-dts) Correct optional marker for class fields generated from constructor parameter (#​10992) (0d680fd)

  • Expose GlobalPassOption.build (#​10968) (c8a2668)

Features
Miscellaneous Tasks
Performance
Refactor
testing-library/jest-dom (@​testing-library/jest-dom)

v6.8.0

Compare Source

tsconfig/bases (@​tsconfig/svelte)

v5.0.5

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.40.0

Compare Source

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

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

zloirock/core-js (core-js)

v3.45.1

Compare Source

  • Changes v3.45.0...v3.45.1 (30 commits)
  • Fixed a conflict of native methods from Map upsert proposal with polyfilled methods in the pure version
  • Added bugs fields to package.json of all packages
  • Compat data improvements:
    • Map upsert proposal features marked as shipped from Bun 1.2.20
    • Added Samsung Internet 29 compat data mapping
    • Added Electron 39 compat data mapping
element-plus/element-plus (element-plus)

v2.11.1

Compare Source

2.11.1

2025-08-23

Bug fixes

v2.11.0

Compare Source

2.11.0

2025-08-22

Features
Bug fixes
Refactors
eslint/eslint (eslint)

v9.34.0

Compare Source

less/less.js (less)

v4.4.1

Compare Source

lucide-icons/lucide (lucide-react)

v0.541.0: Version 0.541.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.540.0...0.541.0

v0.540.0: Version 0.540.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 force-pushed the renovate/all-non-major branch from bf0c2b0 to 697e3f0 Compare August 25, 2025 02:26
@chenjiahan chenjiahan enabled auto-merge (squash) August 25, 2025 02:27
@chenjiahan chenjiahan merged commit 736ad34 into main Aug 25, 2025
4 checks passed
@chenjiahan chenjiahan deleted the renovate/all-non-major branch August 25, 2025 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant