Skip to content

upgrade npm in LTS to 2.15.8

Rodrigo Muino Tomonari requested to merge github/fork/npm/npm-2.15.8 into v4.x-staging
Checklist
  • make -j4 test (UNIX) or vcbuild test nosign (Windows) passes
  • a test and/or benchmark is included
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)
  • deps
Description of change

Included here are:

  • The fix for the "publish doesn't always include all the files" bug, which while very very rare on node < 6.0.0, did still happen occasionally. See @othiym23's detailed write up in the v2.15.8 changelog below if you want to know more.
  • A bug fix to the interaction of peer dependencies and shrinkwraps.
  • Documentation improvements.
  • A variety of dependency updates
Changelogs
Reviewers

r: @zkat r: @TheAlphaNerd r: @Fishrock123

Merge request reports

Loading