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 updates the @rsbuild/core dependency from version 1.7.0 to 1.7.1 across the entire project to use the latest version.
Key Changes:
- Updated
@rsbuild/coreversion specifier from1.7.0to1.7.1in all package.json files - Updated pnpm lockfile to reflect the new version and transitive dependency changes
- Updated test snapshots to reflect configuration changes in the new version (SWC loader configuration structure)
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updated lockfile with new @rsbuild/core version and all peer dependencies that reference it |
| packages/vscode/package.json | Bumped @rsbuild/core devDependency to 1.7.1 |
| packages/core/package.json | Bumped @rsbuild/core dependency to 1.7.1 |
| examples/react/package.json | Bumped @rsbuild/core devDependency to 1.7.1 |
| e2e/vue/fixtures/package.json | Bumped @rsbuild/core devDependency to 1.7.1 |
| e2e/projects/fixtures/packages/client/package.json | Bumped @rsbuild/core devDependency to 1.7.1 |
| e2e/package.json | Bumped @rsbuild/core devDependency to 1.7.1 |
| e2e/dom/fixtures/package.json | Bumped @rsbuild/core devDependency to 1.7.1 |
| packages/core/tests/core/snapshots/rsbuild.test.ts.snap | Updated snapshots to reflect SWC loader configuration changes (collectTypeScriptInfo moved from rspackExperiments to top level) |
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
use the latest version.
Related Links
Checklist