-
-
Notifications
You must be signed in to change notification settings - Fork 59
chore(deps): bump Rsbuild 1.6.6 #1335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rslib ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps Rsbuild from version 1.6.3 to 1.6.6 across the entire codebase. It also updates the @rspack/core override from a canary version to the stable 1.6.3 release.
Key changes:
- Updated
@rsbuild/coredependency from~1.6.3to~1.6.6across all package.json files - Changed
@rspack/coreoverride in pnpm-workspace.yaml from canary build to stable1.6.3 - Updated test snapshots to reflect internal Rsbuild 1.6.6 changes (CSS loader configuration and comment simplifications)
Reviewed Changes
Copilot reviewed 27 out of 28 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.6 |
| tests/package.json | Updated @rsbuild/core to 1.6.6 |
| tests/integration/node-polyfill/bundle/package.json | Updated @rsbuild/core to 1.6.6 |
| tests/integration/node-polyfill/bundle-false/package.json | Updated @rsbuild/core to 1.6.6 |
| tests/integration/minify/index.test.ts | Updated test snapshot to reflect Rsbuild 1.6.6 comment format change (ESM import → import) |
| pnpm-workspace.yaml | Changed @rspack/core override from canary to stable 1.6.3 |
| pnpm-lock.yaml | Updated lockfile with resolved dependencies for Rsbuild 1.6.6 and all transitive dependencies |
| packages/plugin-dts/package.json | Updated @rsbuild/core to 1.6.6 |
| packages/core/tests/snapshots/config.test.ts.snap | Updated snapshots to reflect Rsbuild 1.6.6 CSS loader configuration changes (lightningcss-loader addition, importLoaders field reordering) |
| packages/core/package.json | Updated @rsbuild/core to 1.6.6 |
| packages/create-rslib/template-*/package.json | Updated @rsbuild/core to 1.6.6 across all template files |
| packages/create-rslib/fragments/tools/storybook-*/package.json | Updated @rsbuild/core to 1.6.6 across all fragment files |
| examples/module-federation/*/package.json | Updated @rsbuild/core to 1.6.6 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chenjiahan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
bump Rsbuild 1.6.6
Related Links
https://github.com/web-infra-dev/rsbuild/releases/tag/v1.6.6
Checklist