chore(deps): upgrade rsbuild to 2.0.8#1676
Merged
Merged
Conversation
Deploying rslib with
|
| Latest commit: |
f1a9e3f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://42000e49.rslib.pages.dev |
| Branch Preview URL: | https://david-chore-rsbuild-2-0-8.rslib.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades Rsbuild from ~2.0.7 to ~2.0.8 across the monorepo and refreshes integration expectations for the updated Rspack output.
Changes:
- Updated direct
@rsbuild/coredependency ranges in packages, examples, tests, website, and Storybook templates. - Regenerated
pnpm-lock.yaml, including Rspack and SWC helper transitive updates. - Updated integration snapshots/assertions for changed runtime/export emission.
Reviewed changes
Copilot reviewed 21 out of 22 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
packages/core/package.json |
Updates core package Rsbuild dependency. |
packages/plugin-dts/package.json |
Updates plugin DTS dev Rsbuild dependency. |
packages/create-rslib/template-storybook/react-js/package.json |
Updates React JS Storybook template dependency. |
packages/create-rslib/template-storybook/react-ts/package.json |
Updates React TS Storybook template dependency. |
packages/create-rslib/template-storybook/vue-js/package.json |
Updates Vue JS Storybook template dependency. |
packages/create-rslib/template-storybook/vue-ts/package.json |
Updates Vue TS Storybook template dependency. |
examples/module-federation/mf-host/package.json |
Updates MF host example dependency. |
examples/module-federation/mf-remote/package.json |
Updates MF remote example dependency. |
examples/module-federation/mf-react-component/package.json |
Updates MF React component example dependency. |
examples/vue-component-bundleless/package.json |
Updates Vue bundleless example dependency. |
tests/package.json |
Updates integration test workspace dependency. |
website/package.json |
Updates website Rsbuild dependency. |
tests/integration/node-polyfill/bundle/package.json |
Updates node-polyfill bundled fixture dependency. |
tests/integration/node-polyfill/bundle-false/package.json |
Updates node-polyfill bundleless fixture dependency. |
tests/integration/node-polyfill/index.test.ts |
Adjusts Buffer polyfill assertion for dot-property output. |
tests/integration/resolve/index.test.ts |
Refreshes inline snapshots for updated output. |
tests/integration/minify/index.test.ts |
Refreshes MF minify snapshots for updated export emission. |
tests/integration/auto-extension/index.test.ts |
Refreshes hash snapshots affected by output changes. |
tests/integration/asset/__snapshots__/index.test.ts.snap |
Refreshes asset/SVGR runtime snapshots. |
tests/integration/bundle-false/__snapshots__/index.test.ts.snap |
Refreshes bundleless runtime snapshot. |
tests/integration/preserve-jsx/__snapshots__/index.test.ts.snap |
Refreshes JSX preservation runtime snapshot. |
pnpm-lock.yaml |
Regenerates lockfile for Rsbuild 2.0.8 and transitive updates. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
chenjiahan
approved these changes
May 28, 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
This PR upgrades
@rsbuild/coreto 2.0.8 across packages, examples, and integration fixtures. It refreshes affected integration snapshots for the updated Rspack output and adjusts the node-polyfillBufferassertion to match the new dot-property export access emitted by Rsbuild/Rspack.Related Links
https://github.com/web-infra-dev/rsbuild/releases/tag/v2.0.8
Checklist