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 upUpdate npm 5.6.0 #17777
Conversation
zkat
and others
added some commits
Dec 7, 2017
MylesBorins
requested a review
from
iarna
Dec 20, 2017
nodejs-github-bot
added
the
npm
label
Dec 20, 2017
targos
approved these changes
Dec 20, 2017
jasnell
approved these changes
Dec 20, 2017
BridgeAR
approved these changes
Dec 21, 2017
addaleax
approved these changes
Dec 27, 2017
gibfahn
approved these changes
Dec 28, 2017
This comment has been minimized.
This comment has been minimized.
|
LGTM for now, but not a fan of having to patch npm for every major version of node. This also seems like something that will complicate backports. |
This comment has been minimized.
This comment has been minimized.
|
landed in bfe41fe...cbd6349 |
MylesBorins
closed this
Jan 19, 2018
MylesBorins
added a commit
that referenced
this pull request
Jan 19, 2018
MylesBorins
added a commit
that referenced
this pull request
Jan 19, 2018
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 5, 2018
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 5, 2018
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 7, 2018
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 7, 2018
MylesBorins
added
dont-land-on-v8.x
dont-land-on-v9.x
labels
Feb 20, 2018
FallenRiteMonk
added a commit
to FallenRiteMonk/node
that referenced
this pull request
Mar 26, 2018
MylesBorins
added a commit
to FallenRiteMonk/node
that referenced
this pull request
Apr 5, 2018
MylesBorins
added a commit
that referenced
this pull request
Apr 5, 2018
MylesBorins
added a commit
to MylesBorins/node
that referenced
this pull request
Apr 5, 2018
MylesBorins
added a commit
to MylesBorins/node
that referenced
this pull request
Apr 5, 2018
MayaLekova
added a commit
to MayaLekova/node
that referenced
this pull request
May 8, 2018
MayaLekova
added a commit
to MayaLekova/node
that referenced
this pull request
May 8, 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.
MylesBorins commentedDec 20, 2017
#17535 directly targeted v9.x-staging as npm 5.6.0 explicitly fails on 10.x (and thus fails on master)
This PR cherry-picks the original 5.6.0 upgrade from the 9.x-staging branch and includes a floated patch to force npm support on 10.x. I would not like to see master falling behind a release stream for vendored dependencies.
Didn't want to block updating the release so I've moved the conversation here
@zkat @iarna do you have any objections to us doing this?