Conversation
|
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/40865
✔ Done loading data for nodejs/node/pull/40865
----------------------------------- PR info ------------------------------------
Title deps: upgrade npm to 8.1.4 (#40865)
⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch npm-robot:npm-8.1.4 -> nodejs:master
Labels npm, fast-track, needs-ci, dont-land-on-v12.x, dont-land-on-v14.x
Commits 1
- deps: upgrade npm to 8.1.4
Committers 1
- npm team
PR-URL: https://github.com/nodejs/node/pull/40865
Fixes: https://github.com/don't
Fixes: https://github.com/explicitly
Fixes: https://github.com/command
Fixes: https://github.com/accurate
Reviewed-By: Michaël Zasso
Reviewed-By: Rich Trott
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/40865
Fixes: https://github.com/don't
Fixes: https://github.com/explicitly
Fixes: https://github.com/command
Fixes: https://github.com/accurate
Reviewed-By: Michaël Zasso
Reviewed-By: Rich Trott
--------------------------------------------------------------------------------
ℹ This PR was created on Thu, 18 Nov 2021 20:58:05 GMT
✔ Approvals: 2
✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/40865#pullrequestreview-810779683
✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/40865#pullrequestreview-810785319
ℹ This PR is being fast-tracked
✔ Last GitHub Actions successful
ℹ Last Full PR CI on 2021-11-20T09:17:29Z: https://ci.nodejs.org/job/node-test-pull-request/41012/
- Querying data for job/node-test-pull-request/41012/
✔ 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 40865
From https://github.com/nodejs/node
* branch refs/pull/40865/merge -> FETCH_HEAD
✔ Fetched commits as bad6526a000c..b2875df7d556
--------------------------------------------------------------------------------
Removing deps/npm/node_modules/npmlog/LICENSE
Removing deps/npm/node_modules/gauge/LICENSE
Removing deps/npm/node_modules/@npmcli/arborist/LICENSE
[master 788a669173] deps: upgrade npm to 8.1.4
Author: npm team
Date: Thu Nov 18 20:58:02 2021 +0000
353 files changed, 9028 insertions(+), 7905 deletions(-)
rewrite deps/npm/lib/commands/find-dupes.js (65%)
rewrite deps/npm/lib/commands/get.js (60%)
rewrite deps/npm/lib/commands/prefix.js (72%)
rewrite deps/npm/lib/commands/restart.js (69%)
rewrite deps/npm/lib/commands/root.js (68%)
rewrite deps/npm/lib/commands/start.js (70%)
rewrite deps/npm/lib/commands/stop.js (70%)
rewrite deps/npm/lib/commands/test.js (70%)
rewrite deps/npm/lib/commands/unstar.js (69%)
delete mode 100644 deps/npm/node_modules/@npmcli/arborist/LICENSE
create mode 100644 deps/npm/node_modules/@npmcli/arborist/LICENSE.md
delete mode 100644 deps/npm/node_modules/gauge/LICENSE
create mode 100644 deps/npm/node_modules/gauge/LICENSE.md
rename deps/npm/node_modules/gauge/{ => lib}/base-theme.js (74%)
create mode 100644 deps/npm/node_modules/gauge/lib/demo.js
rename deps/npm/node_modules/gauge/{ => lib}/error.js (100%)
rename deps/npm/node_modules/gauge/{ => lib}/has-color.js (100%)
rename deps/npm/node_modules/gauge/{ => lib}/index.js (75%)
rename deps/npm/node_modules/gauge/{ => lib}/plumbing.js (97%)
rename deps/npm/node_modules/gauge/{ => lib}/process.js (100%)
rename deps/npm/node_modules/gauge/{ => lib}/progress-bar.js (72%)
rename deps/npm/node_modules/gauge/{ => lib}/render-template.js (71%)
rename deps/npm/node_modules/gauge/{ => lib}/set-immediate.js (100%)
rename deps/npm/node_modules/gauge/{ => lib}/set-interval.js (100%)
rename deps/npm/node_modules/gauge/{ => lib}/spin.js (100%)
rename deps/npm/node_modules/gauge/{ => lib}/template-item.js (79%)
rename deps/npm/node_modules/gauge/{ => lib}/theme-set.js (69%)
rename deps/npm/node_modules/gauge/{ => lib}/themes.js (65%)
rename deps/npm/node_modules/gauge/{ => lib}/wide-truncate.js (83%)
create mode 100644 deps/npm/node_modules/gauge/node_modules/ansi-regex/index.d.ts
create mode 100644 deps/npm/node_modules/gauge/node_modules/ansi-regex/index.js
create mode 100644 deps/npm/node_modules/gauge/node_modules/ansi-regex/license
create mode 100644 deps/npm/node_modules/gauge/node_modules/ansi-regex/package.json
create mode 100644 deps/npm/node_modules/gauge/node_modules/is-fullwidth-code-point/index.d.ts
create mode 100644 deps/npm/node_modules/gauge/node_modules/is-fullwidth-code-point/index.js
create mode 100644 deps/npm/node_modules/gauge/node_modules/is-fullwidth-code-point/license
create mode 100644 deps/npm/node_modules/gauge/node_modules/is-fullwidth-code-point/package.json
create mode 100644 deps/npm/node_modules/gauge/node_modules/string-width/index.d.ts
create mode 100644 deps/npm/node_modules/gauge/node_modules/string-width/index.js
create mode 100644 deps/npm/node_modules/gauge/node_modules/string-width/license
create mode 100644 deps/npm/node_modules/gauge/node_modules/string-width/package.json
create mode 100644 deps/npm/node_modules/gauge/node_modules/strip-ansi/index.d.ts
create mode 100644 deps/npm/node_modules/gauge/node_modules/strip-ansi/index.js
create mode 100644 deps/npm/node_modules/gauge/node_modules/strip-ansi/license
create mode 100644 deps/npm/node_modules/gauge/node_modules/strip-ansi/package.json
rewrite deps/npm/node_modules/gauge/package.json (61%)
create mode 100644 deps/npm/node_modules/node-gyp/.github/workflows/visual-studio.yml
create mode 100644 deps/npm/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi
delete mode 100644 deps/npm/node_modules/npmlog/LICENSE
create mode 100644 deps/npm/node_modules/npmlog/LICENSE.md
rename deps/npm/node_modules/npmlog/{ => lib}/log.js (93%)
rewrite deps/npm/node_modules/signal-exit/index.js (86%)
create mode 100644 deps/npm/tap-snapshots/test/lib/commands/completion.js.test.cjs
create mode 100644 deps/npm/tap-snapshots/test/lib/commands/pack.js.test.cjs
rewrite deps/npm/test/lib/commands/audit.js (74%)
rewrite deps/npm/test/lib/commands/birthday.js (90%)
rewrite deps/npm/test/lib/commands/completion.js (98%)
rewrite deps/npm/test/lib/commands/install.js (65%)
rewrite deps/npm/test/lib/commands/pack.js (86%)
✔ Patches applied
--------------------------------------------------------------------------------
--------------------------------- New Message ----------------------------------
deps: upgrade npm to 8.1.4
https://github.com/nodejs/node/actions/runs/1489241618 |
PR-URL: #40865 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
|
Landed in 8a03482 |
PR-URL: #40865 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #40865 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #40865 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
v8.1.4 (2021-11-18)
BUG FIXES
7887fb3d7#4025 fix: don't try to open file:/// urls (@wraithgar)cd6d3a90d#4026 fix: explicitly allownpm helpto open file:/// man pages (@wraithgar)72ca4a4e3#4020 #4032 fix: command completion (@wraithgar)b78949134#4023 fix(install): command completion with single match (@wraithgar)DEPENDENCIES
225645420#3995 update to latest eslint and linting rules (@wraithgar)203fedf5b#4016eslint@8.0.0:@npmcli/eslint-config@2.0.0(@wraithgar)@npmcli/eslint-config@2.0.07b4aa59b6signal-exit@3.0.6:,tap@15.1.2(@isaacs)08015859c#4049npmlog@6.0.0(@wraithgar)088c11694#4045node-gyp@8.4.0: (@wraithgar)44bfa3787#4065 @npmcli/arborist 4.0.5 (@fritzy)--no-workspaces