Skip to content

Commit a0b60a7

Browse files
committed
doc: update changelog for npm@6.5.0
1 parent 2499303 commit a0b60a7

File tree

1 file changed

+131
-0
lines changed

1 file changed

+131
-0
lines changed

CHANGELOG.md

+131
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,134 @@
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#https://npm.community/t/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+
1132
## v6.4.1 (2018-08-22):
2133

3134
### BUGFIXES

0 commit comments

Comments
 (0)