Skip to content

Commit fd13cc5

Browse files
committed
deps: update npm to 6.12.0
1 parent 064e111 commit fd13cc5

585 files changed

Lines changed: 12801 additions & 10959 deletions

File tree

Some content is hidden

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

deps/npm/.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: true
21
# need to declare the language as well as the matrix below
32
language: node_js
43

deps/npm/AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,3 +656,9 @@ Olivier Chevet <olivr70@outlook.fr>
656656
Maël Nison <nison.mael@gmail.com>
657657
Sara Ahbabou <ahbabousara@gmail.com>
658658
Gareth Jones <Jones258@Gmail.com>
659+
Ruy Adorno <ruyadorno@hotmail.com>
660+
Michael Perrotte <mike@npmjs.com>
661+
Ben Blank <ben.blank+github@gmail.com>
662+
Christian Clauss <cclauss@me.com>
663+
Nikita Lebedev <bloomber111@gmail.com>
664+
Henrik Gemal <henrik@gemal.dk>

deps/npm/CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
## 6.12.0 (2019-10-08):
2+
3+
Now `npm ci` runs prepare scripts for git dependencies, and respects the
4+
`--no-optional` argument. Warnings for `engine` mismatches are printed
5+
again. Various other fixes and cleanups.
6+
7+
### BUG FIXES
8+
9+
* [`890b245dc`](https://github.com/npm/cli/commit/890b245dc1f609590d8ab993fac7cf5a37ed46a5)
10+
[#252](https://github.com/npm/cli/pull/252) ci: add dirPacker to options
11+
([@claudiahdz](https://github.com/claudiahdz))
12+
* [`f3299acd0`](https://github.com/npm/cli/commit/f3299acd0b4249500e940776aca77cc6c0977263)
13+
[#257](https://github.com/npm/cli/pull/257)
14+
[npm.community#4792](https://npm.community/t/engines-and-engines-strict-ignored/4792)
15+
warn message on engine mismatch
16+
([@ruyadorno](https://github.com/ruyadorno))
17+
* [`bbc92fb8f`](https://github.com/npm/cli/commit/bbc92fb8f3478ff67071ebaff551f01c1ea42ced)
18+
[#259](https://github.com/npm/cli/pull/259)
19+
[npm.community#10288](https://npm.community/t/npm-token-err-figgypudding-options-cannot-be-modified-use-concat-instead/10288)
20+
Fix figgyPudding error in `npm token`
21+
([@benblank](https://github.com/benblank))
22+
* [`70f54dcb5`](https://github.com/npm/cli/commit/70f54dcb5693b301c6b357922b7e8d16b57d8b00)
23+
[#241](https://github.com/npm/cli/pull/241) doctor: Make OK more
24+
consistent ([@gemal](https://github.com/gemal))
25+
26+
### FEATURES
27+
28+
* [`ed993a29c`](https://github.com/npm/cli/commit/ed993a29ccf923425317c433844d55dbea2f23ee)
29+
[#249](https://github.com/npm/cli/pull/249) Add CI environment variables
30+
to user-agent ([@isaacs](https://github.com/isaacs))
31+
* [`f6b0459a4`](https://github.com/npm/cli/commit/f6b0459a466a2c663dbd549cdc331e7732552dca)
32+
[#248](https://github.com/npm/cli/pull/248) Add option to save
33+
package-lock without formatting Adds a new config
34+
`--format-package-lock`, which defaults to true.
35+
([@bl00mber](https://github.com/bl00mber))
36+
37+
### DEPENDENCIES
38+
39+
* [`0ca063c5d`](https://github.com/npm/cli/commit/0ca063c5dc961c4aa17373f4b33fb54c51c8c8d6)
40+
`npm-lifecycle@3.1.4`:
41+
- fix: filter functions and undefined out of makeEnv
42+
([@isaacs](https://github.com/isaacs))
43+
* [`5df6b0ea2`](https://github.com/npm/cli/commit/5df6b0ea2e3106ba65bba649cc8d7f02f4738236)
44+
`libcipm@4.0.4`:
45+
- fix: pack git directories properly
46+
([@claudiahdz](https://github.com/claudiahdz))
47+
- respect no-optional argument
48+
([@cruzdanilo](https://github.com/cruzdanilo))
49+
* [`7e04f728c`](https://github.com/npm/cli/commit/7e04f728cc4cd4853a8fc99e2df0a12988897589)
50+
`tar@4.4.12`
51+
* [`5c380e5a3`](https://github.com/npm/cli/commit/5c380e5a33d760bb66a4285b032ae5f50af27199)
52+
`stringify-package@1.0.1` ([@isaacs](https://github.com/isaacs))
53+
* [`62f2ca692`](https://github.com/npm/cli/commit/62f2ca692ac0c0467ef4cf74f91777a5175258c4)
54+
`node-gyp@5.0.5` ([@isaacs](https://github.com/isaacs))
55+
* [`0ff0ea47a`](https://github.com/npm/cli/commit/0ff0ea47a8840dd7d952bde7f7983a5016cda8ea)
56+
`npm-install-checks@3.0.2` ([@isaacs](https://github.com/isaacs))
57+
* [`f46edae94`](https://github.com/npm/cli/commit/f46edae9450b707650a0efab09aa1e9295a18070)
58+
`hosted-git-info@2.8.5` ([@isaacs](https://github.com/isaacs))
59+
60+
### TESTING
61+
62+
* [`44a2b036b`](https://github.com/npm/cli/commit/44a2b036b34324ec85943908264b2e36de5a9435)
63+
[#262](https://github.com/npm/cli/pull/262) fix root-ownership race
64+
conditions in meta-test ([@isaacs](https://github.com/isaacs))
65+
166
## 6.11.3 (2019-09-03):
267

368
Fix npm ci regressions and npm outdated depth.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
if not defined npm_config_node_gyp (
2-
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
3-
) else (
1+
if not defined npm_config_node_gyp (
2+
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
3+
) else (
44
node "%npm_config_node_gyp%" %*
5-
)
5+
)

deps/npm/bin/npm.cmd

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
:: Created by npm, please don't edit manually.
2-
@ECHO OFF
3-
4-
SETLOCAL
5-
6-
SET "NODE_EXE=%~dp0\node.exe"
7-
IF NOT EXIST "%NODE_EXE%" (
8-
SET "NODE_EXE=node"
9-
)
10-
11-
SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
12-
FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
13-
SET "NPM_PREFIX_NPM_CLI_JS=%%F\node_modules\npm\bin\npm-cli.js"
14-
)
15-
IF EXIST "%NPM_PREFIX_NPM_CLI_JS%" (
16-
SET "NPM_CLI_JS=%NPM_PREFIX_NPM_CLI_JS%"
17-
)
18-
19-
"%NODE_EXE%" "%NPM_CLI_JS%" %*
1+
:: Created by npm, please don't edit manually.
2+
@ECHO OFF
3+
4+
SETLOCAL
5+
6+
SET "NODE_EXE=%~dp0\node.exe"
7+
IF NOT EXIST "%NODE_EXE%" (
8+
SET "NODE_EXE=node"
9+
)
10+
11+
SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
12+
FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
13+
SET "NPM_PREFIX_NPM_CLI_JS=%%F\node_modules\npm\bin\npm-cli.js"
14+
)
15+
IF EXIST "%NPM_PREFIX_NPM_CLI_JS%" (
16+
SET "NPM_CLI_JS=%NPM_PREFIX_NPM_CLI_JS%"
17+
)
18+
19+
"%NODE_EXE%" "%NPM_CLI_JS%" %*

deps/npm/bin/npx.cmd

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
:: Created by npm, please don't edit manually.
2-
@ECHO OFF
3-
4-
SETLOCAL
5-
6-
SET "NODE_EXE=%~dp0\node.exe"
7-
IF NOT EXIST "%NODE_EXE%" (
8-
SET "NODE_EXE=node"
9-
)
10-
11-
SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
12-
SET "NPX_CLI_JS=%~dp0\node_modules\npm\bin\npx-cli.js"
13-
FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
14-
SET "NPM_PREFIX_NPX_CLI_JS=%%F\node_modules\npm\bin\npx-cli.js"
15-
)
16-
IF EXIST "%NPM_PREFIX_NPX_CLI_JS%" (
17-
SET "NPX_CLI_JS=%NPM_PREFIX_NPX_CLI_JS%"
18-
)
19-
20-
"%NODE_EXE%" "%NPX_CLI_JS%" %*
1+
:: Created by npm, please don't edit manually.
2+
@ECHO OFF
3+
4+
SETLOCAL
5+
6+
SET "NODE_EXE=%~dp0\node.exe"
7+
IF NOT EXIST "%NODE_EXE%" (
8+
SET "NODE_EXE=node"
9+
)
10+
11+
SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
12+
SET "NPX_CLI_JS=%~dp0\node_modules\npm\bin\npx-cli.js"
13+
FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
14+
SET "NPM_PREFIX_NPX_CLI_JS=%%F\node_modules\npm\bin\npx-cli.js"
15+
)
16+
IF EXIST "%NPM_PREFIX_NPX_CLI_JS%" (
17+
SET "NPX_CLI_JS=%NPM_PREFIX_NPX_CLI_JS%"
18+
)
19+
20+
"%NODE_EXE%" "%NPX_CLI_JS%" %*

deps/npm/changelogs/CHANGELOG-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is gonna be a much, MUCH smaller major version than 3.x was. Maybe even
4747
smaller than 2.x was. I can't tell you everything that'll be in there just
4848
yet, but at the very least it's going to have what's in our
4949
[4.x milestone](https://github.com/npm/npm/pulls?q=is%3Aopen+is%3Apr+milestone%3A4.x),
50-
PLUS, the first steps in
50+
PLUS, the first steps in
5151
[making `prepublish` work](https://github.com/npm/npm/issues/10074) the way
5252
people expect it to.
5353

deps/npm/changelogs/CHANGELOG-5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ as `https://` URLs instead of versions.
225225
zeros deleted resulted in authentication failures.
226226
([@iarna](https://github.com/iarna))
227227
* [`6eaa860ea`](https://github.com/npm/npm/commit/6eaa860ead3222a6dbd6d370b4271e7bf242b30b)
228-
Eliminate direct use of `new Buffer` in `npm`. While the use of it in `npm` was safe, there
228+
Eliminate direct use of `new Buffer` in `npm`. While the use of it in `npm` was safe, there
229229
are two other reasons for this change:
230230

231231
1. Node 10 emits warnings about its use.
@@ -341,7 +341,7 @@ and a handful of bug fixes! Let's get right in!
341341

342342
### NEW PACKAGE VIEW
343343

344-
There's a new `npm view` in town. You might it as `npm info` or `npm show`.
344+
There's a new `npm view` in town. You might it as `npm info` or `npm show`.
345345
The new output gives you a nicely summarized view that for most packages
346346
fits on one screen. If you ask it for `--json` you'll still get the same
347347
results, so your scripts should still work fine.
@@ -377,7 +377,7 @@ you can double check your `.npmignore` settings before doing a publish.
377377
### MERGE CONFLICT, SMERGE CONFLICT
378378

379379
If you resolve a `package-lock.json` merge conflict with `npm install` we
380-
now suggest you setup a merge driver to handle these automatically for you.
380+
now suggest you setup a merge driver to handle these automatically for you.
381381
If you're reading this and you'd like to set it up now, run:
382382

383383
```console
@@ -1935,7 +1935,7 @@ helpful when community members go over our code and help clean it up, too!
19351935
* [`9e5b76140`](https://github.com/npm/npm/commit/9e5b76140ffdb7dcd12aa402793644213fb8c5d7)
19361936
[#17411](https://github.com/npm/npm/pull/17411)
19371937
Convert all callback-style `move` usage to use Promises.
1938-
([@vramana](https://github.com/vramana))
1938+
([@vramana](https://github.com/vramana))
19391939
* [`0711c08f7`](https://github.com/npm/npm/commit/0711c08f779ac641ec42ecc96f604c8861008b28)
19401940
[#17394](https://github.com/npm/npm/pull/17394)
19411941
Remove unused argument in `deepSortObject`.

deps/npm/doc/cli/npm-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ npm-audit(1) -- Run a security audit
55

66
npm audit [--json|--parseable|--audit-level=(low|moderate|high|critical)]
77
npm audit fix [--force|--package-lock-only|--dry-run]
8-
8+
99
common options: [--production] [--only=(dev|prod)]
1010

1111
## EXAMPLES

deps/npm/doc/cli/npm-completion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ everywhere:
1818
npm completion >> ~/.zshrc
1919

2020
You may of course also pipe the output of `npm completion` to a file
21-
such as `/usr/local/etc/bash_completion.d/npm` or
22-
`/etc/bash_completion.d/npm` if you have a system that will read
21+
such as `/usr/local/etc/bash_completion.d/npm` or
22+
`/etc/bash_completion.d/npm` if you have a system that will read
2323
that file for you.
2424

2525
When `COMP_CWORD`, `COMP_LINE`, and `COMP_POINT` are defined in the

0 commit comments

Comments
 (0)