Skip to content

Commit

Permalink
Auto merge of #2086 - alsuren:canuse-lite-dependabot, r=jtgeibel
Browse files Browse the repository at this point in the history
manually run dependabot for caniuse-lite

It looks like dependabot is able to make a minimal incision and update
caniuse-lite without messing around with the rest of the package lock.
I suspect that dependabot will eventually get around to updating
caniuse-lite if we wait long enough, but I was curious to see how hard
it is to run manually, so I had a go. Turns out it's really easy, but
takes quite a long time.

Steps to reproduce:

* clone https://github.com/dependabot/dependabot-core
* docker pull dependabot/dependabot-core
* bin/docker-dev-shell
  * bin/dry-run.rb --dep caniuse-lite npm_and_yarn rust-lang/crates.io
* paste the printed patch into a file (e.g. patchfile.txt)
* patch package-lock.json patchfile.txt
* npm ci && npm start

Fixes #1914
  • Loading branch information
bors committed Jan 4, 2020
2 parents 20a589e + 808fe7a commit e218804
Showing 1 changed file with 3 additions and 113 deletions.
116 changes: 3 additions & 113 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e218804

Please sign in to comment.