Skip to content

Commit 0379fb6

Browse files
isaacsMylesBorins
authored andcommitted
deps: update npm to 6.13.4
PR-URL: #30904 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
1 parent dfd3a4d commit 0379fb6

File tree

248 files changed

+17558
-992
lines changed

Some content is hidden

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

248 files changed

+17558
-992
lines changed

deps/npm/AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -672,3 +672,8 @@ Amal Hussein <[email protected]>
672672
Brett Zamir <[email protected]>
673673
Menelaos Kotsollaris <[email protected]>
674674
Mehdi Hasan Khan <[email protected]>
675+
Craig Loewen <[email protected]>
676+
Fighting-Jack <[email protected]>
677+
Bakel, Roel van <[email protected]>
678+
Charlie West-Toebe <[email protected]>
679+
Richard Lau <[email protected]>

deps/npm/CHANGELOG.md

+76
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
## 6.13.4 (2019-12-11)
2+
3+
## BUGFIXES
4+
5+
* [`320ac9aee`](https://github.com/npm/cli/commit/320ac9aeeafd11bb693c53b31148b8d10c4165e8)
6+
[npm/bin-links#12](https://github.com/npm/bin-links/pull/12)
7+
[npm/gentle-fs#7](https://github.com/npm/gentle-fs/pull/7)
8+
Do not remove global bin/man links inappropriately
9+
([@isaacs](https://github.com/isaacs))
10+
11+
## DEPENDENCIES
12+
13+
* [`52fd21061`](https://github.com/npm/cli/commit/52fd21061ff8b1a73429294620ffe5ebaaa60d3e)
14+
15+
([@isaacs](https://github.com/isaacs))
16+
* [`d06f5c0b0`](https://github.com/npm/cli/commit/d06f5c0b0611c43b6e70ded92af24fa5d83a0f48)
17+
18+
([@isaacs](https://github.com/isaacs))
19+
20+
## 6.13.3 (2019-12-09)
21+
22+
### DEPENDENCIES
23+
24+
* [`19ce061a2`](https://github.com/npm/cli/commit/19ce061a2ee165d8de862c8f0f733c222846b9e1)
25+
`[email protected]` Properly normalize, sanitize, and verify `bin` entries
26+
in `package.json`.
27+
* [`59c836aae`](https://github.com/npm/cli/commit/59c836aae8d0104a767e80c540b963c91774012a)
28+
29+
* [`fb4ecd7d2`](https://github.com/npm/cli/commit/fb4ecd7d2810b0b4897daaf081a5e2f3f483b310)
30+
31+
* [`5f33040`](https://github.com/npm/pacote/commit/5f3304028b6985fd380fc77c4840ff12a4898301)
32+
[#476](https://github.com/npm/cli/issues/476)
33+
[npm/pacote#22](https://github.com/npm/pacote/issues/22)
34+
[npm/pacote#14](https://github.com/npm/pacote/issues/14) fix: Do not
35+
drop perms in git when not root ([isaacs](https://github.com/isaacs),
36+
[@darcyclarke](https://github.com/darcyclarke))
37+
* [`6f229f7`](https://github.com/npm/pacote/6f229f78d9911b4734f0a19c6afdc5454034c759)
38+
sanitize and normalize package bin field
39+
([isaacs](https://github.com/isaacs))
40+
* [`1743cb339`](https://github.com/npm/cli/commit/1743cb339767e86431dcd565c7bdb0aed67b293d)
41+
42+
43+
44+
## 6.13.2 (2019-12-03)
45+
46+
### BUG FIXES
47+
48+
* [`4429645b3`](https://github.com/npm/cli/commit/4429645b3538e1cda54d8d1b7ecb3da7a88fdd3c)
49+
[#546](https://github.com/npm/cli/pull/546)
50+
fix docs target typo
51+
([@richardlau](https://github.com/richardlau))
52+
* [`867642942`](https://github.com/npm/cli/commit/867642942bec69bb9ab71cff1914fb6a9fe67de8)
53+
[#142](https://github.com/npm/cli/pull/142)
54+
fix(packageRelativePath): fix 'where' for file deps
55+
([@larsgw](https://github.com/larsgw))
56+
* [`d480f2c17`](https://github.com/npm/cli/commit/d480f2c176e6976b3cca3565e4c108b599b0379b)
57+
[#527](https://github.com/npm/cli/pull/527)
58+
Revert "windows: Add preliminary WSL support for npm and npx"
59+
([@craigloewen-msft](https://github.com/craigloewen-msft))
60+
* [`e4b97962e`](https://github.com/npm/cli/commit/e4b97962e5fce0d49beb541ce5a0f96aee0525de)
61+
[#504](https://github.com/npm/cli/pull/504)
62+
remove unnecessary package.json read when reading shrinkwrap
63+
([@Lighting-Jack](https://github.com/Lighting-Jack))
64+
* [`1c65d26ac`](https://github.com/npm/cli/commit/1c65d26ac9f10ac0037094c207d216fbf0e969bf)
65+
[#501](https://github.com/npm/cli/pull/501)
66+
fix(fund): open url for string shorthand
67+
([@ruyadorno](https://github.com/ruyadorno))
68+
* [`ae7afe565`](https://github.com/npm/cli/commit/ae7afe56504dbffabf9f73d55b6dac1e3e9fed4a)
69+
[#263](https://github.com/npm/cli/pull/263)
70+
Don't log error message if git tagging is disabled
71+
([@woppa684](https://github.com/woppa684))
72+
* [`4c1b16f6a`](https://github.com/npm/cli/commit/4c1b16f6aecaf78956b9335734cfde2ac076ee11)
73+
[#182](https://github.com/npm/cli/pull/182)
74+
Warn the user that it is uninstalling npm-install
75+
([@Hoidberg](https://github.com/Hoidberg))
76+
177
## 6.13.1 (2019-11-18)
278

379
### BUG FIXES

deps/npm/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ publish: gitclean ls-ok link docs-clean docs
129129
git push origin --tags &&\
130130
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)
131131

132-
release: gitclean ls-ok markedclean marked-manclean docs-clean doc
132+
release: gitclean ls-ok markedclean marked-manclean docs-clean docs
133133
node bin/npm-cli.js prune --production --no-save
134134
@bash scripts/release.sh
135135

136136
sandwich:
137137
@[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
138138

139-
.PHONY: all latest install dev link doc clean uninstall test man docs-clean docclean release ls-ok realclean
139+
.PHONY: all latest install dev link docs clean uninstall test man docs-clean docclean release ls-ok realclean

deps/npm/bin/npm

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ case `uname` in
88
esac
99

1010
NODE_EXE="$basedir/node.exe"
11-
if [ -x "$NODE_EXE" ] && [ -f "/bin/wslpath" ]; then # run the corresponding command prompt when Node for Windows is executed within WSL
12-
cmd.exe /c `wslpath -w "$basedir/npm.cmd"` "$@"
13-
exit $?
14-
fi
1511
if ! [ -x "$NODE_EXE" ]; then
1612
NODE_EXE="$basedir/node"
1713
fi

deps/npm/bin/npx

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ case `uname` in
88
esac
99

1010
NODE_EXE="$basedir/node.exe"
11-
if [ -x "$NODE_EXE" ] && [ -f "/bin/wslpath" ]; then # run the corresponding command prompt when Node for Windows is executed within WSL
12-
cmd.exe /c `wslpath -w "$basedir/npx.cmd"` "$@"
13-
exit $?
14-
fi
1511
if ! [ -x "$NODE_EXE" ]; then
1612
NODE_EXE=node
1713
fi

0 commit comments

Comments
 (0)