Skip to content

chore(deps): update all patch dependencies#13833

Merged
chenjiahan merged 1 commit into
mainfrom
renovate/all-patch
May 30, 2026
Merged

chore(deps): update all patch dependencies#13833
chenjiahan merged 1 commit into
mainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 11, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) ^7.29.0^7.29.7 age confidence dependencies patch
@rsbuild/core (source) ^2.0.3^2.0.8 age confidence dependencies patch
@rsbuild/plugin-vue (source) 1.2.71.2.8 age confidence devDependencies patch
@rsbuild/plugin-vue (source) ^1.2.7^1.2.8 age confidence dependencies patch
@rsbuild/plugin-vue-jsx 2.0.02.0.1 age confidence devDependencies patch
@rsbuild/plugin-vue-jsx ^2.0.0^2.0.1 age confidence dependencies patch
@rslint/core ^0.5.1^0.5.3 age confidence devDependencies patch
@types/node (source) ^24.12.2^24.12.4 age confidence devDependencies patch
@vue/runtime-core (source) ^3.5.33^3.5.35 age confidence devDependencies patch
@vue/shared (source) ^3.5.33^3.5.35 age confidence dependencies patch
fs-extra ^11.3.4^11.3.5 age confidence dependencies patch
node 22.22.222.22.3 age confidence uses-with patch
postcss (source) ^8.5.13^8.5.15 age confidence dependencies patch
rslog ^2.1.1^2.1.2 age confidence dependencies patch
vue (source) ^3.5.33^3.5.35 age confidence devDependencies patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/core)

v7.29.7

Compare Source

v7.29.6

Compare Source

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

v2.0.8

Compare Source

Highlights

Tailwind CSS Plugin

Rsbuild 2.0.8 introduces @rsbuild/plugin-tailwindcss, a first-party plugin for integrating Tailwind CSS v4 through @​tailwindcss/webpack.

Compared with the @tailwindcss/postcss package, it avoids running Tailwind CSS transforms through PostCSS and provides better build performance.

import { pluginTailwindcss } from '@​rsbuild/plugin-tailwindcss';

export default {
  plugins: [pluginTailwindcss()],
};

What's Changed

New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

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

v2.0.7

Compare Source

Highlights

Web Worker Query Imports

Rsbuild now supports importing worker scripts with ?worker, ?worker&inline, and ?inline&worker:

import MyWorker from './worker.ts?worker';
import InlineWorker from './worker.ts?worker&inline';

const worker = new MyWorker();
const inlineWorker = new InlineWorker({ name: 'inline-worker' });
Automatic Dependency Externalization

output.autoExternal reads dependencies from the root package.json and generates output.externals rules for matching packages and subpath imports. This is useful for Node.js and SSR bundles where runtime dependencies should stay external.

export default {
  output: {
    target: 'node',
    autoExternal: true,
  },
};

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.6...v2.0.7

v2.0.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.5...v2.0.6

v2.0.5

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.4...v2.0.5

v2.0.4

Compare Source

What's Changed

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

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

rstackjs/rsbuild-plugin-vue-jsx (@​rsbuild/plugin-vue-jsx)

v2.0.1

Compare Source

What's Changed

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

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

v0.5.3

Compare Source

What's Changed

New Features 🎉

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 force-pushed the renovate/all-patch branch 4 times, most recently from a7365e6 to 8925121 Compare May 14, 2026 05:49
@renovate renovate Bot force-pushed the renovate/all-patch branch 3 times, most recently from b776dd1 to 5759e86 Compare May 25, 2026 14:10
@renovate renovate Bot force-pushed the renovate/all-patch branch 6 times, most recently from 018bd00 to 9a7700c Compare May 30, 2026 08:39
@renovate renovate Bot force-pushed the renovate/all-patch branch from 9a7700c to d9b472d Compare May 30, 2026 08:41
@chenjiahan chenjiahan enabled auto-merge (squash) May 30, 2026 08:43
@chenjiahan chenjiahan merged commit e611f1a into main May 30, 2026
6 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch May 30, 2026 08:47
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