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 Rsbuild from version 1.6.10 to 1.6.12 across the entire monorepo, including test snapshots that reflect internal changes from the updated build tooling.
Key Changes
- Updated
@rsbuild/coredependency from ~1.6.10 to ~1.6.12 across all package.json files - Updated test snapshots to reflect Rsbuild/Rspack output changes (variable naming, function syntax, content hashes)
- Fixed error output stream check in dts build test (stdout → stderr)
Reviewed changes
Copilot reviewed 38 out of 39 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.6.12 |
| tests/package.json | Updated @rsbuild/core to ~1.6.12 |
| tests/integration/shims/index.test.ts | Updated test expectations for renamed internal variables (_webpack* → _rspack*) |
| tests/integration/resolve/index.test.ts | Updated snapshot for function syntax change |
| tests/integration/preserve-jsx/snapshots/index.test.ts.snap | Updated snapshot for variable naming changes |
| tests/integration/node-polyfill/bundle/package.json | Updated @rsbuild/core to ~1.6.12 |
| tests/integration/node-polyfill/bundle-false/package.json | Updated @rsbuild/core to ~1.6.12 |
| tests/integration/minify/index.test.ts | Updated snapshots for function syntax and hash changes |
| tests/integration/extension-alias/snapshots/index.test.ts.snap | Updated snapshot for variable naming changes |
| tests/integration/dts/build/index.test.ts | Fixed error output check from stdout to stderr |
| tests/integration/bundle-false/index.test.ts | Updated snapshots for function syntax and variable naming changes |
| tests/integration/bundle-false/snapshots/index.test.ts.snap | Updated snapshot for variable naming changes |
| tests/integration/auto-extension/index.test.ts | Updated snapshots with new content hashes |
| tests/integration/asset/index.test.ts | Updated snapshots for function syntax and variable naming changes |
| tests/integration/asset/snapshots/index.test.ts.snap | Updated snapshots for function syntax and variable naming changes |
| tests/integration/alias/snapshots/index.test.ts.snap | Updated snapshot for variable naming changes |
| pnpm-lock.yaml | Updated dependency resolutions with Rsbuild 1.6.12 and Rspack 1.6.6 |
| packages/plugin-dts/package.json | Updated @rsbuild/core to ~1.6.12 |
| packages/create-rslib/template-*/package.json | Updated @rsbuild/core to ~1.6.12 across all templates |
| packages/create-rslib/fragments/tools/storybook-*/package.json | Updated @rsbuild/core to ~1.6.12 |
| packages/core/package.json | Updated @rsbuild/core to ~1.6.12 |
| examples/vue-component-bundleless/package.json | Updated @rsbuild/core to ~1.6.12 |
| examples/module-federation/*/package.json | Updated @rsbuild/core to ~1.6.12 across all examples |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fi3ework
approved these changes
Dec 3, 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
bump Rsbuild 1.6.12
Related Links
Checklist