Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Rsbuild dependency from version 1.7.0-beta.2 to the stable release 1.7.0 across the entire monorepo.
Key Changes:
- Updated
@rsbuild/corefrom~1.7.0-beta.2to~1.7.0in all package.json files - Updated lockfile (pnpm-lock.yaml) with new dependency resolutions for
@rsbuild/core@1.7.0and@rspack/core@1.7.0 - Transitive dependencies properly updated throughout the lockfile
Reviewed changes
Copilot reviewed 26 out of 27 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/package.json | Updated @rsbuild/core to stable 1.7.0 |
| tests/package.json | Updated @rsbuild/core to stable 1.7.0 |
| tests/integration/node-polyfill/bundle/package.json | Updated @rsbuild/core to stable 1.7.0 |
| tests/integration/node-polyfill/bundle-false/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/plugin-dts/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/core/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[vue]-[storybook]-ts/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[vue]-[storybook]-js/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[vue]-[rstest,storybook]-ts/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[vue]-[rstest,storybook]-js/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[react]-[storybook]-ts/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[react]-[storybook]-js/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[react]-[rstest,storybook]-ts/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/template-[react]-[rstest,storybook]-js/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/fragments/tools/storybook-vue-ts/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/fragments/tools/storybook-vue-js/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/fragments/tools/storybook-react-ts/package.json | Updated @rsbuild/core to stable 1.7.0 |
| packages/create-rslib/fragments/tools/storybook-react-js/package.json | Updated @rsbuild/core to stable 1.7.0 |
| examples/vue-component-bundleless/package.json | Updated @rsbuild/core to stable 1.7.0 |
| examples/module-federation/mf-remote/package.json | Updated @rsbuild/core to stable 1.7.0 |
| examples/module-federation/mf-react-component/package.json | Updated @rsbuild/core to stable 1.7.0 |
| examples/module-federation/mf-host/package.json | Updated @rsbuild/core to stable 1.7.0 |
| pnpm-lock.yaml | Comprehensive lockfile update with new dependency resolutions for @rsbuild/core@1.7.0, @rspack/core@1.7.0, and all transitive dependencies |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅ Deploy Preview for rslib ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
c2e2350 to
fceb009
Compare
chenjiahan
approved these changes
Dec 31, 2025
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
bump Rsbuild to 1.7.0.
Related Links
Checklist