chore(deps): update dependency @rsbuild/core to v1.7.0-beta.0#1398
Merged
Timeless0911 merged 2 commits intomainfrom Dec 18, 2025
Merged
chore(deps): update dependency @rsbuild/core to v1.7.0-beta.0#1398Timeless0911 merged 2 commits intomainfrom
Timeless0911 merged 2 commits intomainfrom
Conversation
✅ Deploy Preview for rslib 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.6.14 to ~1.7.0-beta.0 across the entire monorepo and updates test snapshots to reflect code generation changes introduced by the new version.
- Updated @rsbuild/core dependency to v1.7.0-beta.0 across all package.json files
- Updated test snapshots to reflect Rspack configuration and code generation changes
- Updated pnpm-lock.yaml with new transitive dependencies and version references
Reviewed changes
Copilot reviewed 32 out of 33 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
website/package.json |
Updated @rsbuild/core dev dependency version |
tests/package.json |
Updated @rsbuild/core dev dependency version |
packages/core/package.json |
Updated @rsbuild/core production dependency version |
packages/plugin-dts/package.json |
Updated @rsbuild/core dev dependency version |
examples/*/package.json |
Updated @rsbuild/core dev dependency versions across all example projects |
packages/create-rslib/*/package.json |
Updated @rsbuild/core versions in all project templates |
tests/integration/*/package.json |
Updated @rsbuild/core versions in integration test fixtures |
*.snap (test snapshots) |
Updated snapshots for code generation changes (typeof check optimization) and Rspack config changes (inlineExports moved to optimization) |
pnpm-lock.yaml |
Updated lockfile with new @rsbuild/core and @rspack bindings for v1.7.0-beta.0 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Timeless0911
approved these changes
Dec 18, 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
Update dependency @rsbuild/core to v1.7.0-beta.0 and fix test snapshots.
Related Links
Checklist