chore(deps): upgrade Rslib to 1.0.0 - #1898
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
🟢 Approval recommended
The dependency alias bump is consistently reflected across the workspace catalog and lockfile with no remaining references to the previous RC version.
Pull request overview
Upgrades the workspace’s pinned rslib catalog entry from @rslib/core@1.0.0-rc.2 to the stable 1.0.0, and updates the pnpm lockfile accordingly so workspace installs resolve to the stable release.
Changes:
- Bump the
rslibcatalog alias tonpm:@rslib/core@1.0.0. - Regenerate/deduplicate
pnpm-lock.yamlto reflect@rslib/core@1.0.0and related resolved versions.
File summaries
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates the workspace catalog entry for rslib to point at the stable @rslib/core@1.0.0. |
| pnpm-lock.yaml | Updates resolved versions and snapshots to @rslib/core@1.0.0 and deduplicates lock entries. |
Review details
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Summary
Upgrade the repository's bootstrap Rslib dependency from
1.0.0-rc.2to1.0.0and deduplicate the workspace lockfile so self-hosted builds use the stable release. The local@rslib/core,rsbuild-plugin-dts, andcreate-rslibpackages continue to build and pack successfully after the upgrade.Related links
Checklist