Skip to content

deps: upgrade npm to 4.1.2

Rodrigo Muino Tomonari requested to merge github/fork/npm/npm-4.1.2 into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
  • deps
Description of Change
  • This PR supersedes #10781.
  • npm/npm#15084 Adds opt-in anonymous success/fail metrics reporting.
  • npm/npm#14582 Adds the new npm doctor command.
  • npm/npm-registry-client#148 Bug fix to a major source of shasum-mismatch errors.
  • npm/npm#15114 Fix file URL handling with Node.js 7+.
  • npm/npm@c7bbba8 Support for node@0.12 officially dropped.
  • npm/write-file-atomic#5 Fix writing to symlinked package.json, npm-shrinkwrap.json, or .npmrc.
Additional notes

Heads-up that npm@next is currently a semver-minor bump to npm@4.2.0 which includes a significant improvement for search. We'll downstream it in two weeks but it might be worth pointing out that bump cause it's something folks might want in LTS (specially since it has to do with a side utility/service rather than installation and the like). Cheers!

Changelogs

r: @Fishrock123 r: @jasnell r: @addaleax

Merge request reports

Loading