chore(deps): update Rsbuild 2.0.0-beta.9#1545
Merged
Timeless0911 merged 1 commit intomainfrom Mar 19, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates this repo’s Rsbuild dependency to @rsbuild/core@2.0.0-beta.9 and refreshes integration test snapshots to match the new emitted output (runtime/import ordering and runtime chunk contents).
Changes:
- Bump
@rsbuild/corefrom2.0.0-beta.8to2.0.0-beta.9across website, packages, tests, templates, and examples. - Update integration test inline snapshots impacted by the new output shape/order.
- Regenerate
pnpm-lock.yamlto reflect the dependency graph after the bump.
Reviewed changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/package.json | Bumps @rsbuild/core to 2.0.0-beta.9 for the website workspace. |
| tests/package.json | Bumps @rsbuild/core to 2.0.0-beta.9 for the test workspace. |
| tests/integration/vue/index.test.ts | Updates bundle snapshot to match new emitted ESM output (runtime file no longer present in the snapshot map). |
| tests/integration/style/css-modules-named/index.test.ts | Updates snapshot to match new ESM entry output (removed runtime side-effect import). |
| tests/integration/redirect/js.test.ts | Updates snapshots to match new statement ordering in generated redirect output. |
| tests/integration/node-polyfill/index.test.ts | Updates snapshot to match new emitted code ordering around rslib-runtime import and createRequire. |
| tests/integration/node-polyfill/bundle/package.json | Bumps fixture @rsbuild/core to 2.0.0-beta.9. |
| tests/integration/node-polyfill/bundle-false/package.json | Bumps fixture @rsbuild/core to 2.0.0-beta.9. |
| tests/integration/asset/index.test.ts | Updates runtime chunk snapshot to match new minimal runtime content for __webpack_require__.p. |
| packages/plugin-dts/package.json | Bumps @rsbuild/core devDependency to 2.0.0-beta.9. |
| packages/create-rslib/template-storybook/vue-ts/package.json | Bumps template @rsbuild/core to 2.0.0-beta.9. |
| packages/create-rslib/template-storybook/vue-js/package.json | Bumps template @rsbuild/core to 2.0.0-beta.9. |
| packages/create-rslib/template-storybook/react-ts/package.json | Bumps template @rsbuild/core to 2.0.0-beta.9. |
| packages/create-rslib/template-storybook/react-js/package.json | Bumps template @rsbuild/core to 2.0.0-beta.9. |
| packages/core/package.json | Bumps runtime dependency @rsbuild/core to 2.0.0-beta.9 for @rslib/core. |
| examples/vue-component-bundleless/package.json | Bumps example @rsbuild/core to 2.0.0-beta.9. |
| examples/module-federation/mf-remote/package.json | Bumps example @rsbuild/core to 2.0.0-beta.9. |
| examples/module-federation/mf-react-component/package.json | Bumps example @rsbuild/core to 2.0.0-beta.9. |
| examples/module-federation/mf-host/package.json | Bumps example @rsbuild/core to 2.0.0-beta.9. |
| pnpm-lock.yaml | Updates lockfile to reflect the new @rsbuild/core@2.0.0-beta.9 resolution across importers and snapshots. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: af685424b1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
fi3ework
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
update Rsbuild 2.0.0-beta.9
Related Links
https://github.com/web-infra-dev/rsbuild/releases/tag/v2.0.0-beta.9
Checklist