Skip to content

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

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
May 31, 2026
Merged

fix(deps): update all non-major dependencies#465
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/core (source) 2.0.82.0.9 age confidence
@rsbuild/core (source) ~2.0.8~2.0.9 age confidence
@rsbuild/plugin-babel (source) ^1.2.0^1.2.1 age confidence
@rsbuild/plugin-eslint ^2.0.0^2.0.1 age confidence
@rsbuild/plugin-less (source) ^1.6.3^1.6.4 age confidence
@rsbuild/plugin-mdx ^1.1.1^1.1.2 age confidence
@rsbuild/plugin-preact (source) ^1.7.2^1.7.3 age confidence
@rsbuild/plugin-react (source) ^2.0.0^2.0.1 age confidence
@rsbuild/plugin-react (source) 2.0.02.0.1 age confidence
@rsbuild/plugin-sass (source) ^1.5.2^1.5.3 age confidence
@rsbuild/plugin-solid (source) ^1.2.0^1.2.1 age confidence
@rsbuild/plugin-styled-components ^1.6.1^1.6.2 age confidence
@rsbuild/plugin-svelte (source) ^1.1.1^1.1.2 age confidence
@rsbuild/plugin-tailwindcss (source) ^2.0.0^2.0.1 age confidence
@rsbuild/plugin-umd ^1.0.6^1.0.7 age confidence
@rsbuild/plugin-vue (source) ^1.2.8^1.2.9 age confidence
@rslib/core (source) ^0.21.5^0.22.0 age confidence
@rspack/dev-server 2.0.22.0.3 age confidence
@rspack/plugin-preact-refresh ^1.1.5^1.1.6 age confidence
@rstest/adapter-rsbuild (source) ^0.10.2^0.10.3 age confidence
@rstest/adapter-rslib (source) ^0.10.2^0.10.3 age confidence
@rstest/adapter-rspack (source) ^0.10.2^0.10.3 age confidence
@rstest/browser (source) ^0.10.2^0.10.3 age confidence
@rstest/browser-react (source) ^0.10.2^0.10.3 age confidence
@rstest/core (source) ^0.10.2^0.10.3 age confidence
@rstest/coverage-istanbul (source) ^0.10.2^0.10.3 age confidence
@swc/plugin-emotion (source) ^14.10.0^14.12.0 age confidence
@swc/plugin-loadable-components (source) ^11.10.0^11.12.0 age confidence
@swc/plugin-prefresh (source) ^12.10.0^12.12.0 age confidence
@swc/plugin-relay (source) ^12.10.0^12.12.0 age confidence
@swc/plugin-remove-console (source) ^12.10.0^12.12.0 age confidence
@swc/plugin-styled-components (source) ^12.10.0^12.12.1 age confidence
@swc/plugin-styled-jsx (source) ^13.10.0^13.12.0 age confidence
@swc/plugin-transform-imports (source) ^12.10.0^12.12.0 age confidence
date-fns ^4.3.0^4.4.0 age confidence
element-plus (source) ^2.14.0^2.14.1 age confidence
pnpm (source) 10.33.410.34.1 age confidence
rspack-vue-loader ^17.5.0^17.5.1 age confidence
svelte (source) ^5.55.9^5.56.0 age confidence
terser-webpack-plugin 5.6.05.6.1 age confidence
ts-checker-rspack-plugin ^1.3.0^1.3.1 age confidence
ts-loader 9.5.79.6.0 age confidence
vue-tsc (source) ^3.3.2^3.3.3 age confidence
web-vitals ^5.2.0^5.3.0 age confidence
worker-rspack-loader ^3.1.3^3.1.4 age confidence

Release Notes

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

v2.0.9

Compare Source

Highlights
Safer npm Staged Publishing

Rsbuild 2.0.9 updates the release workflow so all packages are now published through npm staged publishing, making package releases safer by staging them before final publication.

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

Full Changelog: web-infra-dev/rsbuild@v2.0.8...v2.0.9

rstackjs/rsbuild-plugin-eslint (@​rsbuild/plugin-eslint)

v2.0.1

Compare Source

What's Changed

Full Changelog: rstackjs/rsbuild-plugin-eslint@v2.0.0...v2.0.1

rstackjs/rsbuild-plugin-mdx (@​rsbuild/plugin-mdx)

v1.1.2

Compare Source

What's Changed

Full Changelog: rstackjs/rsbuild-plugin-mdx@v1.1.1...v1.1.2

rstackjs/rsbuild-plugin-styled-components (@​rsbuild/plugin-styled-components)

v1.6.2

Compare Source

What's Changed

Full Changelog: rstackjs/rsbuild-plugin-styled-components@v1.6.1...v1.6.2

rstackjs/rsbuild-plugin-umd (@​rsbuild/plugin-umd)

v1.0.7

Compare Source

What's Changed

Full Changelog: rstackjs/rsbuild-plugin-umd@v1.0.6...v1.0.7

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

v0.22.0

Compare Source

Highlights

Isolated Declaration Generation

Rslib now supports generating declaration files with the experimental dts.isolated option, powered by Rspack's built-in SWC fast_dts capability.

dts.isolated emits declaration files directly during the build without running a full type check, making declaration generation significantly faster.

This makes it a good fit for monorepo projects that use a separate high-performance type-checking workflow, such as rslint --type-check.

export default {
  lib: [
    {
      dts: {
        isolated: true,
      },
    },
  ],
};
Isolated Declaration Generation

More details: dts.isolated

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.21.5...v0.22.0

rstackjs/rspack-dev-server (@​rspack/dev-server)

v2.0.3

Compare Source

What's Changed

Full Changelog: rstackjs/rspack-dev-server@v2.0.2...v2.0.3

rstackjs/rspack-plugin-preact-refresh (@​rspack/plugin-preact-refresh)

v1.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: rstackjs/rspack-plugin-preact-refresh@v1.1.5...v1.1.6

web-infra-dev/rstest (@​rstest/adapter-rsbuild)

v0.10.3

Compare Source

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
  • chore(deps): update all non-major dependencies by @​renovate in #​1302
  • chore(deps): upgrade transitive deps for CVE remediation [security] by @​fi3ework in #​1316
  • ci(preview): post pkg.pr.new install URLs back to the dispatched PR by @​fi3ework in #​1330
  • chore(deps): pin rsbuild and rspack minors by @​9aoy in #​1331
  • chore(deps): update all non-major dependencies by [@​renovate](https:/

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 and 15 of the month (* 0-3 1,15 * *)
  • 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 31, 2026 17:46
@renovate renovate Bot merged commit d95f453 into main May 31, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch May 31, 2026 17:48
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