chore(deps): upgrade rsbuild to 2.1.1#1724
Merged
Merged
Conversation
Deploying rslib with
|
| Latest commit: |
4d74977
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3a6ae0d8.rslib.pages.dev |
| Branch Preview URL: | https://david-chore-upgrade-rsbuild-8esh.rslib.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the workspace to Rsbuild ~2.1.1 (from ~2.1.0) across packages, examples, tests, templates, and the website to keep the monorepo on the latest patch release, with the lockfile refreshed accordingly.
Changes:
- Bump
@rsbuild/coredependency constraints to~2.1.1across all relevant workspace package.json files. - Refresh
pnpm-lock.yamlto resolve@rsbuild/core/@rspack/coreto2.1.1and update dependent snapshot metadata. - Update the Vue integration inline snapshot to match the regenerated module id.
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/package.json | Bumps website devDependency @rsbuild/core to ~2.1.1. |
| tests/package.json | Bumps tests devDependency @rsbuild/core to ~2.1.1. |
| tests/integration/vue/index.test.ts | Updates inline snapshots to match new generated module id under Rsbuild 2.1.1. |
| tests/integration/node-polyfill/bundle/package.json | Bumps fixture devDependency @rsbuild/core to ~2.1.1. |
| tests/integration/node-polyfill/bundle-false/package.json | Bumps fixture devDependency @rsbuild/core to ~2.1.1. |
| packages/plugin-dts/package.json | Bumps plugin-dts devDependency @rsbuild/core to ~2.1.1. |
| packages/create-rslib/template-storybook/vue-ts/package.json | Bumps template devDependency @rsbuild/core to ~2.1.1. |
| packages/create-rslib/template-storybook/vue-js/package.json | Bumps template devDependency @rsbuild/core to ~2.1.1. |
| packages/create-rslib/template-storybook/react-ts/package.json | Bumps template devDependency @rsbuild/core to ~2.1.1. |
| packages/create-rslib/template-storybook/react-js/package.json | Bumps template devDependency @rsbuild/core to ~2.1.1. |
| packages/core/package.json | Bumps core package dependency @rsbuild/core to ~2.1.1. |
| examples/vue-component-bundleless/package.json | Bumps example devDependency @rsbuild/core to ~2.1.1. |
| examples/module-federation/mf-remote/package.json | Bumps example devDependency @rsbuild/core to ~2.1.1. |
| examples/module-federation/mf-react-component/package.json | Bumps example devDependency @rsbuild/core to ~2.1.1. |
| examples/module-federation/mf-host/package.json | Bumps example devDependency @rsbuild/core to ~2.1.1. |
| pnpm-lock.yaml | Updates the lockfile to resolve Rsbuild/Rspack (and related bindings) to 2.1.1. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
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
Upgrade
@rsbuild/corefrom~2.1.0to~2.1.1across Rslib packages, examples, Storybook templates, tests, and the website so the workspace stays aligned with the latest Rsbuild patch release. Refresh the lockfile and update the Vue integration assertion for the regenerated module id.Related Links
https://github.com/web-infra-dev/rsbuild/releases/tag/v2.1.1
Checklist