-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
deps: upgrade npm to 6.7.0 #25804
deps: upgrade npm to 6.7.0 #25804
Conversation
It appears v6.7.0 was published 6 days ago meaning that this would be good to land on Feb 6th @zkat do you think we should give this a bit longer to wait before landing on LTS? For the record we have semver-minor releases for 8.x and 10.x planned for mid / late march, perhaps that would be a good timeline? |
I'd rather get this merged sooner tbh. |
It seems that the r.c. for 6.8.0 is what was published 3 days ago. This is ready to land after test suite is run |
CI: https://ci.nodejs.org/job/node-test-pull-request/20716/ edit: arm failure unrelated, rerunning for posterity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Here is an output of running
|
landed in 43dd49c |
PR-URL: #25804 Reviewed-By: Myles Borins <myles.borins@gmail.com>
PR-URL: #25804 Reviewed-By: Myles Borins <myles.borins@gmail.com>
bump bundled npm to 6.7.0 nodejs/node#25804
bump bundled npm to 6.7.0 nodejs/node#25804 Closes #36995. Signed-off-by: Chongyu Zhu <i@lembacon.com>
PR-URL: #25804 Reviewed-By: Myles Borins <myles.borins@gmail.com>
PR-URL: #25804 Reviewed-By: Myles Borins <myles.borins@gmail.com>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesWhere this should land
Notable Changes
This PR supersedes #25551 and includes two releases. This is a significant change because it includes a major rework of the networking layer of npm and a rewrite of many subcommands. This, for example, removes
npm-registry-client
entirely in favor ofnpm-registry-fetch
andlibnpm
. We've had to fix a couple of regressions since 6.6.0 came out, and we expect a few others to pop up, but nothing of huge impact has popped up, and they tend to be minor hiccups.Other changes of note:
02c837e01
#106 Makenpm dist-tags
the same asnpm dist-tag ls
. (@isaacs)1065a7809
#65 Add support forIBM i
. (@dmabupt)8543fc357
pacote@9.4.0
: Fall back to "fullfat" packuments on ETARGET errors. This will make it so that, when a package is published but the corgi follower hasn't caught up, users can still install a freshly-published package. (@zkat)Another reminder that we've moved our issue tracking! You can read more about our move away from GitHub for issue tracking on our blog
Changelogs
/cc @MylesBorins