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.2
https://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
f5aab1f88tar@6.1.1ce8fb0f69tar@6.1.2ced85087agauge@3.0.1v7.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 cmddocs (@wraithgar)1fe1c9b74#3523 fix(docs): updated policy urls (@DemiraDimitrova)DEPENDENCIES
d7f29e8c9read-package-json-fast@2.0.3:b1fefa73dnpmlog@5.0.0b6e09971aremove ignored files from node_modules ([@Ruy Adorno](https://github.com/Ruy Adorno))cf737c505debug@4.3.2