This repository was archived by the owner on Apr 22, 2023. It is now read-only.
deps upgrade npm to 2.5.1 #9151
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From the release notes:
This release doesn't look like much, but considerable effort went into ensuring that npm's tests will pass on io.js 1.1.0 and Node 0.11.16 / 0.12.0 on both OS X and Linux.
NOTE: there are no actual changes to npm's code in
npm@2.5.1. Only test code (and the upgrade ofrequestto the latest version) has changed.npm-registry-mock@1.0.0:0e8d473#7281npm-registry-mock@1.0.0: Clean up API, setconnection: close.(@robertkowalski)
4707bbaFurther update tests to work with
npm-registry-mock@1.0.0.(@othiym23)
41a0f89Got rid of completely gratuitous global config manipulation in tests.
(@othiym23)
MINOR DEPENDENCY TWEAK
a4c7af9request@2.53.0: Tweaks to tunneling proxy behavior.(@nylen)
Also includes a patch to node's
Makefilethat more tightly constrains the$PATHavailable to npm when runningmake test-npm.