Closed Saibamen closed 2 weeks ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.11%. Comparing base (
e759f46
) to head (f34decb
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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 node_modules/@babel/runtime
from 7.24.5
to 7.26.0
(or it is option to enable this?)
Dependabot can't migrate to latest package-lock version v3.
Ah, I hadn't noticed they were still on the older lockfile format.
Thanks!
node_modules
folder andpackage-lock.json
filenpm install
Before
npm ci
:After: