Skip to content

Commit e3ba246

Browse files
committed
docs: changelog for v7.5.4
1 parent 7788ce4 commit e3ba246

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
## v7.5.4 (2021-02-12)
2+
3+
### BUG FIXES
4+
5+
* [`ef687f545`](https://github.com/npm/cli/commit/ef687f545b177d0496ce74faacf1bf738978355a)
6+
[#2655](https://github.com/npm/cli/issues/2655)
7+
fix(env): Do not clobber defined 'env' script
8+
([@isaacs](https://github.com/isaacs))
9+
* [`868954a72`](https://github.com/npm/cli/commit/868954a72c06ff2210b35e1e75571f4ec3357c43)
10+
[#2654](https://github.com/npm/cli/issues/2654)
11+
[fix] node v10.0 lacks `fs.promises`
12+
([@ljharb](https://github.com/ljharb))
13+
14+
15+
### DEPENDENCIES
16+
17+
* [`14dd93853`](https://github.com/npm/cli/commit/14dd9385358b3815c2285526f7c2e53ed3c5e8da)
18+
fix(package.json): resetdeps
19+
([@wraithgar](https://github.com/wraithgar))
20+
* [`39e4a6401`](https://github.com/npm/cli/commit/39e4a640130b85d62199a33cc2026b04390520ee)
21+
`graceful-fs@4.2.6`
22+
* [`96dffab98`](https://github.com/npm/cli/commit/96dffab988048164516d8cf73c1fbf66781f86df)
23+
`eslint-plugin-promise@4.3.1`
24+
* [`9a6e9d38a`](https://github.com/npm/cli/commit/9a6e9d38abccec793b6ac14871c2b639d62a6c41)
25+
`@npmcli/run-script@1.8.3`
26+
* fix fs.promises reference to run in node v10.0
27+
* [`584b746a2`](https://github.com/npm/cli/commit/584b746a2c8cdc697629298be27dd23d19de1231)
28+
`@npmcli/git@2.0.5`
29+
* [`6305ebde4`](https://github.com/npm/cli/commit/6305ebde43796737014aedbe019db8cd81dcbbec)
30+
`make-fetch-happen@8.0.14`
31+
* [`e99881117`](https://github.com/npm/cli/commit/e998811170ce5df00a725b2d683b4bff124c6792)
32+
`libnpmversion@1.0.10`
33+
* [`554d91cdf`](https://github.com/npm/cli/commit/554d91cdf82e9c92c2ac3752ed91e7081c2271e5)
34+
chore(package-lock): rebuild package-lock
35+
([@wraithgar](https://github.com/wraithgar))
36+
* [`37e8cc507`](https://github.com/npm/cli/commit/37e8cc507b2ce0b89f92e7e77b1d909d1bf5513f)
37+
`@npmcli/arborist@2.2.2`
38+
* [#2505](https://github.com/npm/cli/issues/2505) properly install
39+
dependenciess of linked dependencies
40+
([@ruyadorno](https://github.com/ruyadorno))
41+
* [#2504](https://github.com/npm/cli/issues/2504) Allow `--force` to
42+
override conflicted optional peerDependencies
43+
([@isaacs](https://github.com/isaacs))
44+
* Ensure correct flags on shrinkwrapped module deps
45+
([@isaacs](https://github.com/isaacs))
46+
* Correct relative paths for global packages installed from tarball files
47+
([nlf](https://github.com/nlf))
48+
* [`7788ce47b`](https://github.com/npm/cli/commit/7788ce47bc264d9d951055da85f2b695eb8b3f15)
49+
`@npmcli/map-workspaces@1.0.3`
50+
51+
### TESTS
52+
53+
* [`3a159d27e`](https://github.com/npm/cli/commit/3a159d27e976933098ec18fa9c3e474c85b5b332)
54+
[#2681](https://github.com/npm/cli/issues/2681)
55+
fix(tests): rewrite doctor tests
56+
([@ljharb](https://github.com/ljharb))
57+
* [`abcc96a20`](https://github.com/npm/cli/commit/abcc96a204ed581fc7cd603f47cdca0afe299530)
58+
[#2682](https://github.com/npm/cli/issues/2682)
59+
[tests] separate tests from linting and license validation
60+
([@ljharb](https://github.com/ljharb))
61+
62+
### DOCUMENTATION
63+
64+
* [`7e1e84181`](https://github.com/npm/cli/commit/7e1e84181ccaca8a8b499a21b1aa7d731a14d5b7)
65+
[#2662](https://github.com/npm/cli/issues/2662)
66+
fix(docs): fix angle brackets in npm diff docs
67+
([@ethomson](https://github.com/ethomson))
68+
169
## v7.5.3 (2021-02-08)
270

371
### BUG FIXES

0 commit comments

Comments
 (0)