-
Notifications
You must be signed in to change notification settings - Fork 833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[renovate] enable lock file maintainance or increase its frequency if it's already on #4263
Comments
I wonder what version of npm renovate uses for that regeneration of "package-lock.json". If it is a npm 9 or greater, this might result in bumping the For that PR in the contrib repo, I've set Does anyone else have experience with, or thoughts on whether this repo should move to |
It is off by default per https://docs.renovatebot.com/configuration-options/#lockfilemaintenance so I'm guessing it is not currently on. |
that's a good point, thanks for bringing this up!
We do have some tests (specifically for API backwards compatibility) that run on Node.js v8 which only supports up to npm 6, which in turn, only supports lock file version up to
I think we should also make this repo stick to lock file version |
I added the line to use lockfile version 2 in #4275, it'll be beneficial to the developer experience to have it there in case the lock file is re-generated during development and it makes it into a PR - we woudn't want to have it be v3 then. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This issue was closed because it has been stale for 14 days with no activity. |
Fixed by #4628 |
Originally posted by @pichlermarc in #4255 (comment)
The text was updated successfully, but these errors were encountered: