Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 24, 2026

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/core (source) ^2.0.6^2.0.10 age confidence
@rsbuild/plugin-react (source) ^2.0.0^2.0.1 age confidence
@types/react (source) ^19.2.14^19.2.16 age confidence
react (source) ^19.2.6^19.2.7 age confidence
react-dom (source) ^19.2.6^19.2.7 age confidence

Release Notes

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

v2.0.10

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

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

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

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

facebook/react (react)

v19.2.7

Compare Source

facebook/react (react-dom)

v19.2.7

Compare Source


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 force-pushed the renovate/all-minor-patch branch 3 times, most recently from bbb2a8a to 32645d7 Compare June 2, 2026 16:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 32645d7 to 76841eb Compare June 2, 2026 21:31
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jun 2, 2026
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