Skip to content

Commit d586682

Browse files
ruyadornoMylesBorins
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 a219946 commit d586682

File tree

903 files changed

+54777
-25725
lines changed

Some content is hidden

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

903 files changed

+54777
-25725
lines changed

deps/npm/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
*.swp
22
.*.swp
3+
netlify.toml
34
npm-debug.log
45
/.github
56
/test
67
node_modules/marked
78
node_modules/marked-man
89
node_modules/tap
10+
tap-snapshots
911
node_modules/.bin
1012
node_modules/npm-registry-mock
1113
/npmrc

deps/npm/AUTHORS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,3 +663,17 @@ Christian Clauss <[email protected]>
663663
Nikita Lebedev <[email protected]>
664664
Henrik Gemal <[email protected]>
665665
Philip Harrison <[email protected]>
666+
Jason Etcovitch <[email protected]>
667+
Darcy Clarke <[email protected]>
668+
669+
670+
671+
Amal Hussein <[email protected]>
672+
Brett Zamir <[email protected]>
673+
Menelaos Kotsollaris <[email protected]>
674+
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

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,186 @@
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+
77+
## 6.13.1 (2019-11-18)
78+
79+
### BUG FIXES
80+
81+
* [`938d6124d`](https://github.com/npm/cli/commit/938d6124d6d15d96b5a69d0ae32ef59fceb8ceab)
82+
[#472](https://github.com/npm/cli/pull/472)
83+
fix(fund): support funding string shorthand
84+
([@ruyadorno](https://github.com/ruyadorno))
85+
* [`b49c5535b`](https://github.com/npm/cli/commit/b49c5535b7c41729a8d167b035924c3c66b36de0)
86+
[#471](https://github.com/npm/cli/pull/471)
87+
should not publish tap-snapshot folder
88+
([@ruyadorno](https://github.com/ruyadorno))
89+
* [`3471d5200`](https://github.com/npm/cli/commit/3471d5200217bfa612b1a262e36c9c043a52eb09)
90+
[#253](https://github.com/npm/cli/pull/253)
91+
Add preliminary WSL support for npm and npx
92+
([@infinnie](https://github.com/infinnie))
93+
* [`3ef295f23`](https://github.com/npm/cli/commit/3ef295f23ee1b2300abf13ec19e935c47a455179)
94+
[#486](https://github.com/npm/cli/pull/486)
95+
print quick audit report for human output
96+
([@isaacs](https://github.com/isaacs))
97+
98+
### TESTING
99+
100+
* [`dbbf977ac`](https://github.com/npm/cli/commit/dbbf977acd1e74bcdec859c562ea4a2bc0536442)
101+
[#278](https://github.com/npm/cli/pull/278)
102+
added workflow to trigger and run benchmarks
103+
([@mikemimik](https://github.com/mikemimik))
104+
* [`b4f5e3825`](https://github.com/npm/cli/commit/b4f5e3825535256aaada09c5e8f104570a3d96a4)
105+
[#457](https://github.com/npm/cli/pull/457)
106+
feat(docs): adding tests and updating docs to reflect changes in registry teams API.
107+
([@nomadtechie](https://github.com/nomadtechie))
108+
* [`454c7dd60`](https://github.com/npm/cli/commit/454c7dd60c78371bf606f11a17ed0299025bc37c)
109+
[#456](https://github.com/npm/cli/pull/456)
110+
fix git configs for git 2.23 and above
111+
([@isaacs](https://github.com/isaacs))
112+
113+
### DOCUMENTATION
114+
115+
* [`b8c1576a4`](https://github.com/npm/cli/commit/b8c1576a448566397c721655b95fc90bf202b35a) [`30b013ae8`](https://github.com/npm/cli/commit/30b013ae8eacd04b1b8a41ce2ed0dd50c8ebae25) [`26c1b2ef6`](https://github.com/npm/cli/commit/26c1b2ef6be1595d28d935d35faa8ec72daae544) [`9f943a765`](https://github.com/npm/cli/commit/9f943a765faf6ebb8a442e862b808dbb630e018d) [`c0346b158`](https://github.com/npm/cli/commit/c0346b158fc25ab6ca9954d4dd78d9e62f573a41) [`8e09d5ad6`](https://github.com/npm/cli/commit/8e09d5ad67d4f142241193cecbce61c659389be3) [`4a2f551ee`](https://github.com/npm/cli/commit/4a2f551eeb3285f6f200534da33644789715a41a) [`87d67258c`](https://github.com/npm/cli/commit/87d67258c213d9ea9a49ce1804294a718f08ff13) [`5c3b32722`](https://github.com/npm/cli/commit/5c3b3272234764c8b4d2d798b69af077b5a529c7) [`b150eaeff`](https://github.com/npm/cli/commit/b150eaeff428180bfa03be53fd741d5625897758) [`7555a743c`](https://github.com/npm/cli/commit/7555a743ce4c3146d6245dd63f91503c7f439a6c) [`b89423e2f`](https://github.com/npm/cli/commit/b89423e2f6a09b290b15254e7ff7e8033b434d83)
116+
[#463](https://github.com/npm/cli/pull/463)
117+
[#285](https://github.com/npm/cli/pull/285)
118+
[#268](https://github.com/npm/cli/pull/268)
119+
[#232](https://github.com/npm/cli/pull/232)
120+
[#485](https://github.com/npm/cli/pull/485)
121+
[#453](https://github.com/npm/cli/pull/453)
122+
docs cleanup: typos, styling and content
123+
([@claudiahdz](https://github.com/claudiahdz))
124+
([@XhmikosR](https://github.com/XhmikosR))
125+
([@mugli](https://github.com/mugli))
126+
([@brettz9](https://github.com/brettz9))
127+
([@mkotsollaris](https://github.com/mkotsollaris))
128+
129+
### DEPENDENCIES
130+
131+
* [`661d86cd2`](https://github.com/npm/cli/commit/661d86cd229b14ddf687b7f25a66941a79d233e7)
132+
133+
([@claudiahdz](https://github.com/claudiahdz))
134+
135+
## 6.13.0 (2019-11-05)
136+
137+
### NEW FEATURES
138+
139+
* [`4414b06d9`](https://github.com/npm/cli/commit/4414b06d944c56bee05ccfb85260055a767ee334)
140+
[#273](https://github.com/npm/cli/pull/273)
141+
add fund command
142+
([@ruyadorno](https://github.com/ruyadorno))
143+
144+
### DOCUMENTATION
145+
146+
* [`ae4c74d04`](https://github.com/npm/cli/commit/ae4c74d04f820a0255a92bdfe77ecf97af134fae)
147+
[#274](https://github.com/npm/cli/pull/274)
148+
migrate existing docs to gatsby
149+
([@claudiahdz](https://github.com/claudiahdz))
150+
* [`4ff1bb180`](https://github.com/npm/cli/commit/4ff1bb180b1db8c72e51b3d57bd4e268b738e049)
151+
[#277](https://github.com/npm/cli/pull/277)
152+
updated documentation copy
153+
([@oletizi](https://github.com/oletizi))
154+
155+
### BUG FIXES
156+
157+
* [`e4455409f`](https://github.com/npm/cli/commit/e4455409fe6fe9c198b250b488129171f0b4624a)
158+
[#281](https://github.com/npm/cli/pull/281)
159+
delete ps1 files on package removal
160+
([@NoDocCat](https://github.com/NoDocCat))
161+
* [`cd14d4701`](https://github.com/npm/cli/commit/cd14d47014e8c96ffd6a18791e8752028b19d637)
162+
[#279](https://github.com/npm/cli/pull/279)
163+
update supported node list to remove v6.0, v6.1, v9.0 - v9.2
164+
([@ljharb](https://github.com/ljharb))
165+
166+
### DEPENDENCIES
167+
168+
* [`a37296b20`](https://github.com/npm/cli/commit/a37296b20ca3e19c2bbfa78fedcfe695e03fda69)
169+
170+
* [`d3cb3abe8`](https://github.com/npm/cli/commit/d3cb3abe8cee54bd2624acdcf8043932ef0d660a)
171+
172+
173+
### TESTING
174+
175+
* [`688cd97be`](https://github.com/npm/cli/commit/688cd97be94ca949719424ff69ff515a68c5caba)
176+
[#272](https://github.com/npm/cli/pull/272)
177+
use github actions for CI
178+
([@JasonEtco](https://github.com/JasonEtco))
179+
* [`9a2d8af84`](https://github.com/npm/cli/commit/9a2d8af84f7328f13d8f578cf4b150b9d5f09517)
180+
[#240](https://github.com/npm/cli/pull/240)
181+
Clean up some flakiness and inconsistency
182+
([@isaacs](https://github.com/isaacs))
183+
1184
## 6.12.1 (2019-10-29)
2185

3186
### BUG FIXES

0 commit comments

Comments
 (0)