Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/core (source) ~1.6.10 -> ~1.6.13 age confidence
@rsbuild/core (source) ^1.6.10 -> ^1.6.13 age confidence
@rsbuild/plugin-eslint ^1.1.2 -> ^1.2.0 age confidence
@rsdoctor/rspack-plugin (source) ^1.3.11 -> ^1.3.12 age confidence
@rslib/core (source) ^0.18.2 -> ^0.18.3 age confidence
@rspack/cli (source) 1.6.5 -> 1.6.6 age confidence
@rspack/core (source) 1.6.5 -> 1.6.6 age confidence
@rstest/core (source) ^0.6.8 -> ^0.7.0 age confidence
@rstest/core (source) 0.6.8 -> 0.7.0 age confidence
@storybook/addon-docs (source) ^10.1.2 -> ^10.1.4 age confidence
@storybook/addon-onboarding (source) ^10.1.2 -> ^10.1.4 age confidence
@storybook/react (source) ^10.1.2 -> ^10.1.4 age confidence
@storybook/vue3 (source) ^10.1.2 -> ^10.1.4 age confidence
@stylexjs/stylex ^0.17.1 -> ^0.17.2 age confidence
@types/express (source) ^5.0.5 -> ^5.0.6 age confidence
@typescript-eslint/eslint-plugin (source) ^8.48.0 -> ^8.48.1 age confidence
@typescript-eslint/parser (source) ^8.48.0 -> ^8.48.1 age confidence
@unocss/preset-attributify (source) ^66.5.9 -> ^66.5.10 age confidence
@unocss/preset-uno (source) ^66.5.9 -> ^66.5.10 age confidence
@unocss/webpack (source) ^66.5.9 -> ^66.5.10 age confidence
element-plus (source) ^2.11.9 -> ^2.12.0 age confidence
esbuild 0.27.0 -> 0.27.1 age confidence
eslint-rspack-plugin ^4.2.1 -> ^4.3.0 age confidence
express (source) ^5.1.0 -> ^5.2.1 age confidence
express (source) 5.2.0 -> 5.2.1 age confidence
lucide-react (source) ^0.555.0 -> ^0.556.0 age confidence
next-rspack (source) 16.0.6 -> 16.0.7 age confidence
preact (source) 10.27.2 -> 10.28.0 age confidence
preact (source) ^10.27.2 -> ^10.28.0 age confidence
react (source) ^19.2.0 -> ^19.2.1 age confidence
react-dom (source) ^19.2.0 -> ^19.2.1 age confidence
rspress (source) ^1.46.2 -> ^1.47.0 age confidence
storybook (source) ^10.1.2 -> ^10.1.4 age confidence
storybook-addon-rslib (source) ^3.0.0 -> ^3.1.0 age confidence
storybook-react-rsbuild (source) ^3.0.0 -> ^3.1.0 age confidence
storybook-vue3-rsbuild (source) ^3.0.0 -> ^3.1.0 age confidence
svelte (source) ^5.45.2 -> ^5.45.6 age confidence
terser-webpack-plugin 5.3.14 -> 5.3.15 age confidence
ts-checker-rspack-plugin ^1.2.0 -> ^1.2.1 age confidence
vue-tsc (source) ^3.1.5 -> ^3.1.7 age confidence

Release Notes

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

v1.6.13

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.6.12...v1.6.13

v1.6.12

Compare Source

What's Changed
New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.6.11...v1.6.12

v1.6.11

Compare Source

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

Full Changelog: web-infra-dev/rsbuild@v1.6.10...v1.6.11

rspack-contrib/rsbuild-plugin-eslint (@​rsbuild/plugin-eslint)

v1.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: rspack-contrib/rsbuild-plugin-eslint@v1.1.2...v1.2.0

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

v1.3.12

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsdoctor@v1.3.11...v1.3.12

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

v0.18.3

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.2...v0.18.3

web-infra-dev/rspack (@​rspack/cli)

v1.6.6

Compare Source

Highlights 💡
Compact module factories

Rspack now generates a more compact module factory format that trims the wrapper function. Benchmarks show this reduces bundle size by about 1% before gzip.

image
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v1.6.5...v1.6.6

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

v0.7.0

Compare Source

What's Changed
Breaking Changes
Use SWC v47

Since SWC 46 is incompatible with swc-plugin-coverage-instrument, we are skipping SWC 46 (rspack 1.6 and rsbuild 1.6). Instead, SWC 47 will be used in rspack 1.7, and rstest will directly use the canary version of rspack / rsbuild 1.7 with SWC 47.

If your project uses SWC Wasm plugins (such as @swc/plugin-emotion), you will need to upgrade the plugins to a version compatible with swc_core@​47; otherwise, it may cause build errors due to version incompatibility.

see https://plugins.swc.rs/versions/range/768 to get all available swc plugin versions for Rstest v0.7.

New Features 🎉
Bug Fixes 🐞
Document 📖

Full Changelog: web-infra-dev/rstest@v0.6.9...v0.7.0

v0.6.9

Compare Source

What's Changed
Bug Fixes 🐞
  • fix: should handle circular reference in error object correctly by @​9aoy in #​728
  • fix: stripping types error under node_modules by @​9aoy in #​730
  • fix(vscode): should compute range correctly with chinese characters by @​9aoy in #​733
Document 📖

Full Changelog: web-infra-dev/rstest@v0.6.8...v0.6.9

storybookjs/storybook (@​storybook/addon-docs)

v10.1.4

Compare Source

v10.1.3

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v10.1.4

Compare Source

10.1.4

v10.1.3

Compare Source

10.1.3

facebook/stylex (@​stylexjs/stylex)

v0.17.2

Compare Source

  • Pass importSources to babel plugin in unplugin plugin.
  • Fix custom typescript typedef mistake.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

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

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

v8.48.1

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.

unocss/unocss (@​unocss/preset-attributify)

v66.5.10

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
element-plus/element-plus (element-plus)

v2.12.0

Compare Source

2.12.0

2025-12-05

Features
Bug fixes

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) December 8, 2025 00:35
@renovate renovate bot merged commit d3bbb33 into main Dec 8, 2025
4 checks passed
@renovate renovate bot deleted the renovate/all-non-major branch December 8, 2025 00:37
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