Skip to content

Commit 17217a5

Browse files
isaacsMylesBorins
authored andcommitted
deps: upgrade npm to 6.14.1
Backport-PR-URL: #32527 PR-URL: #31977 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent fbd5be6 commit 17217a5

File tree

199 files changed

+2611
-945
lines changed

Some content is hidden

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

199 files changed

+2611
-945
lines changed

β€Ždeps/npm/AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -682,3 +682,9 @@ Zhenya Vinogradov <[email protected]>
682682
Rafael Hengles <[email protected]>
683683
Jan-Philip Gehrcke <[email protected]>
684684
Caleb Sacks <[email protected]>
685+
Kyle Getz <[email protected]>
686+
Sean Healy <[email protected]>
687+
Netanel Gilad <[email protected]>
688+
Dave Nicolson <[email protected]>
689+
Ajay Narain Mathur <[email protected]>
690+
Vitaliy Markitanov <[email protected]>

β€Ždeps/npm/CHANGELOG.md

+38

β€Ždeps/npm/docs/content/cli-commands/npm-fund.md

+10-2

β€Ždeps/npm/docs/content/cli-commands/npm-publish.md

+6-6

β€Ždeps/npm/docs/content/configuring-npm/package-json.md

+19-2

β€Ždeps/npm/docs/content/using-npm/disputes.md

+1-1

β€Ždeps/npm/docs/content/using-npm/scripts.md

+88-81

β€Ždeps/npm/docs/public/cli-commands/npm-access/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-adduser/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-audit/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-bin/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-bugs/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-build/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-bundle/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-cache/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-ci/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-completion/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-config/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-dedupe/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-deprecate/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-dist-tag/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-docs/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-doctor/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-edit/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-explore/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-fund/index.html

+11-4
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-help-search/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-help/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-hook/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-init/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-install-ci-test/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-install-test/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-install/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-link/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-logout/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-ls/index.html

+3-3
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-org/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-outdated/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-owner/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-pack/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-ping/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-prefix/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-profile/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-prune/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-publish/index.html

+8-8
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-rebuild/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-repo/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-restart/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-root/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-run-script/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-search/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-shrinkwrap/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-star/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-stars/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-start/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-stop/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-team/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-test/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-token/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-uninstall/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-unpublish/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-update/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-version/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-view/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-whoami/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm/index.html

+3-3
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/folders/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/install/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/npmrc/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/package-json/index.html

+21-5
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/package-lock-json/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/package-locks/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/shrinkwrap-json/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/index.html

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)