Skip to content

Commit ee11376

Browse files
committed
deps: update npm to 6.11.1
Full changelog: 6.11.1 (2019-08-20): Fix a regression for windows command shim syntax. * [`37db29647`](npm/cli@37db296) `cmd-shim@3.0.2` ([@isaacs](https://github.com/isaacs)) v6.11.0 (2019-08-20): A few meaty bugfixes, and introducing `peerDependenciesMeta`. FEATURES * [`a12341088`](npm/cli@a123410) [nodejs#224](npm/cli#224) Implements peerDependenciesMeta ([@arcanis](https://github.com/arcanis)) * [`2f3b79bba`](npm/cli@2f3b79b) [nodejs#234](npm/cli#234) add new forbidden 403 error code ([@claudiahdz](https://github.com/claudiahdz)) BUGFIXES * [`24acc9fc8`](npm/cli@24acc9f) and [`45772af0d`](npm/cli@45772af) [nodejs#217](npm/cli#217) [npm.community#8863](https://npm.community/t/installing-the-same-module-under-multiple-relative-paths-fails-on-linux/8863) [npm.community#9327](https://npm.community/t/reinstall-breaks-after-npm-update-to-6-10-2/9327,) do not descend into directory deps' child modules, fix shrinkwrap files that inappropriately list child nodes of symlink packages ([@isaacs](https://github.com/isaacs) and [@salomvary](https://github.com/salomvary)) * [`50cfe113d`](npm/cli@50cfe11) [nodejs#229](npm/cli#229) fixed typo in semver doc ([@gall0ws](https://github.com/gall0ws)) * [`e8fb2a1bd`](npm/cli@e8fb2a1) [nodejs#231](npm/cli#231) Fix spelling mistakes in CHANGELOG-3.md ([@XhmikosR](https://github.com/XhmikosR)) * [`769d2e057`](npm/cli@769d2e0) [npm/uid-number#7](npm/uid-number#7) Better error on invalid `--user`/`--group` configs. This addresses the issue when people fail to install binary packages on Docker and other environments where there is no 'nobody' user. ([@isaacs](https://github.com/isaacs)) * [`8b43c9624`](npm/cli@8b43c96) [nodejs#28987](nodejs#28987) [npm.community#6032](https://npm.community/t/npm-ci-doesnt-respect-npmrc-variables/6032) [npm.community#6658](https://npm.community/t/npm-ci-doesnt-fill-anymore-the-process-env-npm-config-cache-variable-on-post-install-scripts/6658) [npm.community#6069](https://npm.community/t/npm-ci-does-not-compile-native-dependencies-according-to-npmrc-configuration/6069) [npm.community#9323](https://npm.community/t/npm-6-9-x-not-passing-environment-to-node-gyp-regression-from-6-4-x/9323/2) Fix the regression where random config values in a .npmrc file are not passed to lifecycle scripts, breaking build processes which rely on them. ([@isaacs](https://github.com/isaacs)) * [`8b85eaa47`](npm/cli@8b85eaa) save files with inferred ownership rather than relying on `SUDO_UID` and `SUDO_GID`. ([@isaacs](https://github.com/isaacs)) * [`b7f6e5f02`](npm/cli@b7f6e5f) Infer ownership of shrinkwrap files ([@isaacs](https://github.com/isaacs)) * [`54b095d77`](npm/cli@54b095d) [nodejs#235](npm/cli#235) Add spec to dist-tag remove function ([@theberbie](https://github.com/theberbie)) DEPENDENCIES * [`dc8f9e52f`](npm/cli@dc8f9e5) `pacote@9.5.7`: Infer the ownership of all unpacked files in `node_modules`, so that we never have user-owned files in root-owned folders, or root-owned files in user-owned folders. ([@isaacs](https://github.com/isaacs)) * [`bb33940c3`](npm/cli@bb33940) `cmd-shim@3.0.0`: * [`9c93ac3`](npm/cmd-shim@9c93ac3) [#2](npm/cmd-shim#2) [npm#3380](npm/npm#3380) Handle environment variables properly ([@basbossink](https://github.com/basbossink)) * [`2d277f8`](npm/cmd-shim@2d277f8) [nodejs#25](npm/cmd-shim#25) [nodejs#36](npm/cmd-shim#36) [nodejs#35](npm/cmd-shim#35) Fix 'no shebang' case by always providing `$basedir` in shell script ([@igorklopov](https://github.com/igorklopov)) * [`adaf20b`](npm/cmd-shim@adaf20b) [nodejs#26](npm/cmd-shim#26) Fix `$*` causing an error when arguments contain parentheses ([@satazor](https://github.com/satazor)) * [`49f0c13`](npm/cmd-shim@49f0c13) [nodejs#30](npm/cmd-shim#30) Fix paths for MSYS/MINGW bash ([@dscho](https://github.com/dscho)) * [`51a8af3`](npm/cmd-shim@51a8af3) [nodejs#34](npm/cmd-shim#34) Add proper support for PowerShell ([@ExE-Boss](https://github.com/ExE-Boss)) * [`4c37e04`](npm/cmd-shim@4c37e04) [#10](npm/cmd-shim#10) Work around quoted batch file names ([@isaacs](https://github.com/isaacs)) * [`a4e279544`](npm/cli@a4e2795) `npm-lifecycle@3.1.3` ([@isaacs](https://github.com/isaacs)): * fail properly if `uid-number` raises an error * [`7086a1809`](npm/cli@7086a18) `libcipm@4.0.3` ([@isaacs](https://github.com/isaacs)) * [`8845141f9`](npm/cli@8845141) `read-package-json@2.1.0` ([@isaacs](https://github.com/isaacs)) * [`51c028215`](npm/cli@51c0282) `bin-links@1.1.3` ([@isaacs](https://github.com/isaacs)) * [`534a5548c`](npm/cli@534a554) `read-cmd-shim@1.0.3` ([@isaacs](https://github.com/isaacs)) * [`3038f2fd5`](npm/cli@3038f2f) `gentle-fs@2.2.1` ([@isaacs](https://github.com/isaacs)) * [`a609a1648`](npm/cli@a609a16) `graceful-fs@4.2.2` ([@isaacs](https://github.com/isaacs)) * [`f0346f754`](npm/cli@f0346f7) `cacache@12.0.3` ([@isaacs](https://github.com/isaacs)) * [`ca9c615c8`](npm/cli@ca9c615) `npm-pick-manifest@3.0.0` ([@isaacs](https://github.com/isaacs)) * [`b417affbf`](npm/cli@b417aff) `pacote@9.5.8` ([@isaacs](https://github.com/isaacs)) TESTS * [`b6df0913c`](npm/cli@b6df091) [nodejs#228](npm/cli#228) Proper handing of /usr/bin/node lifecycle-path test ([@olivr70](https://github.com/olivr70)) * [`aaf98e88c`](npm/cli@aaf98e8) `npm-registry-mock@1.3.0` ([@isaacs](https://github.com/isaacs))
1 parent f769034 commit ee11376

File tree

505 files changed

+11415
-10445
lines changed

Some content is hidden

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

505 files changed

+11415
-10445
lines changed

deps/npm/.mailmap

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ Alex K. Wolfe <alexkwolfe@gmail.com>
22
Andrew Bradley <cspotcode@gmail.com>
33
Andrew Lunny <alunny@gmail.com>
44
Arlo Breault <arlolra@gmail.com>
5-
Ashley Williams <ashley@npmjs.com> <ashley@bocoup.com>
65
Ashley Williams <ashley@npmjs.com> <ashley666ashley@gmail.com>
6+
Ashley Williams <ashley@npmjs.com> <ashley@bocoup.com>
77
Benjamin Coe <bencoe@gmail.com>
88
Benjamin Coe <bencoe@gmail.com> <ben@npmjs.com>
99
Brian White <mscdex@mscdex.net> <mscdex@gmail.com>
1010
Cedric Nelson <cedric.nelson@gmail.com>
1111
Charlie Robbins <charlie.robbins@gmail.com>
12+
Claudia Hernández <cghr1990@gmail.com>
1213
Dalmais Maxence <root@ip-10-195-202-5.ec2.internal>
1314
Danila Gerasimov <danila.gerasimov@gmail.com>
1415
Dave Galbraith <dave@jut.io>
@@ -22,22 +23,23 @@ Evan Lucas <evan@btc.com> <evan.lucas@hattiesburgclinic.com>
2223
Evan Lucas <evan@btc.com> <evanlucas@me.com>
2324
Faiq Raza <faiqrazarizvi@gmail.com>
2425
Forbes Lindesay <forbes@lindesay.co.uk>
25-
Forrest L Norvell <ogd@aoaioxxysz.net> <forrest@npmjs.com> <othiym23@gmail.com>
26+
Forrest L Norvell <ogd@aoaioxxysz.net> <forrest@npmjs.com>
27+
Forrest L Norvell <ogd@aoaioxxysz.net> <othiym23@gmail.com>
2628
Gabriel Barros <descartavel1@gmail.com>
2729
Geoff Flarity <geoff.flarity@gmail.com> <gflarity@raptvm-x02.(none)>
2830
Gregers Gram Rygg <gregers.gram.rygg@finn.no>
2931
Ifeanyi Oraelosi <ifeanyioraelosi@gmail.com>
30-
Isaac Z. Schlueter <i@izs.me> <i@foohack.com>
31-
Isaac Z. Schlueter <i@izs.me>
32-
isaacs <i@izs.me>
32+
isaacs <i@izs.me> <i@foohack.com>
33+
isaacs <i@izs.me> <nope@not.real>
34+
isaacs <i@izs.me> <isaacs@npmjs.com>
3335
Jake Verbaten <raynos2@gmail.com>
3436
James Sanders <jimmyjazz14@gmail.com>
3537
James Treworgy <jamietre@gmail.com>
3638
Jason Smith <jhs@iriscouch.com>
3739
Jed Fox <git@twopointzero.us>
40+
Jonas Weber <github@jonasw.de>
3841
Joshua Bennett <legodudejb@gmail.com>
3942
Joshua Bennett <legodudejb@gmail.com> <legodude17@users.noreply.github.com>
40-
Jonas Weber <github@jonasw.de>
4143
Julien Meddah <julien.meddah@deveryware.com>
4244
Kat Marchán <kzm@zkat.tech> <kzm@sykosomatic.org>
4345
Kevin Lorenz <mail@kevinlorenz.com>
@@ -51,12 +53,12 @@ Max Goodman <c@chromakode.com>
5153
Maxim Bogushevich <boga1@mail.ru>
5254
Maximilian Antoni <mail@maxantoni.de> <maximilian.antoni@juliusbaer.com>
5355
Michael Hayes <michael@hayes.io> <mhayes@newrelic.com>
54-
Nicolas Morel <marsup@gmail.com>
5556
Misha Kaletsky <misha.kaletsky@gmail.com>
57+
Nicolas Morel <marsup@gmail.com>
5658
Olivier Melcher <olivier.melcher@gmail.com>
5759
Ra'Shaun Stovall <rashaunstovall@gmail.com>
58-
Rebecca Turner <me@re-becca.org> <turner@mikomi.org>
5960
Rebecca Turner <me@re-becca.org> <rebecca@npmjs.com>
61+
Rebecca Turner <me@re-becca.org> <turner@mikomi.org>
6062
Ryan Emery <seebees@gmail.com>
6163
Sam Mikes <smikes@cubane.com>
6264
Sreenivas Alapati <sreenivas9alapati@gmail.com>

deps/npm/.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,21 @@ matrix:
1414
script:
1515
# run the sudo tests, with coverage enabled
1616
- "sudo PATH=$PATH $(which node) . run tap -- \"test/tap/*.js\" --coverage"
17-
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
1817
# previous LTS is next most important
1918
- node_js: "10"
2019
env: DEPLOY_VERSION=testing
2120
script:
2221
- "npx standard"
2322
- "node . run licenses"
24-
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
23+
- "node . run tap -- \"test/tap/*.js\""
2524
- node_js: "8"
2625
env: DEPLOY_VERSION=testing
2726
- node_js: "6"
2827
env: DEPLOY_VERSION=testing
28+
cache: false
2929
notifications:
3030
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
31-
cache:
32-
directories:
33-
- node_modules/.cache
3431
install:
3532
- "node . install"
3633
script:
37-
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
34+
- "node . run tap -- \"test/tap/*.js\""

deps/npm/AUTHORS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Authors sorted by whether or not they're me
2-
Isaac Z. Schlueter <i@izs.me>
32
isaacs <i@izs.me>
43
Steve Steiner <ssteinerX@gmail.com>
54
Mikeal Rogers <mikeal.rogers@gmail.com>
@@ -644,11 +643,15 @@ Florian Keller <florian.keller@wire.com>
644643
Sreeram Jayan <sreeram.jayan@cerner.com>
645644
--get <lars.willighagen@gmail.com>
646645
raywu0123 <b05901189@ntu.edu.tw>
647-
isaacs <nope@not.real>
648646
Iván Reinoso García <ireinoso@plainconcepts.com>
649647
Roy Marples <roy@marples.name>
650648
Robert James Gabriel <robert_gabriel@outlook.com>
651649
John Firebaugh <john.firebaugh@gmail.com>
652650
Kitten King <hi@kittenking.me>
653-
claudiahdz <cghr1990@gmail.com>
651+
Claudia Hernández <cghr1990@gmail.com>
654652
Artem Sapegin <artem@sapegin.ru>
653+
Márton Salomváry <salomvary@gmail.com>
654+
gall0ws <g4ll0ws@gmail.com>
655+
Olivier Chevet <olivr70@outlook.fr>
656+
Maël Nison <nison.mael@gmail.com>
657+
Sara Ahbabou <ahbabousara@gmail.com>

deps/npm/CHANGELOG.md

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,129 @@
1+
## 6.11.1 (2019-08-20):
2+
3+
Fix a regression for windows command shim syntax.
4+
5+
* [`37db29647`](https://github.com/npm/cli/commit/37db2964710c80003604b7e3c1527d17be7ed3d0)
6+
`cmd-shim@3.0.2` ([@isaacs](https://github.com/isaacs))
7+
8+
## v6.11.0 (2019-08-20):
9+
10+
A few meaty bugfixes, and introducing `peerDependenciesMeta`.
11+
12+
### FEATURES
13+
14+
* [`a12341088`](https://github.com/npm/cli/commit/a12341088820c0e7ef6c1c0db3c657f0c2b3943e)
15+
[#224](https://github.com/npm/cli/pull/224) Implements
16+
peerDependenciesMeta ([@arcanis](https://github.com/arcanis))
17+
* [`2f3b79bba`](https://github.com/npm/cli/commit/2f3b79bbad820fd4a398aa494b19f79b7fd520a1)
18+
[#234](https://github.com/npm/cli/pull/234) add new forbidden 403 error
19+
code ([@claudiahdz](https://github.com/claudiahdz))
20+
21+
### BUGFIXES
22+
23+
* [`24acc9fc8`](https://github.com/npm/cli/commit/24acc9fc89d99d87cc66206c6c6f7cdc82fbf763)
24+
and
25+
[`45772af0d`](https://github.com/npm/cli/commit/45772af0ddca54b658cb2ba2182eec26d0a4729d)
26+
[#217](https://github.com/npm/cli/pull/217)
27+
[npm.community#8863](https://npm.community/t/installing-the-same-module-under-multiple-relative-paths-fails-on-linux/8863)
28+
[npm.community#9327](https://npm.community/t/reinstall-breaks-after-npm-update-to-6-10-2/9327,)
29+
do not descend into directory deps' child modules, fix shrinkwrap files
30+
that inappropriately list child nodes of symlink packages
31+
([@isaacs](https://github.com/isaacs) and
32+
[@salomvary](https://github.com/salomvary))
33+
* [`50cfe113d`](https://github.com/npm/cli/commit/50cfe113da5fcc59c1d99b0dcf1050ace45803c7)
34+
[#229](https://github.com/npm/cli/pull/229) fixed typo in semver doc
35+
([@gall0ws](https://github.com/gall0ws))
36+
* [`e8fb2a1bd`](https://github.com/npm/cli/commit/e8fb2a1bd9785e0092e9926f4fd65ad431e38452)
37+
[#231](https://github.com/npm/cli/pull/231) Fix spelling mistakes in
38+
CHANGELOG-3.md ([@XhmikosR](https://github.com/XhmikosR))
39+
* [`769d2e057`](https://github.com/npm/cli/commit/769d2e057daf5a2cbfe0ce86f02550e59825a691)
40+
[npm/uid-number#7](https://github.com/npm/uid-number/issues/7) Better
41+
error on invalid `--user`/`--group` configs. This addresses the issue
42+
when people fail to install binary packages on Docker and other
43+
environments where there is no 'nobody' user.
44+
([@isaacs](https://github.com/isaacs))
45+
* [`8b43c9624`](https://github.com/npm/cli/commit/8b43c962498c8e2707527e4fca442d7a4fa51595)
46+
[nodejs/node#28987](https://github.com/nodejs/node/issues/28987)
47+
[npm.community#6032](https://npm.community/t/npm-ci-doesnt-respect-npmrc-variables/6032)
48+
[npm.community#6658](https://npm.community/t/npm-ci-doesnt-fill-anymore-the-process-env-npm-config-cache-variable-on-post-install-scripts/6658)
49+
[npm.community#6069](https://npm.community/t/npm-ci-does-not-compile-native-dependencies-according-to-npmrc-configuration/6069)
50+
[npm.community#9323](https://npm.community/t/npm-6-9-x-not-passing-environment-to-node-gyp-regression-from-6-4-x/9323/2)
51+
Fix the regression where random config values in a .npmrc file are not
52+
passed to lifecycle scripts, breaking build processes which rely on them.
53+
([@isaacs](https://github.com/isaacs))
54+
* [`8b85eaa47`](https://github.com/npm/cli/commit/8b85eaa47da3abaacc90fe23162a68cc6e1f0404)
55+
save files with inferred ownership rather than relying on `SUDO_UID` and
56+
`SUDO_GID`. ([@isaacs](https://github.com/isaacs))
57+
* [`b7f6e5f02`](https://github.com/npm/cli/commit/b7f6e5f0285515087b4614d81db17206524c0fdb)
58+
Infer ownership of shrinkwrap files
59+
([@isaacs](https://github.com/isaacs))
60+
* [`54b095d77`](https://github.com/npm/cli/commit/54b095d77b3b131622b3cf4cb5c689aa2dd10b6b)
61+
[#235](https://github.com/npm/cli/pull/235) Add spec to dist-tag remove
62+
function ([@theberbie](https://github.com/theberbie))
63+
64+
### DEPENDENCIES
65+
66+
* [`dc8f9e52f`](https://github.com/npm/cli/commit/dc8f9e52f0bb107c0a6b20cc0c97cbc3b056c1b3)
67+
`pacote@9.5.7`: Infer the ownership of all unpacked files in
68+
`node_modules`, so that we never have user-owned files in root-owned
69+
folders, or root-owned files in user-owned folders.
70+
([@isaacs](https://github.com/isaacs))
71+
* [`bb33940c3`](https://github.com/npm/cli/commit/bb33940c32aad61704084e61ebd1bd8e7cacccc8)
72+
`cmd-shim@3.0.0`:
73+
* [`9c93ac3`](https://github.com/npm/cmd-shim/commit/9c93ac39e95b0d6ae852e842e4c5dba5e19687c2)
74+
[#2](https://github.com/npm/cmd-shim/pull/2)
75+
[npm#3380](https://github.com/npm/npm/issues/3380) Handle environment
76+
variables properly ([@basbossink](https://github.com/basbossink))
77+
* [`2d277f8`](https://github.com/npm/cmd-shim/commit/2d277f8e84d45401747b0b9470058f168b974ad5)
78+
[#25](https://github.com/npm/cmd-shim/pull/25)
79+
[#36](https://github.com/npm/cmd-shim/pull/36)
80+
[#35](https://github.com/npm/cmd-shim/pull/35) Fix 'no shebang' case by
81+
always providing `$basedir` in shell script
82+
([@igorklopov](https://github.com/igorklopov))
83+
* [`adaf20b`](https://github.com/npm/cmd-shim/commit/adaf20b7fa2c09c2111a2506c6a3e53ed0831f88)
84+
[#26](https://github.com/npm/cmd-shim/pull/26) Fix `$*` causing an
85+
error when arguments contain parentheses
86+
([@satazor](https://github.com/satazor))
87+
* [`49f0c13`](https://github.com/npm/cmd-shim/commit/49f0c1318fd384e0031c3fd43801f0e22e1e555f)
88+
[#30](https://github.com/npm/cmd-shim/pull/30) Fix paths for MSYS/MINGW
89+
bash ([@dscho](https://github.com/dscho))
90+
* [`51a8af3`](https://github.com/npm/cmd-shim/commit/51a8af30990cb072cb30d67fc1b564b14746bba9)
91+
[#34](https://github.com/npm/cmd-shim/pull/34) Add proper support for
92+
PowerShell ([@ExE-Boss](https://github.com/ExE-Boss))
93+
* [`4c37e04`](https://github.com/npm/cmd-shim/commit/4c37e048dee672237e8962fdffca28e20e9f976d)
94+
[#10](https://github.com/npm/cmd-shim/issues/10) Work around quoted
95+
batch file names ([@isaacs](https://github.com/isaacs))
96+
* [`a4e279544`](https://github.com/npm/cli/commit/a4e279544f7983e0adff1e475e3760f1ea85825a)
97+
`npm-lifecycle@3.1.3` ([@isaacs](https://github.com/isaacs)):
98+
* fail properly if `uid-number` raises an error
99+
* [`7086a1809`](https://github.com/npm/cli/commit/7086a1809bbfda9be81344b3949c7d3ac687ffc4)
100+
`libcipm@4.0.3` ([@isaacs](https://github.com/isaacs))
101+
* [`8845141f9`](https://github.com/npm/cli/commit/8845141f9d7827dae572c8cf26f2c775db905bd3)
102+
`read-package-json@2.1.0` ([@isaacs](https://github.com/isaacs))
103+
* [`51c028215`](https://github.com/npm/cli/commit/51c02821575d80035ebe853492d110db11a7d1b9)
104+
`bin-links@1.1.3` ([@isaacs](https://github.com/isaacs))
105+
* [`534a5548c`](https://github.com/npm/cli/commit/534a5548c9ebd59f0dd90e9ccca148ed8946efa6)
106+
`read-cmd-shim@1.0.3` ([@isaacs](https://github.com/isaacs))
107+
* [`3038f2fd5`](https://github.com/npm/cli/commit/3038f2fd5b1d7dd886ee72798241d8943690f508)
108+
`gentle-fs@2.2.1` ([@isaacs](https://github.com/isaacs))
109+
* [`a609a1648`](https://github.com/npm/cli/commit/a609a16489f76791697d270b499fd4949ab1f8c3)
110+
`graceful-fs@4.2.2` ([@isaacs](https://github.com/isaacs))
111+
* [`f0346f754`](https://github.com/npm/cli/commit/f0346f75490619a81b310bfc18646ae5ae2e0ea4)
112+
`cacache@12.0.3` ([@isaacs](https://github.com/isaacs))
113+
* [`ca9c615c8`](https://github.com/npm/cli/commit/ca9c615c8cff5c7db125735eb09f84d912d18694)
114+
`npm-pick-manifest@3.0.0` ([@isaacs](https://github.com/isaacs))
115+
* [`b417affbf`](https://github.com/npm/cli/commit/b417affbf7133dc7687fd809e4956a43eae3438a)
116+
`pacote@9.5.8` ([@isaacs](https://github.com/isaacs))
117+
118+
### TESTS
119+
120+
* [`b6df0913c`](https://github.com/npm/cli/commit/b6df0913ca73246f1fa6cfa0e81e34ba5f2b6204)
121+
[#228](https://github.com/npm/cli/pull/228) Proper handing of
122+
/usr/bin/node lifecycle-path test
123+
([@olivr70](https://github.com/olivr70))
124+
* [`aaf98e88c`](https://github.com/npm/cli/commit/aaf98e88c78fd6c850d0a3d3ee2f61c02f63bc8c)
125+
`npm-registry-mock@1.3.0` ([@isaacs](https://github.com/isaacs))
126+
1127
## v6.10.3 (2019-08-06):
2128

3129
### BUGFIXES
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: 3 additions & 3 deletions
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

@@ -2864,7 +2864,7 @@ Historically, if you used a pre-release version of Node.js, you would get
28642864
dozens and dozens of warnings when EVERY engine check failed across all of
28652865
your modules, because `>= 0.10.0` doesn't match prereleases.
28662866

2867-
You might find this stream of redundent warnings undesirable. I do.
2867+
You might find this stream of redundant warnings undesirable. I do.
28682868

28692869
We've moved this into a SINGLE warning you'll get about using a pre-release
28702870
version of Node.js and now suppress those other warnings.
@@ -3524,7 +3524,7 @@ it would just refuse to install anything. (We fixed that in
35243524
[#10338](https://github.com/npm/npm/pull/10338)
35253525
Updating a module could result in the module stealing some of its
35263526
dependencies from the top level, potentially breaking other modules or
3527-
resulting in many redundent installations. This bug was first introduced
3527+
resulting in many redundant installations. This bug was first introduced
35283528
by [`971fd47a`](https://github.com/npm/npm/commit/971fd47a).
35293529
([@iarna](https://github.com/iarna))
35303530
* [`5653366`](https://github.com/npm/npm/commit/5653366)

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`.

0 commit comments

Comments
 (0)