This repository was archived by the owner on Apr 22, 2023. It is now read-only.
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.
This is a comparatively modest update, at least compared to
npm@2.7.0
, which includes at least one feature that is very relevant to io.js's interests (foreshadowing!). Here are the pertinent changes innpm@2.6.1
:8b98f0e
#4471
npm outdated
(and onlynpm outdated
) now defaults to--depth=0
. This also has the excellent but unexpected effect of makingnpm update -g
work the way almost everyone wants it to. See the docs for--depth
for the mildly confusing details. (@smikes)
aa79194
#6565 Tweak
peerDependency
deprecation warning to include which peer dependency on which package is
going to need to change. (@othiym23)
5fa067f
#7171 Tweak
engineStrict
deprecation warning to include which
package.json
is using it.(@othiym23)
This PR also includes all of the changes in
npm@2.6.0
:38c4825
#5068 Add new logout command, and make it do something useful on both bearer-based and basic-based authed clients. (@othiym23)c8e08e6
#6565 Warn thatpeerDependency
behavior is changing and add a note to the docs. (@othiym23)7c81a5f
#7171 Warn thatengineStrict
inpackage.json
will be going away in the next major version of npm (coming soon!) (@othiym23)