feat(deps): update @rspack/core to v1.6.0-beta.0#6364
Conversation
There was a problem hiding this comment.
Pull Request Overview
Updates the @rspack/core dependency from version 1.5.8 to 1.6.0-beta.0, aligning with the latest beta release of the Rspack bundler.
- Bumps @rspack/core dependency to the latest beta version
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 Codex Review
Lines 10720 to 10724 in 64f6f98
The lockfile updates stop short of bumping every consumer to the new core. Entries such as html-webpack-plugin still resolve the optional dependency @rspack/core to 1.5.8, so a fresh pnpm install will pull in both 1.5.8 and 1.6.0‑beta.0. Because loaders/plugins share instances from @rspack/core, having two copies in the tree can lead to subtle incompatibilities (plugins built against 1.5.8 won’t register properly with a 1.6 runtime). Regenerate the lock file so all packages depend on the same version of @rspack/core.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting

Summary
Update @rspack/core to v1.6.0-beta.0
Related Links
Checklist