chore(deps): bump Rslib 0.18.1 and remove unnecessary build config#12273
chore(deps): bump Rslib 0.18.1 and remove unnecessary build config#12273Timeless0911 merged 1 commit intomainfrom
Conversation
✅ Deploy Preview for rspack canceled.
|
35e4c3f to
1aa3894
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the Rslib dependency from version 0.18.0 to 0.18.1 across all packages and removes a bundlerChain workaround that is no longer needed in the main rslib configuration. The update suggests that Rslib 0.18.1 includes a fix for the circular dependency issue that previously required a manual workaround in the build configuration.
Key Changes:
- Upgraded
@rslib/corefrom 0.18.0 to 0.18.1 across packages (rspack, rspack-cli, create-rspack) - Removed the bundlerChain workaround from
packages/rspack/rslib.config.mtsthat was addressing a "Cannot access 'Compiler' before initialization" circular dependency error - Reformatted "files" fields in package.json files to multi-line arrays for better readability
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updated lock file entries for @rslib/core 0.18.1, rsbuild-plugin-dts 0.18.1, and transitive dependencies using @rsbuild/core 1.6.8 |
| packages/rspack/rslib.config.mts | Removed bundlerChain workaround that deleted the entry loader, as the circular dependency issue is resolved in Rslib 0.18.1 |
| packages/rspack/package.json | Updated @rslib/core to 0.18.1 and reformatted files array to multi-line format |
| packages/rspack-cli/package.json | Updated @rslib/core to 0.18.1 and reformatted files array to multi-line format |
| packages/create-rspack/package.json | Updated @rslib/core to 0.18.1 and reformatted files array to multi-line format |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1aa3894 to
c4cffe3
Compare
📦 Binary Size-limit
❌ Size increased by 7.13KB from 47.63MB to 47.64MB (⬆️0.01%) |
CodSpeed Performance ReportMerging #12273 will not alter performanceComparing Summary
|
Summary
Related links
Checklist