Uh oh!
There was an error while loading. Please reload this page.
deps: update deps, match to npm@7, upgrade to tap 14 - #2126
Closed
rvagg wants to merge 2 commits into
Closed
Conversation
rvagg
commented
May 13, 2020
MemberAuthor
semver-major because some of the dependencies remove support for unsupported versions of Node.js, so this will not be a happy jump for users who aren't on 10 at least. |
rvagg
commented
May 18, 2020
MemberAuthor
any reviews? |
richardlau
approved these changes
May 18, 2020
cclauss
commented
May 18, 2020
Contributor
Why the Travis Windows failures? |
rvagg
commented
May 19, 2020
MemberAuthor
Sigh, typical useless output on compiling the test addon. I've rerun the tests twice now with different runners failing. |
rvagg
commented
May 25, 2020
MemberAuthor
I've backed out the tap@14 upgrade and tap@12 seems to have stabilised things. It's probably due to the parallel processing tap@14 tries to do. There seems to be a flaky Python test in there though, https://travis-ci.com/github/nodejs/node-gyp/jobs/339548918, aside from that I think this is good to go. |
rvagg added a commit
that referenced
this pull request
May 26, 2020
PR-URL: #2126 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Christian Clauss <cclauss@me.com>
rvagg
commented
May 26, 2020
MemberAuthor
Closed
rvagg added a commit
that referenced
this pull request
May 27, 2020
PR-URL: #2126 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Christian Clauss <cclauss@me.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto 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.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.
semver, tar and which were the major bumps in here, but none had breaking APIs that we touch, thankfully.
I've matched the ranges to npm@7's current ranges, as seen @ https://github.com/npm/cli/blob/release/v7.0.0-beta/package.json, so for some of them they're not the actual latest but they're only out by a patch release or two.
Updated tap to v14, which drops support for older versions of Node.js, but it runs nicer in parallel and gives automatic coverage reporting (which is dismal, but we knew that).