Skip to content

Commit 47ad448

Browse files
npm-robotdanielleadams
authored andcommittedJun 2, 2021
deps: upgrade npm to 7.15.1
PR-URL: #38880 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com>
1 parent 48ebebd commit 47ad448

Some content is hidden

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

91 files changed

+1604
-813
lines changed
 

‎deps/npm/AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -777,3 +777,9 @@ wangsai <wangsai@bootcss.com>
777777
Luke Hefson <luke@github.com>
778778
mrmlnc <mrmlnc@yandex-team.ru>
779779
Juan Picado <juanpicado19@gmail.com>
780+
Kevin Cormier <kcormier@redhat.com>
781+
Nariyasu Heseri <heserisiyookang@gmail.com>
782+
rethab <rethab@protonmail.ch>
783+
Spencer Wilson <5624115+spencerwilson@users.noreply.github.com>
784+
Daniel Park <gimli01@github.com>
785+
Daniel Park <daniel.park@endevors.io>

‎deps/npm/CHANGELOG.md

+87
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,90 @@
1+
## v7.15.1 (2021-05-31)
2+
3+
### BUG FIXES
4+
5+
* [`598a17a26`](https://github.com/npm/cli/commit/598a17a2671c9e3bc204dddd6488169c9a72c6a1)
6+
[#3329](https://github.com/npm/cli/issues/3329)
7+
fix(libnpmexec): don't detach output from npm
8+
([@wraithgar](https://github.com/wraithgar))
9+
10+
### DEPENDENCIES
11+
12+
* [`c4fc03e9e`](https://github.com/npm/cli/commit/c4fc03e9eb3a6386e8feacb67c19f0a1578dfe38)
13+
`@npmcli/arborist@2.6.1`
14+
* fixes reifying deps with mismatching version ranges between
15+
actual and virtual trees
16+
* [`9159fa62a`](https://github.com/npm/cli/commit/9159fa62a10dee09daef178fc7be161a02824004)
17+
`libnpmexec@1.2.0`
18+
19+
## v7.15.0 (2021-05-27)
20+
21+
### FEATURES
22+
23+
* [`399ff8cbc`](https://github.com/npm/cli/commit/399ff8cbccd5198f637518ccafa86c43bab47a4a)
24+
[#3312](https://github.com/npm/cli/issues/3312)
25+
feat(link): add workspace support
26+
([@isaacs](https://github.com/isaacs))
27+
28+
### BUG FIXES
29+
30+
* [`46a9bcbcb`](https://github.com/npm/cli/commit/46a9bcbcb0bb2435dca6f45a61b8631f580c7f06)
31+
[#3282](https://github.com/npm/cli/issues/3282)
32+
fix(docs): proper postinstall script file name
33+
([@KevinFCormier](https://github.com/KevinFCormier))
34+
* [`83590d40f`](https://github.com/npm/cli/commit/83590d40f94347f21714dbd158b9ddcad9c82de9)
35+
[#3272](https://github.com/npm/cli/issues/3272)
36+
fix(ls): show relative paths from root
37+
([@isaacs](https://github.com/isaacs))
38+
* [`a574b518a`](https://github.com/npm/cli/commit/a574b518ae5b8f0664ed388cf1be6288d8c2e68d)
39+
[#3304](https://github.com/npm/cli/issues/3304)
40+
fix(completion): restore IFS even if `npm completion` returns error
41+
([@NariyasuHeseri](https://github.com/NariyasuHeseri))
42+
* [`554e8a5cd`](https://github.com/npm/cli/commit/554e8a5cd7034052a59a9ada31e4b8f73712211a)
43+
[#3311](https://github.com/npm/cli/issues/3311)
44+
set audit exit code properly
45+
([@isaacs](https://github.com/isaacs))
46+
* [`4a4fbe33c`](https://github.com/npm/cli/commit/4a4fbe33c51413adcd558b4af6f1e204b1b87e41)
47+
[#3268](https://github.com/npm/cli/issues/3268)
48+
[#3285](https://github.com/npm/cli/issues/3285)
49+
fix(publish): skip private workspaces
50+
([@ruyadorno](https://github.com/ruyadorno))
51+
52+
### DOCUMENTATION
53+
54+
* [`3c53d631f`](https://github.com/npm/cli/commit/3c53d631f557cf2484e2f6a6172c44e36aea4817)
55+
[#3307](https://github.com/npm/cli/issues/3307)
56+
fix(docs): typo in package-lock.json docs
57+
([@rethab](https://github.com/rethab))
58+
* [`96367f93f`](https://github.com/npm/cli/commit/96367f93f46c24494d084c8b8d34e4de9cd375da)
59+
rebuild npm-pack doc
60+
([@isaacs](https://github.com/isaacs))
61+
* [`64b13dd10`](https://github.com/npm/cli/commit/64b13dd1082b6ca7eac4e8e329bfdd8cd8daf157)
62+
[#3313](https://github.com/npm/cli/issues/3313)
63+
Drop stale Python 3<->node-gyp remark
64+
([@spencerwilson](https://github.com/spencerwilson))
65+
66+
### DEPENDENCIES
67+
68+
* [`7b56bfdf3`](https://github.com/npm/cli/commit/7b56bfdf3f2ac67a926fc7893b883a16b46eb3fd)
69+
`cacache@15.2.0`:
70+
* feat: allow fully deleting indices
71+
* feat: add a validateEntry option to compact
72+
* chore: lint
73+
* chore: use standard npm style release scripts
74+
* [`dbbc151a3`](https://github.com/npm/cli/commit/dbbc151a3bcf89e2627dc267063edd185ead1cb8)
75+
`npm-audit-report@2.1.5`:
76+
* fix(exit-code): account for null auditLevel default (#46)
77+
* [`5b2604507`](https://github.com/npm/cli/commit/5b26045076477d3d350f539e60adf48a80376fda)
78+
chore(package-lock): update devDependencies
79+
([@Gar](https://github.com/Gar))
80+
81+
### AUTOMATION
82+
83+
* [`3d5df0082`](https://github.com/npm/cli/commit/3d5df0082ae904dacdea8644286e8362d4a2ed50)
84+
[#3294](https://github.com/npm/cli/issues/3294)
85+
chore(ci): move node release PR workflow to cli repo
86+
([@gimli01](https://github.com/gimli01))
87+
188
## v7.14.0 (2021-05-20)
289

390
### FEATURES

0 commit comments

Comments
 (0)
Please sign in to comment.