Skip to content

Commit

Permalink
deps: update npm to 6.14.3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
MylesBorins committed Mar 19, 2020
1 parent 39dae8e commit 5366682
Show file tree
Hide file tree
Showing 303 changed files with 1,859 additions and 1,713 deletions.
3 changes: 3 additions & 0 deletions deps/npm/AUTHORS
Expand Up @@ -688,3 +688,6 @@ Netanel Gilad <netanelg@wix.com>
Dave Nicolson <david.nicolson@gmail.com>
Ajay Narain Mathur <ajaynarainmathur@gmail.com>
Vitaliy Markitanov <9357021+vit100@users.noreply.github.com>
simon_s <simon_s@afimilk.co.il>
John Kennedy <john.kennedy.9147@gmail.com>
Bernard Kitchens <bernard@npmjs.com>
31 changes: 31 additions & 0 deletions deps/npm/CHANGELOG.md
@@ -1,3 +1,34 @@
## 6.14.3 (2020-03-19)

### DOCUMENTATION

* [`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))
* [`4a31a4ba2`](https://github.com/npm/cli/commit/4a31a4ba2db0a5db2d1d0890ee934ba1babb73a6) [#1034](https://github.com/npm/cli/pull/1034) docs: cleanup ([@ruyadorno](https://github.com/ruyadorno))
* [`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))
* [`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))

### DEPENDENCIES

* [`e11167646`](https://github.com/npm/cli/commit/e111676467f090f73802b97e8da7ece481b18f99) `mkdirp@0.5.3`
* [`c5b97d17d`](https://github.com/isaacs/node-mkdirp/commit/c5b97d17d45a22bcf4c815645cbb989dab57ddd8) fix: bump `minimist` dep to resolve security issue ([@isaacs](https://github.com/isaacs))
* [`c50d679c6`](https://github.com/npm/cli/commit/c50d679c68b39dd03ad127d34f540ddcb1b1e804) `rimraf@2.7.1`
* [`a2de99ff9`](https://github.com/npm/cli/commit/a2de99ff9e02425a3ccc25280f390178be755a36) `npm-registry-mock@1.3.1`
* [`217debeb9`](https://github.com/npm/cli/commit/217debeb9812e037a6686cbf6ec67a0cd47fa68a) `npm-registry-couchapp@2.7.4`

## 6.14.2 (2020-03-03)

### DOCUMENTATION
* [`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))

### DEPENDENCIES

* [`909cc3918`](https://github.com/npm/cli/commit/909cc39180a352f206898481add5772206c8b65f) `hosted-git-info@2.8.8` ([@darcyclarke](https://github.com/darcyclarke))
* [`5038b1891`](https://github.com/npm/hosted-git-info/commit/5038b1891a61ca3cd7453acbf85d7011fe0086bb) fix: regression in old node versions w/ respect to url.URL implmentation
* [`9204ffa58`](https://github.com/npm/cli/commit/9204ffa584c140c5e22b1ee37f6df2c98f5dc70b) `npm-profile@4.0.4` ([@isaacs](https://github.com/isaacs))
* [`6bcf0860a`](https://github.com/npm/npm-profile/commit/6bcf0860a3841865099d0115dbcbde8b78109bd9) fix: treat non-http/https login urls as invalid
* [`0365d39bd`](https://github.com/npm/cli/commit/0365d39bdc74960a18caac674f51d0e2a98b31e6) `glob@7.1.6` ([@isaacs](https://github.com/isaacs))
* [`dab030536`](https://github.com/nodejs/node-gyp/commit/dab030536b6a70ecae37debc74c581db9e5280fd) `node-gyp@5.1.0` ([@rvagg](https://github.com/rvagg))

## 6.14.1 (2020-02-26)

* [`303e5c11e`](https://github.com/npm/cli/commit/303e5c11e7db34cf014107aecd2e81c821bfde8d)
Expand Down
6 changes: 3 additions & 3 deletions deps/npm/docs/content/cli-commands/npm-access.md
Expand Up @@ -87,7 +87,7 @@ Management of teams and team memberships is done with the `npm team` command.
### See Also
* [`libnpmaccess`](https://npm.im/libnpmaccess)
* [npm team](/cli-commands/npm-team)
* [npm publish](/cli-commands/npm-publish)
* [npm config](/cli-commands/npm-config)
* [npm team](/cli-commands/team)
* [npm publish](/cli-commands/publish)
* [npm config](/cli-commands/config)
* [npm registry](/using-npm/registry)
6 changes: 3 additions & 3 deletions deps/npm/docs/content/cli-commands/npm-adduser.md
Expand Up @@ -89,7 +89,7 @@ username/password entry in legacy npm.
### See Also

* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [npm owner](/cli-commands/npm-owner)
* [npm whoami](/cli-commands/npm-whoami)
* [npm owner](/cli-commands/owner)
* [npm whoami](/cli-commands/whoami)
2 changes: 1 addition & 1 deletion deps/npm/docs/content/cli-commands/npm-audit.md
Expand Up @@ -131,6 +131,6 @@ configuration setting.

### See Also

* [npm install](/cli-commands/npm-install)
* [npm install](/cli-commands/install)
* [package-locks](/configuring-npm/package-locks)
* [config](/using-npm/config)
6 changes: 3 additions & 3 deletions deps/npm/docs/content/cli-commands/npm-bin.md
Expand Up @@ -19,8 +19,8 @@ Print the folder where npm will install executables.

### See Also

* [npm prefix](/cli-commands/npm-prefix)
* [npm root](/cli-commands/npm-root)
* [npm prefix](/cli-commands/prefix)
* [npm root](/cli-commands/root)
* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
8 changes: 4 additions & 4 deletions deps/npm/docs/content/cli-commands/npm-bugs.md
Expand Up @@ -41,10 +41,10 @@ The base URL of the npm package registry.

### See Also

* [npm docs](/cli-commands/npm-docs)
* [npm view](/cli-commands/npm-view)
* [npm publish](/cli-commands/npm-publish)
* [npm docs](/cli-commands/docs)
* [npm view](/cli-commands/view)
* [npm publish](/cli-commands/publish)
* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [package.json](/configuring-npm/package-json)
4 changes: 2 additions & 2 deletions deps/npm/docs/content/cli-commands/npm-build.md
Expand Up @@ -28,7 +28,7 @@ directly, run:

### See Also

* [npm install](/cli-commands/npm-install)
* [npm link](/cli-commands/npm-link)
* [npm install](/cli-commands/install)
* [npm link](/cli-commands/link)
* [npm scripts](/using-npm/scripts)
* [package.json](/configuring-npm/package-json)
2 changes: 1 addition & 1 deletion deps/npm/docs/content/cli-commands/npm-bundle.md
Expand Up @@ -18,4 +18,4 @@ Just use `npm install` now to do what `npm bundle` used to do.

### See Also

* [npm install](/cli-commands/npm-install)
* [npm install](/cli-commands/install)
8 changes: 4 additions & 4 deletions deps/npm/docs/content/cli-commands/npm-cache.md
Expand Up @@ -82,10 +82,10 @@ The root cache folder.
### See Also

* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [npm install](/cli-commands/npm-install)
* [npm publish](/cli-commands/npm-publish)
* [npm pack](/cli-commands/npm-pack)
* [npm install](/cli-commands/install)
* [npm publish](/cli-commands/publish)
* [npm pack](/cli-commands/pack)
* https://npm.im/cacache
* https://npm.im/pacote
4 changes: 2 additions & 2 deletions deps/npm/docs/content/cli-commands/npm-ci.md
Expand Up @@ -45,7 +45,7 @@ cache:

### Description

This command is similar to [`npm install`](/cli-commands/npm-install), except it's meant to be used in
This command is similar to [`npm install`](/cli-commands/install), except it's meant to be used in
automated environments such as test platforms, continuous integration, and
deployment -- or any situation where you want to make sure you're doing a clean
install of your dependencies. It can be significantly faster than a regular npm
Expand All @@ -63,5 +63,5 @@ In short, the main differences between using `npm install` and `npm ci` are:

### See Also

* [npm install](/cli-commands/npm-install)
* [npm install](/cli-commands/install)
* [package-locks](/configuring-npm/package-locks)
2 changes: 1 addition & 1 deletion deps/npm/docs/content/cli-commands/npm-config.md
Expand Up @@ -79,7 +79,7 @@ global config.
### See Also

* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [package.json](/configuring-npm/package-json)
* [npmrc](/configuring-npm/npmrc)
* [npm](/cli-commands/npm)
6 changes: 3 additions & 3 deletions deps/npm/docs/content/cli-commands/npm-dedupe.md
Expand Up @@ -62,6 +62,6 @@ result in new modules being installed.

### See Also

* [npm ls](/cli-commands/npm-ls)
* [npm update](/cli-commands/npm-update)
* [npm install](/cli-commands/npm-install)
* [npm ls](/cli-commands/ls)
* [npm update](/cli-commands/update)
* [npm install](/cli-commands/install)
2 changes: 1 addition & 1 deletion deps/npm/docs/content/cli-commands/npm-deprecate.md
Expand Up @@ -32,5 +32,5 @@ format an empty string.

### See Also

* [npm publish](/cli-commands/npm-publish)
* [npm publish](/cli-commands/publish)
* [npm registry](/using-npm/registry)
8 changes: 4 additions & 4 deletions deps/npm/docs/content/cli-commands/npm-dist-tag.md
Expand Up @@ -92,9 +92,9 @@ begin with a number or the letter `v`.

### See Also

* [npm publish](/cli-commands/npm-publish)
* [npm install](/cli-commands/npm-install)
* [npm dedupe](/cli-commands/npm-dedupe)
* [npm publish](/cli-commands/publish)
* [npm install](/cli-commands/install)
* [npm dedupe](/cli-commands/dedupe)
* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
6 changes: 3 additions & 3 deletions deps/npm/docs/content/cli-commands/npm-docs.md
Expand Up @@ -44,9 +44,9 @@ The base URL of the npm package registry.
### See Also
* [npm view](/cli-commands/npm-view)
* [npm publish](/cli-commands/npm-publish)
* [npm view](/cli-commands/view)
* [npm publish](/cli-commands/publish)
* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [package.json](/configuring-npm/package-json)
6 changes: 3 additions & 3 deletions deps/npm/docs/content/cli-commands/npm-doctor.md
Expand Up @@ -106,6 +106,6 @@ cache, you should probably run `npm cache clean` and reset the cache.

### See Also

* [npm bugs](/cli-commands/npm-bugs)
* [npm help](/cli-commands/npm-help)
* [npm ping](/cli-commands/npm-ping)
* [npm bugs](/cli-commands/bugs)
* [npm help](/cli-commands/help)
* [npm ping](/cli-commands/ping)
6 changes: 3 additions & 3 deletions deps/npm/docs/content/cli-commands/npm-edit.md
Expand Up @@ -41,7 +41,7 @@ The command to run for `npm edit` or `npm config edit`.
### See Also

* [npm folders](/configuring-npm/folders)
* [npm explore](/cli-commands/npm-explore)
* [npm install](/cli-commands/npm-install)
* [npm config](/cli-commands/npm-config)
* [npm explore](/cli-commands/explore)
* [npm install](/cli-commands/install)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
8 changes: 4 additions & 4 deletions deps/npm/docs/content/cli-commands/npm-explore.md
Expand Up @@ -44,7 +44,7 @@ The shell to run for the `npm explore` command.
### See Also

* [npm folders](/configuring-npm/folders)
* [npm edit](/cli-commands/npm-edit)
* [npm rebuild](/cli-commands/npm-rebuild)
* [npm build](/cli-commands/npm-build)
* [npm install](/cli-commands/npm-install)
* [npm edit](/cli-commands/edit)
* [npm rebuild](/cli-commands/rebuild)
* [npm build](/cli-commands/build)
* [npm install](/cli-commands/install)
8 changes: 4 additions & 4 deletions deps/npm/docs/content/cli-commands/npm-fund.md
Expand Up @@ -61,8 +61,8 @@ If there are multiple funding sources, which 1-indexed source URL to open.

## See Also

* [npm docs](/cli-commands/npm-docs)
* [npm config](/cli-commands/npm-config)
* [npm install](/cli-commands/npm-install)
* [npm ls](/cli-commands/npm-ls)
* [npm docs](/cli-commands/docs)
* [npm config](/cli-commands/config)
* [npm install](/cli-commands/install)
* [npm ls](/cli-commands/ls)

2 changes: 1 addition & 1 deletion deps/npm/docs/content/cli-commands/npm-help-search.md
Expand Up @@ -40,4 +40,4 @@ If false, then help-search will just list out the help topics found.
### See Also

* [npm](/cli-commands/npm)
* [npm help](/cli-commands/npm-help)
* [npm help](/cli-commands/help)
4 changes: 2 additions & 2 deletions deps/npm/docs/content/cli-commands/npm-help.md
Expand Up @@ -38,7 +38,7 @@ Set to `"browser"` to view html help content in the default web browser.

* [npm](/cli-commands/npm)
* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [package.json](/configuring-npm/package-json)
* [npm help-search](/cli-commands/npm-help-search)
* [npm help-search](/cli-commands/help-search)
2 changes: 1 addition & 1 deletion deps/npm/docs/content/cli-commands/npm-init.md
Expand Up @@ -70,5 +70,5 @@ will create a scoped package.

* <https://github.com/isaacs/init-package-json>
* [package.json](/configuring-npm/package-json)
* [npm version](/cli-commands/npm-version)
* [npm version](/cli-commands/version)
* [npm scope](/using-npm/scope)
4 changes: 2 additions & 2 deletions deps/npm/docs/content/cli-commands/npm-install-ci-test.md
Expand Up @@ -22,5 +22,5 @@ This command runs an `npm ci` followed immediately by an `npm test`.

### See Also

* [npm ci](/cli-commands/npm-ci)
* [npm test](/cli-commands/npm-test)
* [npm ci](/cli-commands/ci)
* [npm test](/cli-commands/test)
4 changes: 2 additions & 2 deletions deps/npm/docs/content/cli-commands/npm-install-test.md
Expand Up @@ -31,5 +31,5 @@ takes exactly the same arguments as `npm install`.

### See Also

* [npm install](/cli-commands/npm-install)
* [npm test](/cli-commands/npm-test)
* [npm install](/cli-commands/install)
* [npm test](/cli-commands/test)
24 changes: 12 additions & 12 deletions deps/npm/docs/content/cli-commands/npm-install.md
Expand Up @@ -32,15 +32,15 @@ common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exa
This command installs a package, and any packages that it depends on. If the
package has a package-lock or shrinkwrap file, the installation of dependencies
will be driven by that, with an `npm-shrinkwrap.json` taking precedence if both
files exist. See [package-lock.json](/configuring-npm/package-lock-json) and [`npm shrinkwrap`](/cli-commands/npm-shrinkwrap).
files exist. See [package-lock.json](/configuring-npm/package-lock-json) and [`npm shrinkwrap`](/cli-commands/shrinkwrap).

A `package` is:

* a) a folder containing a program described by a [`package.json`](/configuring-npm/package-json) file
* b) a gzipped tarball containing (a)
* c) a url that resolves to (b)
* d) a `<name>@<version>` that is published on the registry (see [`registry`](/using-npm/registry)) with (c)
* e) a `<name>@<tag>` (see [`npm dist-tag`](/cli-commands/npm-dist-tag)) that points to (d)
* e) a `<name>@<tag>` (see [`npm dist-tag`](/cli-commands/dist-tag)) that points to (d)
* f) a `<name>` that has a "latest" tag satisfying (e)
* g) a `<git remote url>` that resolves to (a)

Expand Down Expand Up @@ -503,17 +503,17 @@ affects a real use-case, it will be investigated.
### See Also
* [npm folders](/configuring-npm/folders)
* [npm update](/cli-commands/npm-update)
* [npm audit](/cli-commands/npm-audit)
* [npm fund](/cli-commands/npm-fund)
* [npm link](/cli-commands/npm-link)
* [npm rebuild](/cli-commands/npm-rebuild)
* [npm update](/cli-commands/update)
* [npm audit](/cli-commands/audit)
* [npm fund](/cli-commands/fund)
* [npm link](/cli-commands/link)
* [npm rebuild](/cli-commands/rebuild)
* [npm scripts](/using-npm/scripts)
* [npm build](/cli-commands/npm-build)
* [npm config](/cli-commands/npm-config)
* [npm build](/cli-commands/build)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [npm registry](/using-npm/registry)
* [npm dist-tag](/cli-commands/npm-dist-tag)
* [npm uninstall](/cli-commands/npm-uninstall)
* [npm shrinkwrap](/cli-commands/npm-shrinkwrap)
* [npm dist-tag](/cli-commands/dist-tag)
* [npm uninstall](/cli-commands/uninstall)
* [npm shrinkwrap](/cli-commands/shrinkwrap)
* [package.json](/configuring-npm/package-json)
4 changes: 2 additions & 2 deletions deps/npm/docs/content/cli-commands/npm-link.md
Expand Up @@ -86,7 +86,7 @@ npm link @myorg/privatepackage

* [npm developers](/using-npm/developers)
* [package.json](/configuring-npm/package-json)
* [npm- nstall](/cli-commands/npm-install)
* [npm- nstall](/cli-commands/install)
* [npm folders](/configuring-npm/folders)
* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
6 changes: 3 additions & 3 deletions deps/npm/docs/content/cli-commands/npm-logout.md
Expand Up @@ -48,7 +48,7 @@ npm logout --scope=@myco

### See Also

* [npm adduser](/cli-commands/npm-adduser)
* [npm adduser](/cli-commands/adduser)
* [npm registry](/using-npm/registry)
* [npm config](/cli-commands/npm-config)
* [npm whoami](/cli-commands/npm-whoami)
* [npm config](/cli-commands/config)
* [npm whoami](/cli-commands/whoami)
12 changes: 6 additions & 6 deletions deps/npm/docs/content/cli-commands/npm-ls.md
Expand Up @@ -119,11 +119,11 @@ Set it to false in order to use all-ansi output.

### See Also

* [npm config](/cli-commands/npm-config)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)
* [npm folders](/configuring-npm/folders)
* [npm install](/cli-commands/npm-install)
* [npm link](/cli-commands/npm-link)
* [npm prune](/cli-commands/npm-prune)
* [npm outdated](/cli-commands/npm-outdated)
* [npm update](/cli-commands/npm-update)
* [npm install](/cli-commands/install)
* [npm link](/cli-commands/link)
* [npm prune](/cli-commands/prune)
* [npm outdated](/cli-commands/outdated)
* [npm update](/cli-commands/update)
4 changes: 2 additions & 2 deletions deps/npm/docs/content/cli-commands/npm-outdated.md
Expand Up @@ -118,7 +118,7 @@ Max depth for checking dependency tree.

### See Also

* [npm update](/cli-commands/npm-update)
* [npm dist-tag](/cli-commands/npm-dist-tag)
* [npm update](/cli-commands/update)
* [npm dist-tag](/cli-commands/dist-tag)
* [npm registry](/using-npm/registry)
* [npm folders](/configuring-npm/folders)
4 changes: 2 additions & 2 deletions deps/npm/docs/content/cli-commands/npm-owner.md
Expand Up @@ -41,7 +41,7 @@ with `--otp`.

### See Also

* [npm publish](/cli-commands/npm-publish)
* [npm publish](/cli-commands/publish)
* [npm registry](/using-npm/registry)
* [npm adduser](/cli-commands/npm-adduser)
* [npm adduser](/cli-commands/adduser)
* [npm disputes](/using-npm/disputes)
6 changes: 3 additions & 3 deletions deps/npm/docs/content/cli-commands/npm-pack.md
Expand Up @@ -32,7 +32,7 @@ actually packing anything. Reports on what would have gone into the tarball.

### See Also

* [npm cache](/cli-commands/npm-cache)
* [npm publish](/cli-commands/npm-publish)
* [npm config](/cli-commands/npm-config)
* [npm cache](/cli-commands/cache)
* [npm publish](/cli-commands/publish)
* [npm config](/cli-commands/config)
* [npmrc](/configuring-npm/npmrc)

0 comments on commit 5366682

Please sign in to comment.