Skip to content

Commit e8192b5

Browse files
ruyadornodanielleadams
authored andcommittedMay 31, 2021
deps: upgrade npm to 7.14.0
PR-URL: #38750 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 61c95f0 commit e8192b5

File tree

283 files changed

+13401
-3388
lines changed

Some content is hidden

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

283 files changed

+13401
-3388
lines changed
 

‎deps/npm/AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -776,3 +776,4 @@ Marco Sirabella <marco@sirabella.org>
776776
wangsai <wangsai@bootcss.com>
777777
Luke Hefson <luke@github.com>
778778
mrmlnc <mrmlnc@yandex-team.ru>
779+
Juan Picado <juanpicado19@gmail.com>

‎deps/npm/CHANGELOG.md

+53
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
1+
## v7.14.0 (2021-05-20)
2+
3+
### FEATURES
4+
5+
* [`0d1a9d787`](https://github.com/npm/cli/commit/0d1a9d78779dc015242fc03d2dad2039004fa2df)
6+
[#3227](https://github.com/npm/cli/issues/3227)
7+
feat(install): add workspaces support to npm install commands
8+
([@isaacs](https://github.com/isaacs))
9+
* [`c18626f04`](https://github.com/npm/cli/commit/c18626f047e3a0fedd3c86554a4a0a8f27925e77)
10+
[#3250](https://github.com/npm/cli/issues/3250)
11+
feat(ls): add workspaces support
12+
([@ruyadorno](https://github.com/ruyadorno))
13+
* [`41099d395`](https://github.com/npm/cli/commit/41099d3958d08f166313b7eb69b76458f8f9224c)
14+
[#3265](https://github.com/npm/cli/issues/3265)
15+
feat(explain): add workspaces support
16+
([@ruyadorno](https://github.com/ruyadorno))
17+
* [`fde354669`](https://github.com/npm/cli/commit/fde35466915b5ac5958c827fa7e919e1f186db51)
18+
[#3251](https://github.com/npm/cli/issues/3251)
19+
feat(unpublish): add workspace/dry-run support
20+
([@wraithgar](https://github.com/wraithgar))
21+
* [`83df3666c`](https://github.com/npm/cli/commit/83df3666cd82819230fb45f2a40afd531fe3b3c7)
22+
[#3260](https://github.com/npm/cli/issues/3260)
23+
feat(outdated): add workspaces support
24+
([@ruyadorno](https://github.com/ruyadorno))
25+
* [`63a7635f7`](https://github.com/npm/cli/commit/63a7635f7a2225a4edd1fe92f94a563965ac06c7)
26+
[#3217](https://github.com/npm/cli/issues/3217)
27+
feat(pack): add support to json config/output
28+
([@mrmlnc](https://github.com/mrmlnc))
29+
30+
### BUG FIXES
31+
32+
* [`faa12ccc2`](https://github.com/npm/cli/commit/faa12ccc26b5f0790f79b2589780e536f4284491)
33+
[#3253](https://github.com/npm/cli/issues/3253)
34+
fix search description typos
35+
([@juanpicado](https://github.com/juanpicado))
36+
* [`2f5c28a68`](https://github.com/npm/cli/commit/2f5c28a68719e948d2efedf463ebcb35972aaefb)
37+
[#3243](https://github.com/npm/cli/issues/3243)
38+
fix(docs): autogenerate config docs for commands
39+
([@isaacs](https://github.com/isaacs))
40+
41+
### DEPENDENCIES
42+
43+
* [`ec256a14a`](https://github.com/npm/cli/commit/ec256a14aa6eb2bd59fd55dcc6a4bc0148662c4e)
44+
`@npmcli/arborist@2.6.0`
45+
* [`5f15aba86`](https://github.com/npm/cli/commit/5f15aba866026e7c0d6844e6c07a528dc7454f14)
46+
`cacache@15.1.0`
47+
* [`b3add87e6`](https://github.com/npm/cli/commit/b3add87e686968b7af3067c685d2561baf90e397)
48+
[#3262](https://github.com/npm/cli/pull/3262)
49+
`npm-registry-client@10.1.2`:
50+
* fixed sso login token
51+
152
## v7.13.0 (2021-05-13)
253

54+
### FEATURES
55+
356
* [`076420c14`](https://github.com/npm/cli/commit/076420c149d097056f687e44e21744b743b86e4e)
457
[#3231](https://github.com/npm/cli/issues/3231)
558
feat(publish): add workspace support

0 commit comments

Comments
 (0)
Please sign in to comment.