Skip to content

deps: upgrade npm to 6.4.1

Rodrigo Muino Tomonari requested to merge github/fork/npm/npm-6.4.1 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
Where this should land
  • Node 10
  • Node 8
Notable Changes

This PR supersedes #22342.

This release includes three versions of npm, including the current latest release, npm@6.4.1.

  • 0e576f0aa #46 Fix NO_PROXY support by renaming npm-side config to --noproxy. The environment variable should still work. (@SneakyFish5)

  • f861c2b57 node-gyp@3.8.0: This means our entire npm dep tree now uses the latest node-gyp, and we've updated and flattened request as well. npm audit on npm itself comes up clean now! (@rvagg)

  • 6e9f04b0b npm/cli#8 Search for authentication token defined by environment variables by preventing the translation layer from env variable to npm option from breaking :_authToken. (@mkhl)

  • 84bfd23e7 npm/cli#35 Stop filtering out non-IPv4 addresses from local-addrs, making npm actually use IPv6 addresses when it must. (@valentin2105)

  • d81146181 npm/cli#32 Don't check for updates to npm when we are updating npm itself. (@olore)

  • 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

Merge request reports

Loading