chore(deps): bump Rsbuild 1.7.0-beta.1#1409
Merged
Timeless0911 merged 1 commit intomainfrom Dec 24, 2025
Merged
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 bumps the Rsbuild dependency from version 1.7.0-beta.0 to 1.7.0-beta.1 across the entire monorepo, updating package manifests, lock files, and test expectations to reflect changes in Rsbuild's default behavior.
Key Changes
- Updated
@rsbuild/coredependency specifier from~1.7.0-beta.0to~1.7.0-beta.1across 24+ package.json files - Updated pnpm-lock.yaml with new package resolutions and integrity hashes
- Refreshed test snapshots to reflect Rsbuild behavior changes (devtool configuration and optimization settings)
Reviewed changes
Copilot reviewed 28 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/package.json | Updated @rsbuild/core to 1.7.0-beta.1 |
| tests/package.json | Updated @rsbuild/core to 1.7.0-beta.1 |
| tests/integration/node-polyfill/*/package.json | Updated @rsbuild/core to 1.7.0-beta.1 in integration test fixtures |
| tests/integration/auto-extension/index.test.ts | Updated snapshot expectations for file hashes (reflects build output changes) |
| pnpm-lock.yaml | Updated all @rsbuild/* and @rspack/* package resolutions and integrity hashes |
| packages/core/package.json | Updated @rsbuild/core dependency to 1.7.0-beta.1 |
| packages/plugin-dts/package.json | Updated @rsbuild/core devDependency to 1.7.0-beta.1 |
| packages/core/tests/snapshots/config.test.ts.snap | Updated snapshots for Rsbuild config changes (devtoolModuleFilenameTemplate and optimization.inlineExports) |
| packages/create-rslib/template-*/package.json | Updated @rsbuild/core in all project templates to 1.7.0-beta.1 |
| packages/create-rslib/fragments/*/package.json | Updated @rsbuild/core in all template fragments to 1.7.0-beta.1 |
| examples/*/package.json | Updated @rsbuild/core in all examples to 1.7.0-beta.1 |
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 1.7.0-beta.1
Related Links
https://github.com/web-infra-dev/rsbuild/releases/tag/v1.7.0-beta.1
Checklist