chore(deps): upgrade latest Rslib/Rsbuild canary version#1517
Merged
Timeless0911 merged 2 commits intomainfrom Mar 10, 2026
Merged
chore(deps): upgrade latest Rslib/Rsbuild canary version#1517Timeless0911 merged 2 commits intomainfrom
Timeless0911 merged 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR switches the @rspack/core dependency to a canary build (@rspack-canary/core@2.0.0-canary-153d0f2a-20260305181921) via a pnpm workspace override, and updates the rslib dev dependency in three packages from npm:@rslib/core@0.19.6 to a PR-based tarball URL (https://pkg.pr.new/@rslib/core@9731774). The canary core changes chunk naming from numeric IDs to deterministic names, requiring test assertion updates.
Changes:
- Added a workspace-level pnpm override to alias
@rspack/coreto the canary package and switchedrslibdev dependencies to a pkg.pr.new tarball URL - Updated integration test assertions in
tests/integration/output/index.test.tsto match the new named-chunk pattern (e.g.,0~shared.jsinstead of0~<numeric_id>.js) - Refreshed the lockfile to reflect the new dependency resolution
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Adds @rspack/core → @rspack-canary/core override |
| packages/core/package.json | Switches rslib dev dep to pkg.pr.new tarball URL |
| packages/create-rslib/package.json | Switches rslib dev dep to pkg.pr.new tarball URL |
| packages/plugin-dts/package.json | Switches rslib dev dep to pkg.pr.new tarball URL |
| tests/integration/output/index.test.ts | Updates chunk filename assertions to named pattern |
| pnpm-lock.yaml | Lockfile refresh for new dependency resolution |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
7c3dd3c to
849a864
Compare
d67f083 to
3339df3
Compare
3339df3 to
221bb7d
Compare
Contributor
72f4fad to
27d0718
Compare
Deploying rslib with
|
| Latest commit: |
1d57074
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b0984f49.rslib.pages.dev |
| Branch Preview URL: | https://codex-chore-rspack-canary-ou.rslib.pages.dev |
e8d410c to
76daf71
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Contributor
76daf71 to
ed93461
Compare
Contributor
8749f93 to
1d57074
Compare
b14d86e to
0ef454f
Compare
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
This PR bump the latest Rslib/Rsbuild canary version for Rslib.
Related Links
Checklist