Skip to content

Commit c419cd2

Browse files
committed
deps: update npm to 6.14.3
Backport-PR-URL: #32527 PR-URL: #32368 Refs: #32296 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 17217a5 commit c419cd2

File tree

302 files changed

+1859
-1713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+1859
-1713
lines changed

deps/npm/AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,3 +688,6 @@ Netanel Gilad <netanelg@wix.com>
688688
Dave Nicolson <david.nicolson@gmail.com>
689689
Ajay Narain Mathur <ajaynarainmathur@gmail.com>
690690
Vitaliy Markitanov <9357021+vit100@users.noreply.github.com>
691+
simon_s <simon_s@afimilk.co.il>
692+
John Kennedy <john.kennedy.9147@gmail.com>
693+
Bernard Kitchens <bernard@npmjs.com>

deps/npm/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 6.14.3 (2020-03-19)
2+
3+
### DOCUMENTATION
4+
5+
* [`4ad221487`](https://github.com/npm/cli/commit4ad2214873cddfd4a0eff1bd188516b08fae9f9e) [#1020](https://github.com/npm/cli/pull/1020) docs(teams): updated team docs to reflect MFA workflow ([@blkdm0n](https://github.com/blkdm0n))
6+
* [`4a31a4ba2`](https://github.com/npm/cli/commit/4a31a4ba2db0a5db2d1d0890ee934ba1babb73a6) [#1034](https://github.com/npm/cli/pull/1034) docs: cleanup ([@ruyadorno](https://github.com/ruyadorno))
7+
* [`0eac801cd`](https://github.com/npm/cli/commit/0eac801cdef344e9fbda6270145e062211255b0e) [#1013](https://github.com/npm/cli/pull/1013) docs: fix links to cli commands ([@alenros](https://github.com/alenros))
8+
* [`7d8e5b99c`](https://github.com/npm/cli/commit/7d8e5b99c4ef8c394cffa7fc845f54a25ff37e3a) [#755](https://github.com/npm/cli/pull/755) docs: correction to `npm update -g` behaviour ([@johnkennedy9147](https://github.com/johnkennedy9147))
9+
10+
### DEPENDENCIES
11+
12+
* [`e11167646`](https://github.com/npm/cli/commit/e111676467f090f73802b97e8da7ece481b18f99) `mkdirp@0.5.3`
13+
* [`c5b97d17d`](https://github.com/isaacs/node-mkdirp/commit/c5b97d17d45a22bcf4c815645cbb989dab57ddd8) fix: bump `minimist` dep to resolve security issue ([@isaacs](https://github.com/isaacs))
14+
* [`c50d679c6`](https://github.com/npm/cli/commit/c50d679c68b39dd03ad127d34f540ddcb1b1e804) `rimraf@2.7.1`
15+
* [`a2de99ff9`](https://github.com/npm/cli/commit/a2de99ff9e02425a3ccc25280f390178be755a36) `npm-registry-mock@1.3.1`
16+
* [`217debeb9`](https://github.com/npm/cli/commit/217debeb9812e037a6686cbf6ec67a0cd47fa68a) `npm-registry-couchapp@2.7.4`
17+
18+
## 6.14.2 (2020-03-03)
19+
20+
### DOCUMENTATION
21+
* [`f9248c0be`](https://github.com/npm/cli/commit/f9248c0be63fba37a30098dc9215c752474380e3) [#730](https://github.com/npm/cli/pull/730) chore(docs): update unpublish docs & policy reference ([@nomadtechie](https://github.com/nomadtechie), [@mikemimik](https://github.com/mikemimik))
22+
23+
### DEPENDENCIES
24+
25+
* [`909cc3918`](https://github.com/npm/cli/commit/909cc39180a352f206898481add5772206c8b65f) `hosted-git-info@2.8.8` ([@darcyclarke](https://github.com/darcyclarke))
26+
* [`5038b1891`](https://github.com/npm/hosted-git-info/commit/5038b1891a61ca3cd7453acbf85d7011fe0086bb) fix: regression in old node versions w/ respect to url.URL implmentation
27+
* [`9204ffa58`](https://github.com/npm/cli/commit/9204ffa584c140c5e22b1ee37f6df2c98f5dc70b) `npm-profile@4.0.4` ([@isaacs](https://github.com/isaacs))
28+
* [`6bcf0860a`](https://github.com/npm/npm-profile/commit/6bcf0860a3841865099d0115dbcbde8b78109bd9) fix: treat non-http/https login urls as invalid
29+
* [`0365d39bd`](https://github.com/npm/cli/commit/0365d39bdc74960a18caac674f51d0e2a98b31e6) `glob@7.1.6` ([@isaacs](https://github.com/isaacs))
30+
* [`dab030536`](https://github.com/nodejs/node-gyp/commit/dab030536b6a70ecae37debc74c581db9e5280fd) `node-gyp@5.1.0` ([@rvagg](https://github.com/rvagg))
31+
132
## 6.14.1 (2020-02-26)
233

334
* [`303e5c11e`](https://github.com/npm/cli/commit/303e5c11e7db34cf014107aecd2e81c821bfde8d)

deps/npm/docs/content/cli-commands/npm-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Management of teams and team memberships is done with the `npm team` command.
8787
### See Also
8888
8989
* [`libnpmaccess`](https://npm.im/libnpmaccess)
90-
* [npm team](/cli-commands/npm-team)
91-
* [npm publish](/cli-commands/npm-publish)
92-
* [npm config](/cli-commands/npm-config)
90+
* [npm team](/cli-commands/team)
91+
* [npm publish](/cli-commands/publish)
92+
* [npm config](/cli-commands/config)
9393
* [npm registry](/using-npm/registry)

deps/npm/docs/content/cli-commands/npm-adduser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ username/password entry in legacy npm.
8989
### See Also
9090

9191
* [npm registry](/using-npm/registry)
92-
* [npm config](/cli-commands/npm-config)
92+
* [npm config](/cli-commands/config)
9393
* [npmrc](/configuring-npm/npmrc)
94-
* [npm owner](/cli-commands/npm-owner)
95-
* [npm whoami](/cli-commands/npm-whoami)
94+
* [npm owner](/cli-commands/owner)
95+
* [npm whoami](/cli-commands/whoami)

deps/npm/docs/content/cli-commands/npm-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ configuration setting.
131131

132132
### See Also
133133

134-
* [npm install](/cli-commands/npm-install)
134+
* [npm install](/cli-commands/install)
135135
* [package-locks](/configuring-npm/package-locks)
136136
* [config](/using-npm/config)

deps/npm/docs/content/cli-commands/npm-bin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Print the folder where npm will install executables.
1919

2020
### See Also
2121

22-
* [npm prefix](/cli-commands/npm-prefix)
23-
* [npm root](/cli-commands/npm-root)
22+
* [npm prefix](/cli-commands/prefix)
23+
* [npm root](/cli-commands/root)
2424
* [npm folders](/configuring-npm/folders)
25-
* [npm config](/cli-commands/npm-config)
25+
* [npm config](/cli-commands/config)
2626
* [npmrc](/configuring-npm/npmrc)

deps/npm/docs/content/cli-commands/npm-bugs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ The base URL of the npm package registry.
4141

4242
### See Also
4343

44-
* [npm docs](/cli-commands/npm-docs)
45-
* [npm view](/cli-commands/npm-view)
46-
* [npm publish](/cli-commands/npm-publish)
44+
* [npm docs](/cli-commands/docs)
45+
* [npm view](/cli-commands/view)
46+
* [npm publish](/cli-commands/publish)
4747
* [npm registry](/using-npm/registry)
48-
* [npm config](/cli-commands/npm-config)
48+
* [npm config](/cli-commands/config)
4949
* [npmrc](/configuring-npm/npmrc)
5050
* [package.json](/configuring-npm/package-json)

deps/npm/docs/content/cli-commands/npm-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ directly, run:
2828

2929
### See Also
3030

31-
* [npm install](/cli-commands/npm-install)
32-
* [npm link](/cli-commands/npm-link)
31+
* [npm install](/cli-commands/install)
32+
* [npm link](/cli-commands/link)
3333
* [npm scripts](/using-npm/scripts)
3434
* [package.json](/configuring-npm/package-json)

deps/npm/docs/content/cli-commands/npm-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Just use `npm install` now to do what `npm bundle` used to do.
1818

1919
### See Also
2020

21-
* [npm install](/cli-commands/npm-install)
21+
* [npm install](/cli-commands/install)

deps/npm/docs/content/cli-commands/npm-cache.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ The root cache folder.
8282
### See Also
8383

8484
* [npm folders](/configuring-npm/folders)
85-
* [npm config](/cli-commands/npm-config)
85+
* [npm config](/cli-commands/config)
8686
* [npmrc](/configuring-npm/npmrc)
87-
* [npm install](/cli-commands/npm-install)
88-
* [npm publish](/cli-commands/npm-publish)
89-
* [npm pack](/cli-commands/npm-pack)
87+
* [npm install](/cli-commands/install)
88+
* [npm publish](/cli-commands/publish)
89+
* [npm pack](/cli-commands/pack)
9090
* https://npm.im/cacache
9191
* https://npm.im/pacote

0 commit comments

Comments
 (0)