-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Auto maintainance of package-lock.json #436
Comments
Thanks for the heads up - I'll take a look. Which version of npm are you running? |
From @ybiquitous on March 29, 2018 7:52 Versions:
Thanks a quick response! |
👍, and don't thank me until I've fixed it! 😉 |
I think this should now be fixed 🎉. Please let me know if you see it again, though. |
From @ybiquitous on March 30, 2018 2:8 Thank you very much! 😄 👍 |
Howdy. I see that sometimes dependabot commits a lock file that changes when run locally or in CI. E.g. the addition of "optional" flags. Do you know where those come from / how we can keep our lock file moving less? |
@michaelglass - looks like this is the same issue as dependabot/feedback#197, so let's move the discussion there. The tl;dr, however, is that I think this is an |
Is there a way to disable the "Update package-lock.json with dependabot" feature? Pull requests that only update the package-lock, like this: https://github.com/ccnmtl/astro-simulations/pull/649/files aren't useful to me. |
Did you ever figure this out? @nikolas |
In the example above, it was because the user had the |
From @ybiquitous on March 29, 2018 7:49
Hi.
Running the
npm install
command after merging several pull requests may causepackage-lock.json
to be updated.For example , this is a diff in pull request to bump
@types/react
package.package-lock.json
:Then,
npm install
run:Can you such
package-lock.json
updates automatically by dependabot?For example, run
npm install
after merging always, then open a pull request if updates.Thanks.
Copied from original issue: dependabot/feedback#113
The text was updated successfully, but these errors were encountered: