[DO NOT MERGE] execa v10 bump - #4845
Conversation
Since execa v10 the subprocess is a plain promise instead of a `ChildProcess` instance, so Node.js APIs like `.on()` are only available through `subprocess.nodeChildProcess`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
This PR is packaged and the instant preview is available (8248235). Install it locally:
npm i -D webpack-cli@https://pkg.pr.new/webpack-cli@8248235
yarn add -D webpack-cli@https://pkg.pr.new/webpack-cli@8248235
pnpm add -D webpack-cli@https://pkg.pr.new/webpack-cli@8248235 |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #4845 +/- ##
===========================================
- Coverage 94.83% 27.08% -67.76%
===========================================
Files 14 14
Lines 5598 5598
Branches 837 150 -687
===========================================
- Hits 5309 1516 -3793
- Misses 288 4079 +3791
- Partials 1 3 +2 see 13 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Exca v10 only works in node versions => 22. Added this PR just for to visibility #4842