Closed
Conversation
Collaborator
Collaborator
Member
Member
Author
|
@BethGriggs 👍 it does LGTM The missing file between this PR and #37107 seems to be #36838 was missing a couple of files (which is the reason why we need to patch this now) so that's expected 😄 |
Member
|
Thank you @ruyadorno I think it'd still be preferable for an explicit review/approval from @nodejs/npm before landing |
BethGriggs
approved these changes
Feb 4, 2021
BethGriggs
pushed a commit
that referenced
this pull request
Feb 4, 2021
PR-URL: #37173 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Member
|
Landed in 408c7a6 (v14.x-staging) |
richardlau
pushed a commit
that referenced
this pull request
Feb 5, 2021
PR-URL: #37173 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Merged
Merged
BethGriggs
added a commit
that referenced
this pull request
Feb 8, 2021
Notable changes:
- **deps**:
- upgrade npm to 6.14.11 (Ruy Adorno)
(#37173)
- V8: backport dfcf1e86fac0 (Michaël Zasso)
(#37245)
- Note: Node.js is not believed to be vulnerable to CVE-2021-21148.
- **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina)
(#36618)
PR-URL: #37074
richardlau
pushed a commit
to richardlau/node-1
that referenced
this pull request
Feb 8, 2021
PR-URL: nodejs#37173 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
BethGriggs
added a commit
that referenced
this pull request
Feb 8, 2021
Notable changes:
- **deps**:
- upgrade npm to 6.14.11 (Ruy Adorno)
(#37173)
- V8: backport dfcf1e86fac0 (Michaël Zasso)
(#37245)
- Note: Node.js is not believed to be vulnerable to CVE-2021-21148.
- **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina)
(#36618)
PR-URL: #37074
ruyadorno
added a commit
that referenced
this pull request
Feb 8, 2021
PR-URL: #37173 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
ruyadorno
added a commit
that referenced
this pull request
Feb 9, 2021
ruyadorno
added a commit
that referenced
this pull request
Feb 9, 2021
ruyadorno
added a commit
that referenced
this pull request
Feb 9, 2021
Notable changes: * deps: * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](#37173) * V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](#37245) * Note: Node.js is not believed to be vulnerable to CVE-2021-21148.
Merged
BethGriggs
added a commit
that referenced
this pull request
Feb 9, 2021
Notable changes:
- **deps**:
- upgrade npm to 6.14.11 (Ruy Adorno)
(#37173)
- V8: backport dfcf1e86fac0 (Michaël Zasso)
(#37245)
- Note: Node.js is not believed to be vulnerable to CVE-2021-21148.
- **stream,zlib**: do not use \_stream\_\* anymore (Matteo Collina)
(#36618)
PR-URL: #37074
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 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.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.
Patches the update to
npm@6.14.11that was missing some of the file updates.Original changelog:
6.14.11 (2021-01-07)
DEPENDENCIES
19108ca5bini@1.3.87a0574074bl@3.0.1- devDepDOCUMENTATION
1d235b230#1881 docs: update link to CLI issuesTESTING
c0f8ce8fe#1751 add s390x, ppc64 and ppc64el in supported cpu listcc @BethGriggs