|
| 1 | +## v6.5.0 (2018-11-28): |
| 2 | + |
| 3 | +### NEW FEATURES |
| 4 | + |
| 5 | +* [`fc1a8d185`](https://github.com/npm/cli/commit/fc1a8d185fc678cdf3784d9df9eef9094e0b2dec) |
| 6 | + Backronym `npm ci` to `npm clean-install`. |
| 7 | + ([@zkat](https://github.com/zkat)) |
| 8 | +* [`4be51a9cc`](https://github.com/npm/cli/commit/4be51a9cc65635bb26fa4ce62233f26e0104bc20) |
| 9 | + [#81](https://github.com/npm/cli/pull/81) |
| 10 | + Adds 'Homepage' to outdated --long output. |
| 11 | + ([@jbottigliero](https://github.com/jbottigliero)) |
| 12 | + |
| 13 | +### BUGFIXES |
| 14 | + |
| 15 | +* [`89652cb9b`](https://github.com/npm/cli/commit/89652cb9b810f929f5586fc90cc6794d076603fb) |
| 16 | + [npm.community#1661](https://npm.community/t/https://npm.community/t/1661) |
| 17 | + Fix sign-git-commit options. They were previously totally wrong. |
| 18 | + ([@zkat](https://github.com/zkat)) |
| 19 | +* [`414f2d1a1`](https://github.com/npm/cli/commit/414f2d1a1bdffc02ed31ebb48a43216f284c21d4) |
| 20 | + [npm.community#1742](https://npm.community/t/npm-audit-making-non-rfc-compliant-requests-to-server-resulting-in-400-bad-request-pr-with-fix/1742) |
| 21 | + Set lowercase headers for npm audit requests. |
| 22 | + ([@maartenba](https://github.com/maartenba)) |
| 23 | +* [`a34246baf`](https://github.com/npm/cli/commit/a34246bafe73218dc9e3090df9ee800451db2c7d) |
| 24 | + [#75](https://github.com/npm/cli/pull/75) |
| 25 | + Fix `npm edit` handling of scoped packages. |
| 26 | + ([@larsgw](https://github.com/larsgw)) |
| 27 | +* [`d3e8a7c72`](https://github.com/npm/cli/commit/d3e8a7c7240dd25379a5bcad324a367c58733c73) |
| 28 | + [npm.community#2303](https://npm.community/t/npm-ci-logs-success-to-stderr/2303) |
| 29 | + Make summary output for `npm ci` go to `stdout`, not `stderr`. |
| 30 | + ([@alopezsanchez](https://github.com/alopezsanchez)) |
| 31 | +* [`71d8fb4a9`](https://github.com/npm/cli/commit/71d8fb4a94d65e1855f6d0c5f2ad2b7c3202e3c4) |
| 32 | + [npm.community#1377](https://npm.community/t/unhelpful-error-message-when-publishing-without-logging-in-error-eperm-operation-not-permitted-unlink/1377/3) |
| 33 | + Close the file descriptor during publish if exiting upload via an error. This |
| 34 | + will prevent strange error messages when the upload fails and make sure |
| 35 | + cleanup happens correctly. |
| 36 | + ([@macdja38](https://github.com/macdja38)) |
| 37 | + |
| 38 | +### DOCS UPDATES |
| 39 | + |
| 40 | +* [`b1a8729c8`](https://github.com/npm/cli/commit/b1a8729c80175243fbbeecd164e9ddd378a09a50) |
| 41 | + [#60](https://github.com/npm/cli/pull/60) |
| 42 | + Mention --otp flag when prompting for OTP. |
| 43 | + ([@bakkot](https://github.com/bakkot)) |
| 44 | +* [`bcae4ea81`](https://github.com/npm/cli/commit/bcae4ea8173e489a76cc226bbd30dd9eabe21ec6) |
| 45 | + [#64](https://github.com/npm/cli/pull/64) |
| 46 | + Clarify that git dependencies use the default branch, not just `master`. |
| 47 | + ([@zckrs](https://github.com/zckrs)) |
| 48 | +* [`15da82690`](https://github.com/npm/cli/commit/15da8269032bf509ade3252978e934f2a61d4499) |
| 49 | + [#72](https://github.com/npm/cli/pull/72) |
| 50 | + `bash_completion.d` dir is sometimes found in `/etc` not `/usr/local`. |
| 51 | + ([@RobertKielty](https://github.com/RobertKielty)) |
| 52 | +* [`8a6ecc793`](https://github.com/npm/cli/commit/8a6ecc7936dae2f51638397ff5a1d35cccda5495) |
| 53 | + [#74](https://github.com/npm/cli/pull/74) |
| 54 | + Update OTP documentation for `dist-tag add` to clarify `--otp` is needed right |
| 55 | + now. |
| 56 | + ([@scotttrinh](https://github.com/scotttrinh)) |
| 57 | +* [`dcc03ec85`](https://github.com/npm/cli/commit/dcc03ec858bddd7aa2173b5a86b55c1c2385a2a3) |
| 58 | + [#82](https://github.com/npm/cli/pull/82) |
| 59 | + Note that `prepare` runs when installing git dependencies. |
| 60 | + ([@seishun](https://github.com/seishun)) |
| 61 | +* [`a91a470b7`](https://github.com/npm/cli/commit/a91a470b71e08ccf6a75d4fb8c9937789fa8d067) |
| 62 | + [#83](https://github.com/npm/cli/pull/83) |
| 63 | + Specify that --dry-run isn't available in older versions of npm publish. |
| 64 | + ([@kjin](https://github.com/kjin)) |
| 65 | +* [`1b2fabcce`](https://github.com/npm/cli/commit/1b2fabccede37242233755961434c52536224de5) |
| 66 | + [#96](https://github.com/npm/cli/pull/96) |
| 67 | + Fix inline code tag issue in docs. |
| 68 | + ([@midare](https://github.com/midare)) |
| 69 | +* [`6cc70cc19`](https://github.com/npm/cli/commit/6cc70cc1977e58a3e1ea48e660ffc6b46b390e59) |
| 70 | + [#68](https://github.com/npm/cli/pull/68) |
| 71 | + Add semver link and a note on empty string format to `deprecate` doc. |
| 72 | + ([@neverett](https://github.com/neverett)) |
| 73 | +* [`61dbbb7c3`](https://github.com/npm/cli/commit/61dbbb7c3474834031bce88c423850047e8131dc) |
| 74 | + Fix semver docs after version update. |
| 75 | + ([@zkat](https://github.com/zkat)) |
| 76 | +* [`4acd45a3d`](https://github.com/npm/cli/commit/4acd45a3d0ce92f9999446226fe7dfb89a90ba2e) |
| 77 | + [#78](https://github.com/npm/cli/pull/78) |
| 78 | + Correct spelling across various docs. |
| 79 | + ([@hugovk](https://github.com/hugovk)) |
| 80 | + |
| 81 | +### DEPENDENCIES |
| 82 | + |
| 83 | +* [`4f761283e`](https://github.com/npm/cli/commit/4f761283e8896d0ceb5934779005646463a030e8) |
| 84 | + `figgy-pudding@3.5.1` |
| 85 | + ([@zkat](https://github.com/zkat)) |
| 86 | +* [`3706db0bc`](https://github.com/npm/cli/commit/3706db0bcbc306d167bb902362e7f6962f2fe1a1) |
| 87 | + [npm.community#1764](https://npm.community/t/crash-invalid-config-key-requested-error/1764) |
| 88 | + `ssri@6.0.1` |
| 89 | + ([@zkat](https://github.com/zkat)) |
| 90 | +* [`83c2b117d`](https://github.com/npm/cli/commit/83c2b117d0b760d0ea8d667e5e4bdfa6a7a7a8f6) |
| 91 | + `bluebird@3.5.2` |
| 92 | + ([@petkaantonov](https://github.com/petkaantonov)) |
| 93 | +* [`2702f46bd`](https://github.com/npm/cli/commit/2702f46bd7284fb303ca2119d23c52536811d705) |
| 94 | + `ci-info@1.5.1` |
| 95 | + ([@watson](https://github.com/watson)) |
| 96 | +* [`4db6c3898`](https://github.com/npm/cli/commit/4db6c3898b07100e3a324e4aae50c2fab4b93a04) |
| 97 | + `config-chain@1.1.1`:2 |
| 98 | + ([@dawsbot](https://github.com/dawbot)) |
| 99 | +* [`70bee4f69`](https://github.com/npm/cli/commit/70bee4f69bb4ce4e18c48582fe2b48d8b4aba566) |
| 100 | + `glob@7.1.3` |
| 101 | + ([@isaacs](https://github.com/isaacs)) |
| 102 | +* [`e469fd6be`](https://github.com/npm/cli/commit/e469fd6be95333dcaa7cf377ca3620994ca8d0de) |
| 103 | + `opener@1.5.1`: |
| 104 | + Fix browser opening under Windows Subsystem for Linux (WSL). |
| 105 | + ([@thijsputman](https://github.com/thijsputman)) |
| 106 | +* [`03840dced`](https://github.com/npm/cli/commit/03840dced865abdca6e6449ea030962e5b19db0c) |
| 107 | + `semver@5.5.1` |
| 108 | + ([@iarna](https://github.com/iarna)) |
| 109 | +* [`161dc0b41`](https://github.com/npm/cli/commit/161dc0b4177e76306a0e3b8660b3b496cc3db83b) |
| 110 | + `bluebird@3.5.3` |
| 111 | + ([@petkaantonov](https://github.com/petkaantonov)) |
| 112 | +* [`bb6f94395`](https://github.com/npm/cli/commit/bb6f94395491576ec42996ff6665df225f6b4377) |
| 113 | + `graceful-fs@4.1.1`:5 |
| 114 | + ([@isaacs](https://github.com/isaacs)) |
| 115 | +* [`43b1f4c91`](https://github.com/npm/cli/commit/43b1f4c91fa1d7b3ebb6aa2d960085e5f3ac7607) |
| 116 | + `tar@4.4.8` |
| 117 | + ([@isaacs](https://github.com/isaacs)) |
| 118 | +* [`ab62afcc4`](https://github.com/npm/cli/commit/ab62afcc472de82c479bf91f560a0bbd6a233c80) |
| 119 | + `npm-packlist@1.1.1`:2 |
| 120 | + ([@isaacs](https://github.com/isaacs)) |
| 121 | +* [`027f06be3`](https://github.com/npm/cli/commit/027f06be35bb09f390e46fcd2b8182539939d1f7) |
| 122 | + `ci-info@1.6.0` |
| 123 | + ([@watson](https://github.com/watson)) |
| 124 | + |
| 125 | +### MISCELLANEOUS |
| 126 | + |
| 127 | +* [`27217dae8`](https://github.com/npm/cli/commit/27217dae8adbc577ee9cb323b7cfe9c6b2493aca) |
| 128 | + [#70](https://github.com/npm/cli/pull/70) |
| 129 | + Automatically audit dependency licenses for npm itself. |
| 130 | + ([@kemitchell](https://github.com/kemitchell)) |
| 131 | + |
1 | 132 | ## v6.4.1 (2018-08-22):
|
2 | 133 |
|
3 | 134 | ### BUGFIXES
|
@@ -220,7 +351,7 @@ bumped due to bugs that had been around for a while.
|
220 | 351 | ([@zkat](https://github.com/zkat))
|
221 | 352 | * [`21cf0ab68`](https://github.com/npm/cli/commit/21cf0ab68cf528d5244ae664133ef400bdcfbdb6)
|
222 | 353 | [npm/cli#24](https://github.com/npm/cli/pull/24)
|
223 |
| - Use the defaut OTP explanation everywhere except when the context is |
| 354 | + Use the default OTP explanation everywhere except when the context is |
224 | 355 | "OTP-aware" (like when setting double-authentication). This improves the
|
225 | 356 | overall CLI messaging when prompting for an OTP code.
|
226 | 357 | ([@jdeniau](https://github.com/jdeniau))
|
|
0 commit comments