Uh oh!
There was an error while loading. Please reload this page.
deps: upgrade to npm 2.13.4 - #2328
Conversation
Every npm version bump requires a few patches to be floated on node-gyp for io.js compatibility. These patches are found in 03d1992, 5de334c, and da730c7. This commit squashes them into a single commit. PR-URL: nodejs#990 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Conflicts: deps/npm/node_modules/node-gyp/lib/install.js
The delay-load hook allows node.exe/iojs.exe to be renamed. See efadffe for more background. PR-URL: nodejs#1433 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
bnoordhuis
commented
Aug 8, 2015
The first commit in the changelog 404s for me. Should npm/npm@3e58c48 be npm/npm@2e58c48? |
zkat
commented
Aug 8, 2015
So confused as to how that happened. Thanks for finding it! It's been corrected. :) |
There was a problem hiding this comment.
I don't see any changes for nock in the files here?
There was a problem hiding this comment.
We don't include devDependency stuff in the distribution, but still bump the versions in package.json. Is that what you meant?
Fishrock123
commented
Aug 9, 2015
jbergstroem
commented
Aug 9, 2015
Might be nitpick, but is there any way to shrink these bumps? Most changes seems to be version or date changes -- is that for instance able to live somewhere else? |
Fishrock123
commented
Aug 11, 2015
I guess it would be nice if the doc stuff was built on our build but I don't think the extra deps are worthwhile. You just need to mostly get used to skipping over a lot of similar docs stuff if you review the changes. I suspect in git it compresses quite well, so I'm not worried about the doc version updates increasing tarball size. |
ChALkeR
commented
Sep 6, 2015
Closing this as obsolete, #2696 introduced npm 2.14.2 in master. |
Release notes: https://github.com/npm/npm/releases/tag/v2.13.4
Fixes
npm versionwhen used in git submodules.r: @Fishrock123
r: @chrisdickinson