chore(deps): update open-cli#20834
Conversation
|
|
This PR is packaged and the instant preview is available (485d4ce). Install it locally:
npm i -D webpack@https://pkg.pr.new/webpack@485d4ce
yarn add -D webpack@https://pkg.pr.new/webpack@485d4ce
pnpm add -D webpack@https://pkg.pr.new/webpack@485d4ce |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your changes status has failed because you have indirect coverage changes. Learn more about Unexpected Coverage Changes and reasons for indirect coverage changes. Additional details and impacted files@@ Coverage Diff @@
## main #20834 +/- ##
==========================================
- Coverage 91.44% 91.43% -0.01%
==========================================
Files 562 562
Lines 55402 55402
Branches 14619 14619
==========================================
- Hits 50660 50656 -4
- Misses 4742 4746 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates the open-cli devDependency to a newer major version and refreshes related lockfile and test snapshot output impacted by the dependency graph change (removal of the transitive buffer package).
Changes:
- Bump
open-clifrom^8.0.0to^9.0.0inpackage.json. - Update
yarn.lockto reflect the new dependency tree (open,meow,file-type, etc.). - Update the
module-not-found-errorstats snapshot to account for an additional missingbufferresolution error.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates open-cli devDependency version range to ^9.0.0. |
| yarn.lock | Regenerates the lockfile for the updated open-cli (and transitives). |
| test/statsCases/module-not-found-error/snapshots/StatsTest.snap | Updates expected webpack stats output to include the newly surfaced buffer missing-module error. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merging this PR will degrade performance by 28.97%
Performance Changes
Comparing |
Summary
chore - update
open-cli, stats was changed becauseopen-clihas thebufferpackage in their dependencies, now they don't use it, so webpack output the error about buffer usageWhat kind of change does this PR introduce?
chore
Did you add tests for your changes?
Existing
Does this PR introduce a breaking change?
No
If relevant, what needs to be documented once your changes are merged or what have you already documented?
Nothing
Use of AI
No