fix(cli): update peer dependency version to support v2#12762
Conversation
✅ Deploy Preview for rspack-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 5 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 react-10kPath:
📁 react-1kPath:
📁 react-5kPath:
📁 romePath:
📁 ui-componentsPath:
Generated by Rsdoctor GitHub Action |
There was a problem hiding this comment.
Pull request overview
This PR updates the @rspack/core peer dependency version requirement in the CLI package to support version 2 of rspack. The change prepares the CLI for compatibility with the upcoming v2 major release.
Changes:
- Updated
@rspack/corepeer dependency from^1.0.0-alpha || ^1.xto^2.0.0-0 || ^2.0.0in@rspack/cli
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📦 Binary Size-limit
🎉 Size decreased by 322.75KB from 47.99MB to 47.68MB (⬇️0.66%) |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
Updates the peer dependency requirement for
@rspack/corein the CLI to support v2 pre-release and v2 stable release.Checklist