feat(deps): update @rsbuild/core to 1.7.0-beta.0#781
Merged
chenjiahan merged 1 commit intomainfrom Dec 18, 2025
Merged
Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
chenjiahan
approved these changes
Dec 18, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates @rsbuild/core from version 1.6.12-canary-20251204065915 to 1.7.0-beta.0, following the official release of the beta version. The update includes configuration changes from the new version and removes the Renovate ignore rule that was temporarily in place during the canary period.
Key Changes
- Updated
@rsbuild/coredependency to1.7.0-beta.0across all packages and examples - Updated snapshot tests to reflect new default configuration from rsbuild 1.7.0-beta.0
- Re-enabled automated Renovate updates for
@rsbuild/coreby removing it from the ignore list
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updated all @rsbuild/core and related @rspack dependencies to match the new version, including platform-specific bindings |
| packages/vscode/package.json | Updated @rsbuild/core devDependency to 1.7.0-beta.0 |
| packages/core/package.json | Updated @rsbuild/core dependency to 1.7.0-beta.0 |
| packages/core/tests/core/snapshots/rsbuild.test.ts.snap | Updated snapshots reflecting configuration changes in rsbuild 1.7.0-beta.0 (removed deprecated options, added new optimization settings) |
| examples/react/package.json | Updated @rsbuild/core devDependency to 1.7.0-beta.0 |
| e2e/vue/fixtures/package.json | Updated @rsbuild/core devDependency to 1.7.0-beta.0 |
| e2e/projects/fixtures/packages/client/package.json | Updated @rsbuild/core devDependency to 1.7.0-beta.0 |
| e2e/package.json | Updated @rsbuild/core devDependency to 1.7.0-beta.0 |
| e2e/dom/fixtures/package.json | Updated @rsbuild/core devDependency to 1.7.0-beta.0 |
| .github/renovate.json5 | Removed @rsbuild/core from ignoreDeps list to re-enable automated updates now that v1.7 beta is released |
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
update @rsbuild/core to 1.7.0-beta.0.
https://github.com/web-infra-dev/rsbuild/releases/tag/v1.7.0-beta.0
Related Links
Checklist