-
Notifications
You must be signed in to change notification settings - Fork 30k
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.20.2 #39549
deps: upgrade npm to 7.20.2 #39549
Conversation
Also includes #39490 |
Fast-track has been requested by @nodejs-github-bot. Please 👍 to approve. |
This comment has been minimized.
This comment has been minimized.
Commit Queue failed- Loading data for nodejs/node/pull/39549 ✔ Done loading data for nodejs/node/pull/39549 ----------------------------------- PR info ------------------------------------ Title deps: upgrade npm to 7.20.2 (#39549) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch npm-robot:npm-7.20.2 -> nodejs:master Labels dont-land-on-v12.x, dont-land-on-v14.x, fast-track, needs-ci, npm Commits 1 - deps: upgrade npm to 7.20.2 Committers 1 - npm team PR-URL: https://github.com/nodejs/node/pull/39549 Fixes: https://github.com/strip Fixes: https://github.com/Remove Reviewed-By: Luigi Pinca Reviewed-By: Beth Griggs Reviewed-By: Ruy Adorno ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/39549 Fixes: https://github.com/strip Fixes: https://github.com/Remove Reviewed-By: Luigi Pinca Reviewed-By: Beth Griggs Reviewed-By: Ruy Adorno -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 27 Jul 2021 16:39:47 GMT ✔ Approvals: 3 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/39549#pullrequestreview-716301594 ✔ - Beth Griggs (@BethGriggs) (TSC): https://github.com/nodejs/node/pull/39549#pullrequestreview-716952095 ✔ - Ruy Adorno (@ruyadorno): https://github.com/nodejs/node/pull/39549#pullrequestreview-717039775 ℹ This PR is being fast-tracked ✔ Last GitHub Actions successful ℹ Last Full PR CI on 2021-07-28T12:48:54Z: https://ci.nodejs.org/job/node-test-pull-request/39313/ - Querying data for job/node-test-pull-request/39313/ ✔ Build data downloaded ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/master up to date... From https://github.com/nodejs/node * branch master -> FETCH_HEAD ✔ origin/master is now up-to-date - Downloading patch for 39549 From https://github.com/nodejs/node * branch refs/pull/39549/merge -> FETCH_HEAD ✔ Fetched commits as fea3357b7f99..a165789c775f -------------------------------------------------------------------------------- Removing deps/npm/node_modules/gauge/node_modules/string-width/readme.md Removing deps/npm/node_modules/gauge/node_modules/is-fullwidth-code-point/readme.md [master b13034d46f] deps: upgrade npm to 7.20.2 Author: npm team Date: Tue Jul 27 16:39:44 2021 +0000 84 files changed, 1943 insertions(+), 271 deletions(-) create mode 100644 deps/npm/node_modules/color-support/LICENSE create mode 100644 deps/npm/node_modules/color-support/README.md create mode 100755 deps/npm/node_modules/color-support/bin.js create mode 100644 deps/npm/node_modules/color-support/browser.js create mode 100644 deps/npm/node_modules/color-support/index.js create mode 100644 deps/npm/node_modules/color-support/package.json delete mode 100644 deps/npm/node_modules/gauge/node_modules/is-fullwidth-code-point/readme.md delete mode 100644 deps/npm/node_modules/gauge/node_modules/string-width/readme.md rename deps/npm/node_modules/{gauge => node-gyp}/node_modules/aproba/LICENSE (99%) rename deps/npm/node_modules/{gauge => node-gyp}/node_modules/aproba/index.js (100%) rename deps/npm/node_modules/{gauge => node-gyp}/node_modules/aproba/package.json (100%) create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/LICENSE create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/base-theme.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/error.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/has-color.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/index.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/package.json create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/plumbing.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/process.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/progress-bar.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/render-template.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/set-immediate.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/set-interval.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/spin.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/template-item.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/theme-set.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/themes.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/gauge/wide-truncate.js rename deps/npm/node_modules/{gauge => node-gyp}/node_modules/is-fullwidth-code-point/index.js (100%) rename deps/npm/node_modules/{gauge => node-gyp}/node_modules/is-fullwidth-code-point/license (100%) rename deps/npm/node_modules/{gauge => node-gyp}/node_modules/is-fullwidth-code-point/package.json (100%) create mode 100644 deps/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE create mode 100644 deps/npm/node_modules/node-gyp/node_modules/npmlog/log.js create mode 100644 deps/npm/node_modules/node-gyp/node_modules/npmlog/package.json rename deps/npm/node_modules/{gauge => node-gyp}/node_modules/string-width/index.js (100%) rename deps/npm/node_modules/{gauge => node-gyp}/node_modules/string-width/license (100%) rename deps/npm/node_modules/{gauge => node-gyp}/node_modules/string-width/package.json (100%) create mode 100644 deps/npm/node_modules/tar/lib/strip-absolute-path.js ✔ Patches applied -------------------------------------------------------------------------------- --------------------------------- New Message ---------------------------------- deps: upgrade npm to 7.20.2https://github.com/nodejs/node/actions/runs/1076389594 |
Landed in 3a10a37 |
PR-URL: #39549 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com>
PR-URL: #39549 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com>
v7.20.2 (2021-07-27)
DEPENDENCIES
f5aab1f88
tar@6.1.1
ce8fb0f69
tar@6.1.2
ced85087a
gauge@3.0.1
v7.20.1 (2021-07-22)
BUG FIXES
009ad1e68
#3561 fix(exit-handler): always warn if not called (@wraithgar)eb67054c8
#3563 fix(config): consolidate use of npm.color (@wraithgar)DOCUMENTATION
a014f3d28
#3562 fix(docs): typo innpm cmd
docs (@wraithgar)1fe1c9b74
#3523 fix(docs): updated policy urls (@DemiraDimitrova)DEPENDENCIES
d7f29e8c9
read-package-json-fast@2.0.3
:b1fefa73d
npmlog@5.0.0
b6e09971a
remove ignored files from node_modules ([@Ruy Adorno](https://github.com/Ruy Adorno))cf737c505
debug@4.3.2