Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign updeps: upgrade npm to 6.4.1 #22591
Conversation
nodejs-github-bot
added
the
npm
label
Aug 29, 2018
This comment has been minimized.
This comment has been minimized.
bricss
commented
Aug 29, 2018
|
Please, squeeze it into next Node release |
This comment has been minimized.
This comment has been minimized.
|
Are the improvements compared to 6.2.0 large enough that we should consider including this in the semver-minor release of 8.x? |
This comment has been minimized.
This comment has been minimized.
|
@MylesBorins I mean it includes the new |
BridgeAR
added
the
author ready
label
Aug 31, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Landed in 78f5685, thanks for the PR :) |
addaleax
closed this
Sep 2, 2018
addaleax
added a commit
that referenced
this pull request
Sep 2, 2018
MylesBorins
added a commit
that referenced
this pull request
Sep 3, 2018
This comment has been minimized.
This comment has been minimized.
|
I've gone ahead and backported to v8.x and plan to release in 8.12.0 |
MylesBorins
added a commit
that referenced
this pull request
Sep 3, 2018
targos
added a commit
that referenced
this pull request
Sep 3, 2018
targos
added a commit
that referenced
this pull request
Sep 3, 2018
targos
added
the
semver-minor
label
Sep 5, 2018
targos
added a commit
that referenced
this pull request
Sep 5, 2018
targos
added a commit
that referenced
this pull request
Sep 5, 2018
targos
added a commit
that referenced
this pull request
Sep 6, 2018
targos
added a commit
that referenced
this pull request
Sep 6, 2018
targos
added a commit
that referenced
this pull request
Sep 6, 2018
targos
added a commit
that referenced
this pull request
Sep 6, 2018
This was referenced Sep 6, 2018
refack
referenced this pull request
Sep 11, 2018
Open
Tarball created on Mac throws errors when extracted on Linux #22805
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Oct 2, 2018
zkat
deleted the
npm:npm-6.4.1
branch
Oct 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
zkat commentedAug 29, 2018
•
edited
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesWhere this should land
Notable Changes
This PR supersedes #22342.
This release includes three versions of npm, including the current
latestrelease,npm@6.4.1.0e576f0aa#46 FixNO_PROXYsupport by renaming npm-side config to--noproxy. The environment variable should still work. (@SneakyFish5)f861c2b57node-gyp@3.8.0: This means our entire npm dep tree now uses the latestnode-gyp, and we've updated and flattenedrequestas well.npm auditon npm itself comes up clean now! (@rvagg)6e9f04b0bnpm/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)84bfd23e7npm/cli#35 Stop filtering out non-IPv4 addresses fromlocal-addrs, making npm actually use IPv6 addresses when it must. (@valentin2105)d81146181npm/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