Skip to content

Commit c2d7e9f

Browse files
committed
docs: changelog for 6.11.0
1 parent 8b43c96 commit c2d7e9f

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

CHANGELOG.md

+85
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,88 @@
1+
## v6.11.0 (2019-08-20):
2+
3+
A few meaty bugfixes, and introducing `peerDependenciesMeta`.
4+
5+
### FEATURES
6+
7+
* [`a12341088`](https://github.com/npm/cli/commit/a12341088820c0e7ef6c1c0db3c657f0c2b3943e)
8+
[#224](https://github.com/npm/cli/pull/224) Implements
9+
peerDependenciesMeta ([@arcanis](https://github.com/arcanis))
10+
11+
### BUGFIXES
12+
13+
* [`24acc9fc8`](https://github.com/npm/cli/commit/24acc9fc89d99d87cc66206c6c6f7cdc82fbf763)
14+
and
15+
[`45772af0d`](https://github.com/npm/cli/commit/45772af0ddca54b658cb2ba2182eec26d0a4729d)
16+
[#217](https://github.com/npm/cli/pull/217)
17+
[npm.community#8863](https://npm.community/t/installing-the-same-module-under-multiple-relative-paths-fails-on-linux/8863)
18+
[npm.community#9327](https://npm.community/t/reinstall-breaks-after-npm-update-to-6-10-2/9327,)
19+
do not descend into directory deps' child modules, fix shrinkwrap files
20+
that inappropriately list child nodes of symlink packages
21+
([@isaacs](https://github.com/isaacs) and
22+
[@salomvary](https://github.com/salomvary))
23+
* [`50cfe113d`](https://github.com/npm/cli/commit/50cfe113da5fcc59c1d99b0dcf1050ace45803c7)
24+
[#229](https://github.com/npm/cli/pull/229) fixed typo in semver doc
25+
([@gall0ws](https://github.com/gall0ws))
26+
* [`e8fb2a1bd`](https://github.com/npm/cli/commit/e8fb2a1bd9785e0092e9926f4fd65ad431e38452)
27+
[#231](https://github.com/npm/cli/pull/231) Fix spelling mistakes in
28+
CHANGELOG-3.md ([@XhmikosR](https://github.com/XhmikosR))
29+
* [`769d2e057`](https://github.com/npm/cli/commit/769d2e057daf5a2cbfe0ce86f02550e59825a691)
30+
Better error on invalid --user/--group This addresses the issue when
31+
people fail to install binary packages on Docker and other environments
32+
where there is no 'nobody' user. ([@isaacs](https://github.com/isaacs))
33+
* [`8b43c9624`](https://github.com/npm/cli/commit/8b43c962498c8e2707527e4fca442d7a4fa51595)
34+
[nodejs/node#28987](https://github.com/nodejs/node/issues/28987)
35+
[npm.community#6032](https://npm.community/t/npm-ci-doesnt-respect-npmrc-variables/6032)
36+
[npm.community#6658](https://npm.community/t/npm-ci-doesnt-fill-anymore-the-process-env-npm-config-cache-variable-on-post-install-scripts/6658)
37+
[npm.community#6069](https://npm.community/t/npm-ci-does-not-compile-native-dependencies-according-to-npmrc-configuration/6069)
38+
[npm.community#9323](https://npm.community/t/npm-6-9-x-not-passing-environment-to-node-gyp-regression-from-6-4-x/9323/2)
39+
Fix the regression where random config values in a .npmrc file are not
40+
passed to lifecycle scripts, breaking build processes which rely on them.
41+
([@isaacs](https://github.com/isaacs))
42+
43+
### DEPENDENCIES
44+
45+
* [`e7e98952b`](https://github.com/npm/cli/commit/e7e98952be9bcdd1c7403755d0038f996198653b)
46+
`[email protected]`: Infer the ownership of all unpacked files in
47+
`node_modules`, so that we never have user-owned files in root-owned
48+
folders, or root-owned files in user-owned folders.
49+
([@isaacs](https://github.com/isaacs))
50+
* [`aa22ff6ea`](https://github.com/npm/cli/commit/aa22ff6ea28dcb17e9f2b1bc87f2a4b5b868bf8a)
51+
52+
* [`9c93ac3`](https://github.com/npm/cmd-shim/commit/9c93ac39e95b0d6ae852e842e4c5dba5e19687c2)
53+
[#2](https://github.com/npm/cmd-shim/pull/2)
54+
[npm#3380](https://github.com/npm/npm/issues/3380) Handle environment
55+
variables properly ([@basbossink](https://github.com/basbossink))
56+
* [`2d277f8`](https://github.com/npm/cmd-shim/commit/2d277f8e84d45401747b0b9470058f168b974ad5)
57+
[#25](https://github.com/npm/cmd-shim/pull/25)
58+
[#36](https://github.com/npm/cmd-shim/pull/36)
59+
[#35](https://github.com/npm/cmd-shim/pull/35) Fix 'no shebang' case by
60+
always providing `$basedir` in shell script
61+
([@igorklopov](https://github.com/igorklopov))
62+
* [`adaf20b`](https://github.com/npm/cmd-shim/commit/adaf20b7fa2c09c2111a2506c6a3e53ed0831f88)
63+
[#26](https://github.com/npm/cmd-shim/pull/26) Fix `$*` causing an
64+
error when arguments contain parentheses
65+
([@satazor](https://github.com/satazor))
66+
* [`49f0c13`](https://github.com/npm/cmd-shim/commit/49f0c1318fd384e0031c3fd43801f0e22e1e555f)
67+
[#30](https://github.com/npm/cmd-shim/pull/30) Fix paths for MSYS/MINGW
68+
bash ([@dscho](https://github.com/dscho))
69+
* [`51a8af3`](https://github.com/npm/cmd-shim/commit/51a8af30990cb072cb30d67fc1b564b14746bba9)
70+
[#34](https://github.com/npm/cmd-shim/pull/34) Add proper support for
71+
PowerShell ([@ExE-Boss](https://github.com/ExE-Boss))
72+
* [`a4e279544`](https://github.com/npm/cli/commit/a4e279544f7983e0adff1e475e3760f1ea85825a)
73+
`[email protected]` ([@isaacs](https://github.com/isaacs))
74+
* [`ab66c9aa8`](https://github.com/npm/cli/commit/ab66c9aa8c52eefc722b901c4ba2aa5ac1822e9d)
75+
`[email protected]` ([@isaacs](https://github.com/isaacs))
76+
77+
### TESTS
78+
79+
* [`b6df0913c`](https://github.com/npm/cli/commit/b6df0913ca73246f1fa6cfa0e81e34ba5f2b6204)
80+
[#228](https://github.com/npm/cli/pull/228) Proper handing of
81+
/usr/bin/node lifecycle-path test
82+
([@olivr70](https://github.com/olivr70))
83+
* [`aaf98e88c`](https://github.com/npm/cli/commit/aaf98e88c78fd6c850d0a3d3ee2f61c02f63bc8c)
84+
`[email protected]` ([@isaacs](https://github.com/isaacs))
85+
186
## v6.10.3 (2019-08-06):
287

388
### BUGFIXES

0 commit comments

Comments
 (0)