Recreate package lock files#3146
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3146 +/- ##
=======================================
Coverage 82.11% 82.11%
=======================================
Files 76 76
Lines 3125 3125
Branches 526 526
=======================================
Hits 2566 2566
Misses 559 559
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
What's the benefit of you doing this manually? Dependabot will auto-regenerate it when npm dependencies get updated. |
|
Dependabot can't migrate to latest package-lock version v3. And IIRC Dependabot is updating only packages from package.json, not internal packages inside package-lock.json EDIT: For example, it can't update |
Ah, I hadn't noticed they were still on the older lockfile format. |
|
Thanks! |
node_modulesfolder andpackage-lock.jsonfilenpm installBefore
npm ci:After: