Skip to content

Commit 371442f

Browse files
author
Audrey Eschright
committed
doc: update changelog for npm@6.6.0
1 parent c665f35 commit 371442f

1 file changed

Lines changed: 125 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 125 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v6.6.0 (2018-12-12):
1+
## v6.6.0 (2019-01-09):
22

33
### REFACTORING OUT npm-REGISTRY-CLIENT
44

@@ -71,29 +71,59 @@ curious about details:
7171
[#65](https://github.com/npm/cli/pull/65)
7272
Add support for `IBM i`.
7373
([@dmabupt](https://github.com/dmabupt))
74+
* [`a22e6f5fc`](https://github.com/npm/cli/commit/a22e6f5fc3e91350d3c64dcc88eabbe0efbca759)
75+
[#131](https://github.com/npm/cli/pull/131)
76+
Update profile to support new npm-profile API.
77+
([@zkat](https://github.com/zkat))
7478

7579
### BUGFIXES
7680

7781
* [`890a74458`](https://github.com/npm/cli/commit/890a74458dd4a55e2d85f3eba9dbf125affa4206)
78-
[npm.community#3278](https://npm.community/t/https://npm.community/t/3278)
82+
[npm.community#3278](https://npm.community/t/3278)
7983
Fix support for passing git binary path config with `--git`.
8084
([@larsgw](https://github.com/larsgw))
8185
* [`90e55a143`](https://github.com/npm/cli/commit/90e55a143ed1de8678d65c17bc3c2b103a15ddac)
8286
[npm.community#2713](https://npm.community/t/npx-envinfo-preset-jest-fails-on-windows-with-a-stack-trace/2713)
8387
Check for `npm.config`'s existence in `error-handler.js` to prevent weird
8488
errors when failures happen before config object is loaded.
8589
([@BeniCheni](https://github.com/BeniCheni))
90+
* [`134207174`](https://github.com/npm/cli/commit/134207174652e1eb6d7b0f44fd9858a0b6a0cd6c)
91+
[npm.community#2569](https://npm.community/t/2569)
92+
Fix checking for optional dependencies.
93+
([@larsgw](https://github.com/larsgw))
94+
* [`7a2f6b05d`](https://github.com/npm/cli/commit/7a2f6b05d27f3bcf47a48230db62e86afa41c9d3)
95+
[npm.community#4172](https://npm.community/t/4172)
96+
Remove tink experiments.
97+
([@larsgw](https://github.com/larsgw))
98+
* [`c5b6056b6`](https://github.com/npm/cli/commit/c5b6056b6b35eefb81ae5fb00a5c7681c5318c22)
99+
[#123](https://github.com/npm/cli/pull/123)
100+
Handle git branch references correctly.
101+
([@johanneswuerbach](https://github.com/johanneswuerbach))
102+
* [`f58b43ef2`](https://github.com/npm/cli/commit/f58b43ef2c5e3dea2094340a0cf264b2d11a5da4)
103+
[npm.community#3983](https://npm.community/t/npm-audit-error-messaging-update-for-401s/3983)
104+
Report any errors above 400 as potentially not supporting audit.
105+
([@zkat](https://github.com/zkat))
106+
* [`a5c9e6f35`](https://github.com/npm/cli/commit/a5c9e6f35a591a6e2d4b6ace5c01bc03f2b75fdc)
107+
[#124](https://github.com/npm/cli/pull/124)
108+
Set default homepage to an empty string.
109+
([@anchnk](https://github.com/anchnk))
110+
* [`5d076351d`](https://github.com/npm/cli/commit/5d076351d7ec1d3585942a9289548166a7fbbd4c)
111+
[npm.community#4054](https://npm.community/t/4054)
112+
Fix npm-prefix description.
113+
([@larsgw](https://github.com/larsgw))
86114

87115
### DOCS
88116

89117
* [`31a7274b7`](https://github.com/npm/cli/commit/31a7274b70de18b24e7bee51daa22cc7cbb6141c)
90118
[#71](https://github.com/npm/cli/pull/71)
91119
Fix typo in npm-token documentation.
92120
([@GeorgeTaveras1231](https://github.com/GeorgeTaveras1231))
121+
* [`2401b7592`](https://github.com/npm/cli/commit/2401b7592c6ee114e6db7077ebf8c072b7bfe427)
122+
Correct docs for fake-registry interface.
123+
([@iarna](https://github.com/iarna))
93124

94125
### DEPENDENCIES
95126

96-
97127
* [`9cefcdc1d`](https://github.com/npm/cli/commit/9cefcdc1d2289b56f9164d14d7e499e115cfeaee)
98128
`npm-registry-fetch@3.8.0`
99129
([@zkat](https://github.com/zkat))
@@ -130,6 +160,95 @@ curious about details:
130160
* [`a3ba0ccf1`](https://github.com/npm/cli/commit/a3ba0ccf1fa86aec56b1ad49883abf28c1f56b3c)
131161
move rimraf to prod deps
132162
([@zkat](https://github.com/zkat))
163+
* [`f63a0d6cf`](https://github.com/npm/cli/commit/f63a0d6cf0b7db3dcc80e72e1383c3df723c8119)
164+
`spdx-license-ids@3.0.3`:
165+
Ref: https://github.com/npm/cli/pull/121
166+
([@zkat](https://github.com/zkat))
167+
* [`f350e714f`](https://github.com/npm/cli/commit/f350e714f66a77f71a7ebe17daeea2ea98179a1a)
168+
`aproba@2.0.0`
169+
([@aeschright](https://github.com/aeschright))
170+
* [`a67e4d8b2`](https://github.com/npm/cli/commit/a67e4d8b214e58ede037c3854961acb33fd889da)
171+
`byte-size@5.0.1`
172+
([@aeschright](https://github.com/aeschright))
173+
* [`8bea4efa3`](https://github.com/npm/cli/commit/8bea4efa34857c4e547904b3630dd442def241de)
174+
`cacache@11.3.2`
175+
([@aeschright](https://github.com/aeschright))
176+
* [`9d4776836`](https://github.com/npm/cli/commit/9d4776836a4eaa4b19701b4e4f00cd64578bf078)
177+
`chownr@1.1.1`
178+
([@aeschright](https://github.com/aeschright))
179+
* [`70da139e9`](https://github.com/npm/cli/commit/70da139e97ed1660c216e2d9b3f9cfb986bfd4a4)
180+
`ci-info@2.0.0`
181+
([@aeschright](https://github.com/aeschright))
182+
* [`bcdeddcc3`](https://github.com/npm/cli/commit/bcdeddcc3d4dc242f42404223dafe4afdc753b32)
183+
`cli-table3@0.5.1`
184+
([@aeschright](https://github.com/aeschright))
185+
* [`63aab82c7`](https://github.com/npm/cli/commit/63aab82c7bfca4f16987cf4156ddebf8d150747c)
186+
`is-cidr@3.0.0`
187+
([@aeschright](https://github.com/aeschright))
188+
* [`d522bd90c`](https://github.com/npm/cli/commit/d522bd90c3b0cb08518f249ae5b90bd609fff165)
189+
`JSONStream@1.3.5`
190+
([@aeschright](https://github.com/aeschright))
191+
* [`2a59bfc79`](https://github.com/npm/cli/commit/2a59bfc7989bd5575d8cbba912977c6d1ba92567)
192+
`libnpmhook@5.0.2`
193+
([@aeschright](https://github.com/aeschright))
194+
* [`66d60e394`](https://github.com/npm/cli/commit/66d60e394e5a96330f90e230505758f19a3643ac)
195+
`marked@0.6.0`
196+
([@aeschright](https://github.com/aeschright))
197+
* [`8213def9a`](https://github.com/npm/cli/commit/8213def9aa9b6e702887e4f2ed7654943e1e4154)
198+
`npm-packlist@1.2.0`
199+
([@aeschright](https://github.com/aeschright))
200+
* [`e4ffc6a2b`](https://github.com/npm/cli/commit/e4ffc6a2bfb8d0b7047cb6692030484760fc8c91)
201+
`unique-filename@1.1.1`
202+
([@aeschright](https://github.com/aeschright))
203+
* [`09a5c2fab`](https://github.com/npm/cli/commit/09a5c2fabe0d1c00ec8c99f328f6d28a3495eb0b)
204+
`semver@5.6.0`
205+
([@aeschright](https://github.com/aeschright))
206+
* [`740e79e17`](https://github.com/npm/cli/commit/740e79e17a78247f73349525043c9388ce94459a)
207+
`rimraf@2.6.3`
208+
([@aeschright](https://github.com/aeschright))
209+
* [`455476c8d`](https://github.com/npm/cli/commit/455476c8d148ca83a4e030e96e93dcf1c7f0ff5f)
210+
`require-inject@1.4.4`
211+
([@aeschright](https://github.com/aeschright))
212+
* [`3f40251c5`](https://github.com/npm/cli/commit/3f40251c5868feaacbcdbcb1360877ce76998f5e)
213+
`npm-pick-manifest@2.2.3`
214+
([@aeschright](https://github.com/aeschright))
215+
* [`4ffa8a8e9`](https://github.com/npm/cli/commit/4ffa8a8e9e80e5562898dd76fe5a49f5694f38c8)
216+
`query-string@6.2.0`
217+
([@aeschright](https://github.com/aeschright))
218+
* [`a0a0ca9ec`](https://github.com/npm/cli/commit/a0a0ca9ec2a962183d420fa751f4139969760f18)
219+
`pacote@9.3.0`
220+
([@aeschright](https://github.com/aeschright))
221+
* [`5777ea8ad`](https://github.com/npm/cli/commit/5777ea8ad2058be3166a6dad2d31d2d393c9f778)
222+
`readable-stream@3.1.1`
223+
([@aeschright](https://github.com/aeschright))
224+
* [`887e94386`](https://github.com/npm/cli/commit/887e94386f42cb59a5628e7762b3662d084b23c8)
225+
`lru-cache@4.1.5`
226+
([@aeschright](https://github.com/aeschright))
227+
* [`41f15524c`](https://github.com/npm/cli/commit/41f15524c58c59d206c4b1d25ae9e0f22745213b)
228+
Updating semver docs.
229+
([@aeschright](https://github.com/aeschright))
230+
* [`fb3bbb72d`](https://github.com/npm/cli/commit/fb3bbb72d448ac37a465b31233b21381917422f3)
231+
`npm-audit-report@1.3.2`:
232+
([@melkikh](https://github.com/melkikh))
233+
234+
### TESTING
235+
236+
* [`f1edffba9`](https://github.com/npm/cli/commit/f1edffba90ebd96cf88675d2e18ebc48954ba50e)
237+
Modernize maketest script.
238+
([@iarna](https://github.com/iarna))
239+
* [`ae263473d`](https://github.com/npm/cli/commit/ae263473d92a896b482830d4019a04b5dbd1e9d7)
240+
maketest: Use promise based example common.npm call.
241+
([@iarna](https://github.com/iarna))
242+
* [`d9970da5e`](https://github.com/npm/cli/commit/d9970da5ee97a354eab01cbf16f9101693a15d2d)
243+
maketest: Use newEnv for env production.
244+
([@iarna](https://github.com/iarna))
245+
246+
### MISCELLANEOUS
247+
248+
* [`c665f35aa`](https://github.com/npm/cli/commit/c665f35aacdb8afdbe35f3dd7ccb62f55ff6b896)
249+
[#119](https://github.com/npm/cli/pull/119)
250+
Replace var with const/let in lib/repo.js.
251+
([@watilde](https://github.com/watilde))
133252

134253
## v6.5.0 (2018-11-28):
135254

@@ -146,7 +265,7 @@ curious about details:
146265
### BUGFIXES
147266

148267
* [`89652cb9b`](https://github.com/npm/cli/commit/89652cb9b810f929f5586fc90cc6794d076603fb)
149-
[npm.community#1661](https://npm.community/t/https://npm.community/t/1661)
268+
[npm.community#1661](https://npm.community/t/1661)
150269
Fix sign-git-commit options. They were previously totally wrong.
151270
([@zkat](https://github.com/zkat))
152271
* [`414f2d1a1`](https://github.com/npm/cli/commit/414f2d1a1bdffc02ed31ebb48a43216f284c21d4)
@@ -300,7 +419,7 @@ curious about details:
300419
circular dependency fix, as well as adding a proper LICENSE file.
301420
([@isaacs](https://github.com/isaacs))
302421
* [`e8d5f4418`](https://github.com/npm/cli/commit/e8d5f441821553a31fc8cd751670663699d2c8ce)
303-
[npm.community#632](https://npm.community/t/https://npm.community/t/using-npm-ci-does-not-run-prepare-script-for-git-modules/632)
422+
[npm.community#632](https://npm.community/t/using-npm-ci-does-not-run-prepare-script-for-git-modules/632)
304423
`libcipm@2.0.2`:
305424
Fixes issue where `npm ci` wasn't running the `prepare` lifecycle script when
306425
installing git dependencies
@@ -437,7 +556,7 @@ Thanks, [@rvagg](https://github.com/rvagg)!
437556

438557
* [`af98e76ed`](https://github.com/npm/cli/commit/af98e76ed96af780b544962aa575585b3fa17b9a)
439558
[npm/cli#34](https://github.com/npm/cli/pull/34)
440-
Remove `npm publish` from list of commands not affected by `--dry-run`.
559+
Remove `npm publish` from list of commands not affected by `--dry-run`.
441560
([@joebowbeer](https://github.com/joebowbeer))
442561
* [`e2b0f0921`](https://github.com/npm/cli/commit/e2b0f092193c08c00f12a6168ad2bd9d6e16f8ce)
443562
[npm/cli#36](https://github.com/npm/cli/pull/36)

0 commit comments

Comments
 (0)