Skip to content

Commit dbbb75c

Browse files
committed
doc: update changelog for npm@6.4.0
1 parent f861c2b commit dbbb75c

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,92 @@
1+
## v6.4.0 (2018-09-08):
2+
3+
### NEW FEATURES
4+
5+
* [`6e9f04b0b`](https://github.com/npm/cli/commit/6e9f04b0baed007169d4e0c341f097cf133debf7)
6+
[npm/cli#8](https://github.com/npm/cli/pull/8)
7+
Search for authentication token defined by environment variables by preventing
8+
the translation layer from env variable to npm option from breaking
9+
`:_authToken`.
10+
([@mkhl](https://github.com/mkhl))
11+
* [`84bfd23e7`](https://github.com/npm/cli/commit/84bfd23e7d6434d30595594723a6e1976e84b022)
12+
[npm/cli#35](https://github.com/npm/cli/pull/35)
13+
Stop filtering out non-IPv4 addresses from `local-addrs`, making npm actually
14+
use IPv6 addresses when it must.
15+
([@valentin2105](https://github.com/valentin2105))
16+
* [`792c8c709`](https://github.com/npm/cli/commit/792c8c709dc7a445687aa0c8cba5c50bc4ed83fd)
17+
[npm/cli#31](https://github.com/npm/cli/pull/31)
18+
configurable audit level for non-zero exit
19+
`npm audit` currently exits with exit code 1 if any vulnerabilities are found of any level.
20+
Add a flag of `--audit-level` to `npm audit` to allow it to pass if only vulnerabilities below a certain level are found.
21+
Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are detected.
22+
([@lennym](https://github.com/lennym))
23+
24+
### BUGFIXES
25+
26+
* [`d81146181`](https://github.com/npm/cli/commit/d8114618137bb5b9a52a86711bb8dc18bfc8e60c)
27+
[npm/cli#32](https://github.com/npm/cli/pull/32)
28+
Don't check for updates to npm when we are updating npm itself.
29+
([@olore](https://github.com/olore))
30+
31+
### DEPENDENCY UPDATES
32+
33+
A very special dependency update event! Since the [release of
34+
`node-gyp@3.8.0`](https://github.com/nodejs/node-gyp/pull/1521), an awkward
35+
version conflict that was preventing `request` from begin flattened was
36+
resolved. This means two things:
37+
38+
1. We've cut down the npm tarball size by another 200kb, to 4.6MB
39+
2. `npm audit` now shows no vulnerabilities for npm itself!
40+
41+
Thanks, [@rvagg](https://github.com/rvagg)!
42+
43+
* [`866d776c2`](https://github.com/npm/cli/commit/866d776c27f80a71309389aaab42825b2a0916f6)
44+
`request@2.87.0`
45+
([@simov](https://github.com/simov))
46+
* [`f861c2b57`](https://github.com/npm/cli/commit/f861c2b579a9d4feae1653222afcefdd4f0e978f)
47+
`node-gyp@3.8.0`
48+
([@rvagg](https://github.com/rvagg))
49+
* [`32e6947c6`](https://github.com/npm/cli/commit/32e6947c60db865257a0ebc2f7e754fedf7a6fc9)
50+
[npm/cli#39](https://github.com/npm/cli/pull/39)
51+
`colors@1.1.2`:
52+
REVERT REVERT, newer versions of this library are broken and print ansi
53+
codes even when disabled.
54+
([@iarna](https://github.com/iarna))
55+
* [`beb96b92c`](https://github.com/npm/cli/commit/beb96b92caf061611e3faafc7ca10e77084ec335)
56+
`libcipm@2.0.1`
57+
([@zkat](https://github.com/zkat))
58+
* [`348fc91ad`](https://github.com/npm/cli/commit/348fc91ad223ff91cd7bcf233018ea1d979a2af1)
59+
`validate-npm-package-license@3.0.4`: Fixes errors with empty or string-only
60+
license fields.
61+
([@Gudahtt](https://github.com/Gudahtt))
62+
* [`e57d34575`](https://github.com/npm/cli/commit/e57d3457547ef464828fc6f82ae4750f3e511550)
63+
`iferr@1.0.2`
64+
([@shesek](https://github.com/shesek))
65+
* [`46f1c6ad4`](https://github.com/npm/cli/commit/46f1c6ad4b2fd5b0d7ec879b76b76a70a3a2595c)
66+
`tar@4.4.6`
67+
([@isaacs](https://github.com/isaacs))
68+
* [`50df1bf69`](https://github.com/npm/cli/commit/50df1bf691e205b9f13e0fff0d51a68772c40561)
69+
`hosted-git-info@2.7.1`
70+
([@iarna](https://github.com/iarna))
71+
([@Erveon](https://github.com/Erveon))
72+
([@huochunpeng](https://github.com/huochunpeng))
73+
74+
### DOCUMENTATION
75+
76+
* [`af98e76ed`](https://github.com/npm/cli/commit/af98e76ed96af780b544962aa575585b3fa17b9a)
77+
[npm/cli#34](https://github.com/npm/cli/pull/34)
78+
Remove `npm publish` from list of commands not affected by `--dry-run`.
79+
([@joebowbeer](https://github.com/joebowbeer))
80+
* [`e2b0f0921`](https://github.com/npm/cli/commit/e2b0f092193c08c00f12a6168ad2bd9d6e16f8ce)
81+
[npm/cli#36](https://github.com/npm/cli/pull/36)
82+
Tweak formatting in repository field examples.
83+
([@noahbenham](https://github.com/noahbenham))
84+
* [`e2346e770`](https://github.com/npm/cli/commit/e2346e7702acccefe6d711168c2b0e0e272e194a)
85+
[npm/cli#14](https://github.com/npm/cli/pull/14)
86+
Used `process.env` examples to make accessing certain `npm run-scripts`
87+
environment variables more clear.
88+
([@mwarger](https://github.com/mwarger))
89+
190
## v6.3.0 (2018-08-01):
291

392
This is basically the same as the prerelease, but two dependencies have been

0 commit comments

Comments
 (0)