Skip to content

fix(deps): update all non-major dependencies#449

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#449
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 3, 2026

This PR contains the following updates:

Package Change Age Confidence
@babel/preset-env (source) 7.29.27.29.3 age confidence
@module-federation/enhanced (source) ^2.3.3^2.4.0 age confidence
@module-federation/rsbuild-plugin (source) ^2.3.3^2.4.0 age confidence
@module-federation/storybook-addon (source) ^6.0.10^6.0.11 age confidence
@rsbuild/core (source) 2.0.12.0.3 age confidence
@rsbuild/plugin-less (source) ^1.6.2^1.6.3 age confidence
@rsbuild/plugin-sass (source) ^1.5.1^1.5.2 age confidence
@rslint/core ^0.5.0^0.5.1 age confidence
@rspack/cli (source) 2.0.02.0.1 age confidence
@rspack/core (source) 2.0.02.0.1 age confidence
@rspress/core (source) ^2.0.9^2.0.10 age confidence
@rspress/plugin-api-docgen (source) ^2.0.9^2.0.10 age confidence
@rspress/plugin-preview (source) ^2.0.9^2.0.10 age confidence
@rstest/browser (source) ^0.9.9^0.9.10 age confidence
@rstest/browser-react (source) ^0.9.9^0.9.10 age confidence
@rstest/core (source) ^0.9.9^0.9.10 age confidence
@storybook/addon-docs (source) ^10.3.5^10.3.6 age confidence
@storybook/addon-onboarding (source) ^10.3.5^10.3.6 age confidence
@storybook/react (source) ^10.3.5^10.3.6 age confidence
@storybook/vue3 (source) ^10.3.5^10.3.6 age confidence
@swc/plugin-emotion (source) ^14.8.0^14.9.0 age confidence
@swc/plugin-loadable-components (source) ^11.8.0^11.9.0 age confidence
@swc/plugin-prefresh (source) ^12.8.0^12.9.0 age confidence
@swc/plugin-relay (source) ^12.8.0^12.9.0 age confidence
@swc/plugin-remove-console (source) ^12.8.0^12.9.0 age confidence
@swc/plugin-styled-components (source) ^12.8.0^12.9.0 age confidence
@swc/plugin-styled-jsx (source) ^13.8.0^13.9.0 age confidence
@swc/plugin-transform-imports (source) ^12.8.0^12.9.0 age confidence
@typescript-eslint/eslint-plugin (source) ^8.59.0^8.59.1 age confidence
@typescript-eslint/parser (source) ^8.59.0^8.59.1 age confidence
@vue/test-utils ^2.4.8^2.4.10 age confidence
postcss (source) 8.5.128.5.13 age confidence
storybook (source) ^10.3.5^10.3.6 age confidence
svelte-check ^4.4.6^4.4.7 age confidence

Release Notes

babel/babel (@​babel/preset-env)

v7.29.3

Compare Source

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

v2.4.0

Compare Source

Minor Changes
  • 13b1e84: chore: remove the legacy Data Prefetch package and its related configuration, manifest fields, and runtime hooks.
Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v2.4.0

Compare Source

Patch Changes
module-federation/core (@​module-federation/storybook-addon)

v6.0.11

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

v2.0.3

Compare Source

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

Full Changelog: web-infra-dev/rsbuild@v2.0.2...v2.0.3

v2.0.2

Compare Source

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

Full Changelog: web-infra-dev/rsbuild@v2.0.1...v2.0.2

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

v2.0.1

Compare Source

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

Full Changelog: web-infra-dev/rspack@v2.0.0...v2.0.1

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

v2.0.10

Compare Source

Highlights✨
Rspack 2.0 & Rsbuild 2.0 integrated 🦀

related PR: #​3322

Rspress v2.0.10 upgrades Rsbuild to 2.0.0, which means Rspress is now powered by the stable Rspack 2.0 toolchain. This keeps Rspress aligned with the latest Rstack ecosystem and brings the compiler improvements from Rspack 2.0 to every Rspress site.

See more 👉🏻 Rspack 2.0 and Rsbuild 2.0

New Prompt component 🤖

related PR: #​3325

Rspress now provides a built-in Prompt component from @rspress/core/theme, designed for AI-native documentation.

It helps authors present reusable, copyable agent instructions directly in MDX, with theme-ready styling and flexible custom content support.

20260428180332_rec_

See more 👉🏻 Prompt - Rspress doc components

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

Full Changelog: web-infra-dev/rspress@v2.0.9...v2.0.10

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

v0.9.10

Compare Source

What's Changed
Performance 🚀
Bug Fixes 🐞
  • fix(core): clean coverage at run start instead of from rsbuild compile hook by @​fi3ework in #​1214
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.9...v0.9.10

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

v10.3.6

Compare Source

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

v10.3.6

Compare Source

10.3.6

swc-project/plugins (@​swc/plugin-emotion)

v14.9.0

Minor Changes
  • d2f9cfa: build: Update swc_core to v65.0.0
Patch Changes
  • 2a1be0d: Fix the emotion keyframes auto-label regression so generated animations keep the plain name string instead of receiving a label: CSS fragment.
swc-project/plugins (@​swc/plugin-loadable-components)

v11.9.0

Minor Changes
  • d2f9cfa: build: Update swc_core to v65.0.0
swc-project/plugins (@​swc/plugin-prefresh)

v12.9.0

Minor Changes
  • d2f9cfa: build: Update swc_core to v65.0.0
swc-project/plugins (@​swc/plugin-relay)

v12.9.0

Minor Changes
  • d2f9cfa: build: Update swc_core to v65.0.0
swc-project/plugins (@​swc/plugin-remove-console)

v12.9.0

Minor Changes
  • d2f9cfa: build: Update swc_core to v65.0.0
swc-project/plugins (@​swc/plugin-styled-components)

v12.9.0

Minor Changes
  • d2f9cfa: build: Update swc_core to v65.0.0
swc-project/plugins (@​swc/plugin-styled-jsx)

v13.9.0

Minor Changes
  • d2f9cfa: build: Update swc_core to v65.0.0
swc-project/plugins (@​swc/plugin-transform-imports)

v12.9.0

Minor Changes
  • d2f9cfa: build: Update swc_core to v65.0.0
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.59.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#​12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#​12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#​12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#​12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#​12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#​12246)
❤️ Thank You

See GitHub Releases for more information.

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

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

v8.59.1

Compare Source

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

See GitHub Releases for more information.

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

vuejs/test-utils (@​vue/test-utils)

v2.4.10

Compare Source

v2.4.9

Compare Source

compare changes

🩹 Fixes
  • Tolerate duplicate attachTo cleanup (#​2830)
📖 Documentation
🏡 Chore
  • Migrate renovate config (5d37934)
🤖 CI
  • Pin github actions to commit hashes (75dcef3)
❤️ Contributors
postcss/postcss (postcss)

v8.5.13

Compare Source

  • Fixed postcss-scss commend regression.
sveltejs/language-tools (svelte-check)

v4.4.7

Compare Source

Patch Changes
  • fix: flush stdout/stderr before exit (#​3014)

  • fix: report diagnostics in tsconfig.json (#​3005)


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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) May 3, 2026 16:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d548405 to fe4b3f1 Compare May 4, 2026 00:42
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.

0 participants