Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps Rsbuild from beta versions (1.7.0-beta.1 and 1.7.0-beta.2) to the stable release version 1.7.0, along with associated dependency updates.
Key Changes:
- Upgraded @rsbuild/core from 1.7.0-beta.1/1.7.0-beta.2 to stable 1.7.0
- Updated @rspack/core from 1.6.8 to 1.7.0
- Updated @swc/helpers from 0.5.17 to 0.5.18
- Updated @module-federation packages from 0.21.6 to 0.22.0
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updated lockfile with new stable versions for @rsbuild/core (1.7.0), @rspack/core (1.7.0), @swc/helpers (0.5.18), and @module-federation packages (0.22.0), along with all platform-specific bindings |
| packages/vscode/package.json | Bumped @rsbuild/core from 1.7.0-beta.1 to 1.7.0 |
| packages/core/package.json | Bumped @rsbuild/core from 1.7.0-beta.1 to 1.7.0 |
| examples/react/package.json | Bumped @rsbuild/core from 1.7.0-beta.1 to 1.7.0 |
| e2e/vue/fixtures/package.json | Bumped @rsbuild/core from 1.7.0-beta.1 to 1.7.0 |
| e2e/projects/fixtures/packages/client/package.json | Bumped @rsbuild/core from 1.7.0-beta.1 to 1.7.0 |
| e2e/package.json | Bumped @rsbuild/core from 1.7.0-beta.1 to 1.7.0 |
| e2e/dom/fixtures/package.json | Bumped @rsbuild/core from 1.7.0-beta.1 to 1.7.0 |
Review Summary: This is a clean dependency upgrade with all references to beta versions successfully replaced with the stable 1.7.0 release. All package.json files and the lockfile are consistently updated. No issues were identified.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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