Skip to content

fix: update peer dependency for @rspack/core v2#447

Merged
alexander-akait merged 1 commit intowebpack:mainfrom
chenjiahan:update_peer_rspack_v2
Feb 5, 2026
Merged

fix: update peer dependency for @rspack/core v2#447
alexander-akait merged 1 commit intowebpack:mainfrom
chenjiahan:update_peer_rspack_v2

Conversation

@chenjiahan
Copy link
Contributor

Summary

Updates the peer dependency requirements for @rspack/core to pre-release ^2.0.0-0 versions.

Copilot AI review requested due to automatic review settings February 5, 2026 08:03
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the peer dependency requirements for @rspack/core to support version 2 pre-release builds in addition to the existing version 0 and 1 support.

Changes:

  • Updated @rspack/core peer dependency from "0.x || 1.x" to "0.x || ^1.0.0 || ^2.0.0-0" to include v2 pre-release versions
  • Synchronized the change in both package.json and package-lock.json

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updated peerDependencies entry for @rspack/core to include v2 pre-release support
package-lock.json Synchronized the peer dependency change to maintain lockfile consistency

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.60%. Comparing base (f3ffb6d) to head (dd56c64).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #447   +/-   ##
=======================================
  Coverage   93.60%   93.60%           
=======================================
  Files           3        3           
  Lines         391      391           
  Branches      129      129           
=======================================
  Hits          366      366           
  Misses         21       21           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alexander-akait alexander-akait merged commit 2af82b2 into webpack:main Feb 5, 2026
22 of 23 checks passed
@chenjiahan chenjiahan deleted the update_peer_rspack_v2 branch February 6, 2026 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants