-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: upgrade npm to 7.0.7 #35908
deps: upgrade npm to 7.0.7 #35908
Conversation
@nodejs/npm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rubber-stamp LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
I went through and ran the update script on top of this PR to verify that the update was what was expected and things look good. There is a single file missing from this update from some reason, but it is a doc in a dependency
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can we fast track? |
Landed in dc05c70 |
PR-URL: #35908 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
PR-URL: #35908 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
7.0.7 (2020-10-30)
BUG FIXES
3990b422d
#2067 use sh as default unix shell, not bash (@isaacs)81d6ceef6
#1975 fix npm exec on folders missing package.json (@ruyadorno)2a680e91a
#2083 delete the contents ofnode_modules
only innpm ci
(@nlf)2636fe1f4
#2086 disable banner output if loglevel is silent innpm run-script
(@macno)DEPENDENCIES
4156f053e
@npmcli/run-script@1.7.4
npm start
script1900ae9ad
@npmcli/promise-spawn@1.3.2
8cb0c166c
@npmcli/arborist@1.0.6
7.0.6 (2020-10-27)
BUG FIXES
46c7f792a
#2047 #1935 skip the prompt when in a known ci environment (@nlf)f8f6e1fad
#2049 properly remove pycache in release script (@MylesBorins)5db95b393
#2050 pack: do not show individual files of bundled deps (@isaacs)3ee8f3b34
#2051 view: Better errors when package.json is not JSON (@isaacs)DEPENDENCIES
99ae633f6
libnpmversion@1.0.6
d4173f58d
@npmcli/promise-spawn@1.3.1
c09380fa5
@npmcli/run-script@1.7.3
b154861ad
@npmcli/arborist@1.0.5
ffea6596b
agent-base@6.0.2
7.0.5 (2020-10-23)
77ad86b5e
Merge docs deps with main project7.0.4 (2020-10-23)
DOCUMENTATION
cc026daf8
docs:npm-dedupe
throughnpm-install
aec77acf8
#1915 use "dockhand" for faster static documentation generation (@ethomson)aeb10d210
#2024 Fix post-install script name (@irajtaghlidi)BUG FIXES
59e8dd6c6
#2015 #2016 Properly setnpm_command
environment variable.TESTS
39ad1ad9e
#2001npm config
tests (@ruyadorno)b9c1caa8e
#2026npm owner
test and refactor (@ruyadorno)DEPENDENCIES
ed6e6a9d3
eslint-plugin-standard@4.0.2
b737ee999
#2009 #2007npm-packlist@2.1.4
:783965508
#1997 #2000 #2005@npmcli/arborist@1.0.4
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes