npm/cli
### [`v6.4.1`](https://renovatebot.com/gh/npm/cli/blob/master/CHANGELOG.md#v641-2018-08-22)
[Compare Source](https://renovatebot.com/gh/npm/cli/compare/v6.4.0...v6.4.1)
##### BUGFIXES
- [`4bd40f543`](https://renovatebot.com/gh/npm/cli/commit/4bd40f543dc89f0721020e7d0bb3497300d74818)
[#42](https://renovatebot.com/gh/npm/cli/pull/42)
Prevent blowing up on malformed responses from the `npm audit` endpoint, such
as with third-party registries.
([@framp](https://renovatebot.com/gh/framp))
- [`0e576f0aa`](https://renovatebot.com/gh/npm/cli/commit/0e576f0aa6ea02653d948c10f29102a2d4a31944)
[#46](https://renovatebot.com/gh/npm/cli/pull/46)
Fix `NO_PROXY` support by renaming npm-side config to `--noproxy`. The
environment variable should still work.
([@SneakyFish5](https://renovatebot.com/gh/SneakyFish5))
- [`d8e811d6a`](https://renovatebot.com/gh/npm/cli/commit/d8e811d6adf3d87474982cb831c11316ac725605)
[#33](https://renovatebot.com/gh/npm/cli/pull/33)
Disable `update-notifier` checks when a CI environment is detected.
([@Sibiraj-S](https://renovatebot.com/gh/Sibiraj-S))
- [`1bc5b8cea`](https://renovatebot.com/gh/npm/cli/commit/1bc5b8ceabc86bfe4777732f25ffef0f3de81bd1)
[#47](https://renovatebot.com/gh/npm/cli/pull/47)
Fix issue where `postpack` scripts would break if `pack` was used with
`--dry-run`.
([@larsgw](https://renovatebot.com/gh/larsgw))
##### DEPENDENCY BUMPS
- [`4c57316d5`](https://renovatebot.com/gh/npm/cli/commit/4c57316d5633e940105fa545b52d8fbfd2eb9f75)
`figgy-pudding@3.4.1`
([@zkat](https://renovatebot.com/gh/zkat))
- [`85f4d7905`](https://renovatebot.com/gh/npm/cli/commit/85f4d79059865d5267f3516b6cdbc746012202c6)
`cacache@11.2.0`
([@zkat](https://renovatebot.com/gh/zkat))
- [`d20ac242a`](https://renovatebot.com/gh/npm/cli/commit/d20ac242aeb44aa3581c65c052802a02d5eb22f3)
`npm-packlist@1.1.11`:
No real changes in npm-packlist, but npm-bundled included a
circular dependency fix, as well as adding a proper LICENSE file.
([@isaacs](https://renovatebot.com/gh/isaacs))
- [`e8d5f4418`](https://renovatebot.com/gh/npm/cli/commit/e8d5f441821553a31fc8cd751670663699d2c8ce)
[npm.community#632](https://npm.community/t/https://npm.community/t/using-npm-ci-does-not-run-prepare-script-for-git-modules/632)
`libcipm@2.0.2`:
Fixes issue where `npm ci` wasn't running the `prepare` lifecycle script when
installing git dependencies
([@edahlseng](https://renovatebot.com/gh/edahlseng))
- [`a5e6f78e9`](https://renovatebot.com/gh/npm/cli/commit/a5e6f78e916873f7d18639ebdb8abd20479615a9)
`JSONStream@1.3.4`:
Fixes memory leak problem when streaming large files (like legacy npm search).
([@daern91](https://renovatebot.com/gh/daern91))
- [`3b940331d`](https://renovatebot.com/gh/npm/cli/commit/3b940331dcccfa67f92366adb7ffd9ecf7673a9a)
[npm.community#1042](https://npm.community/t/3-path-variables-are-assigned-to-child-process-launched-by-npm/1042)
`npm-lifecycle@2.1.0`:
Fixes issue for Windows user where multiple `Path`/`PATH` variables were being
added to the environment and breaking things in all sorts of fun and
interesting ways.
([@JimiC](https://renovatebot.com/gh/JimiC))
- [`d612d2ce8`](https://renovatebot.com/gh/npm/cli/commit/d612d2ce8fab72026f344f125539ecbf3746af9a)
`npm-registry-client@8.6.0`
([@iarna](https://renovatebot.com/gh/iarna))
- [`1f6ba1cb1`](https://renovatebot.com/gh/npm/cli/commit/1f6ba1cb174590c1f5d2b00e2ca238dfa39d507a)
`opener@1.5.0`
([@domenic](https://renovatebot.com/gh/domenic))
- [`37b8f405f`](https://renovatebot.com/gh/npm/cli/commit/37b8f405f35c861b7beeed56f71ad20b0bf87889)
`request@2.88.0`
([@mikeal](https://renovatebot.com/gh/mikeal))
- [`bb91a2a14`](https://renovatebot.com/gh/npm/cli/commit/bb91a2a14562e77769057f1b6d06384be6d6bf7f)
`tacks@1.2.7`
([@iarna](https://renovatebot.com/gh/iarna))
- [`30bc9900a`](https://renovatebot.com/gh/npm/cli/commit/30bc9900ae79c80bf0bdee0ae6372da6f668124c)
`ci-info@1.4.0`:
Adds support for two more CI services
([@watson](https://renovatebot.com/gh/watson))
- [`1d2fa4ddd`](https://renovatebot.com/gh/npm/cli/commit/1d2fa4dddcab8facfee92096cc24b299387f3182)
`marked@0.5.0`
([@joshbruce](https://renovatebot.com/gh/joshbruce))
##### DOCUMENTATION
- [`08ecde292`](https://renovatebot.com/gh/npm/cli/commit/08ecde2928f8c89a2fdaa800ae845103750b9327)
[#54](https://renovatebot.com/gh/npm/cli/pull/54)
Mention registry terms of use in manpage and registry docs and update language
in README for it.
([@kemitchell](https://renovatebot.com/gh/kemitchell))
- [`de956405d`](https://renovatebot.com/gh/npm/cli/commit/de956405d8b72354f98579d00c6dd30ac3b9bddf)
[#41](https://renovatebot.com/gh/npm/cli/pull/41)
Add documentation for `--dry-run` in `install` and `pack` docs.
([@reconbot](https://renovatebot.com/gh/reconbot))
- [`95031b90c`](https://renovatebot.com/gh/npm/cli/commit/95031b90ce0b0c4dcd5e4eafc86e3e5bfd59fb3e)
[#48](https://renovatebot.com/gh/npm/cli/pull/48)
Update republish time and lightly reorganize republish info.
([@neverett](https://renovatebot.com/gh/neverett))
- [`767699b68`](https://renovatebot.com/gh/npm/cli/commit/767699b6829b8b899d5479445e99b0ffc43ff92d)
[#53](https://renovatebot.com/gh/npm/cli/pull/53)
Correct `npm@6.4.0` release date in changelog.
([@charmander](https://renovatebot.com/gh/charmander))
- [`3fea3166e`](https://renovatebot.com/gh/npm/cli/commit/3fea3166eb4f43f574fcfd9ee71a171feea2bc29)
[#55](https://renovatebot.com/gh/npm/cli/pull/55)
Align command descriptions in help text.
([@erik](https://renovatebot.com/gh/erik))
### [`v6.4.0`](https://renovatebot.com/gh/npm/cli/blob/master/CHANGELOG.md#v640-2018-08-09)
[Compare Source](https://renovatebot.com/gh/npm/cli/compare/v6.3.0...v6.4.0)
##### NEW FEATURES
- [`6e9f04b0b`](https://renovatebot.com/gh/npm/cli/commit/6e9f04b0baed007169d4e0c341f097cf133debf7)
[npm/cli#8](https://renovatebot.com/gh/npm/cli/pull/8)
Search for authentication token defined by environment variables by preventing
the translation layer from env variable to npm option from breaking
`:_authToken`.
([@mkhl](https://renovatebot.com/gh/mkhl))
- [`84bfd23e7`](https://renovatebot.com/gh/npm/cli/commit/84bfd23e7d6434d30595594723a6e1976e84b022)
[npm/cli#35](https://renovatebot.com/gh/npm/cli/pull/35)
Stop filtering out non-IPv4 addresses from `local-addrs`, making npm actually
use IPv6 addresses when it must.
([@valentin2105](https://renovatebot.com/gh/valentin2105))
- [`792c8c709`](https://renovatebot.com/gh/npm/cli/commit/792c8c709dc7a445687aa0c8cba5c50bc4ed83fd)
[npm/cli#31](https://renovatebot.com/gh/npm/cli/pull/31)
configurable audit level for non-zero exit
`npm audit` currently exits with exit code 1 if any vulnerabilities are found of any level.
Add a flag of `--audit-level` to `npm audit` to allow it to pass if only vulnerabilities below a certain level are found.
Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are detected.
([@lennym](https://renovatebot.com/gh/lennym))
##### BUGFIXES
- [`d81146181`](https://renovatebot.com/gh/npm/cli/commit/d8114618137bb5b9a52a86711bb8dc18bfc8e60c)
[npm/cli#32](https://renovatebot.com/gh/npm/cli/pull/32)
Don't check for updates to npm when we are updating npm itself.
([@olore](https://renovatebot.com/gh/olore))
##### DEPENDENCY UPDATES
A very special dependency update event! Since the [release of
`node-gyp@3.8.0`](https://renovatebot.com/gh/nodejs/node-gyp/pull/1521), an awkward
version conflict that was preventing `request` from begin flattened was
resolved. This means two things:
1. We've cut down the npm tarball size by another 200kb, to 4.6MB
2. `npm audit` now shows no vulnerabilities for npm itself!
Thanks, [@rvagg](https://renovatebot.com/gh/rvagg)!
- [`866d776c2`](https://renovatebot.com/gh/npm/cli/commit/866d776c27f80a71309389aaab42825b2a0916f6)
`request@2.87.0`
([@simov](https://renovatebot.com/gh/simov))
- [`f861c2b57`](https://renovatebot.com/gh/npm/cli/commit/f861c2b579a9d4feae1653222afcefdd4f0e978f)
`node-gyp@3.8.0`
([@rvagg](https://renovatebot.com/gh/rvagg))
- [`32e6947c6`](https://renovatebot.com/gh/npm/cli/commit/32e6947c60db865257a0ebc2f7e754fedf7a6fc9)
[npm/cli#39](https://renovatebot.com/gh/npm/cli/pull/39)
`colors@1.1.2`:
REVERT REVERT, newer versions of this library are broken and print ansi
codes even when disabled.
([@iarna](https://renovatebot.com/gh/iarna))
- [`beb96b92c`](https://renovatebot.com/gh/npm/cli/commit/beb96b92caf061611e3faafc7ca10e77084ec335)
`libcipm@2.0.1`
([@zkat](https://renovatebot.com/gh/zkat))
- [`348fc91ad`](https://renovatebot.com/gh/npm/cli/commit/348fc91ad223ff91cd7bcf233018ea1d979a2af1)
`validate-npm-package-license@3.0.4`: Fixes errors with empty or string-only
license fields.
([@Gudahtt](https://renovatebot.com/gh/Gudahtt))
- [`e57d34575`](https://renovatebot.com/gh/npm/cli/commit/e57d3457547ef464828fc6f82ae4750f3e511550)
`iferr@1.0.2`
([@shesek](https://renovatebot.com/gh/shesek))
- [`46f1c6ad4`](https://renovatebot.com/gh/npm/cli/commit/46f1c6ad4b2fd5b0d7ec879b76b76a70a3a2595c)
`tar@4.4.6`
([@isaacs](https://renovatebot.com/gh/isaacs))
- [`50df1bf69`](https://renovatebot.com/gh/npm/cli/commit/50df1bf691e205b9f13e0fff0d51a68772c40561)
`hosted-git-info@2.7.1`
([@iarna](https://renovatebot.com/gh/iarna))
([@Erveon](https://renovatebot.com/gh/Erveon))
([@huochunpeng](https://renovatebot.com/gh/huochunpeng))
##### DOCUMENTATION
- [`af98e76ed`](https://renovatebot.com/gh/npm/cli/commit/af98e76ed96af780b544962aa575585b3fa17b9a)
[npm/cli#34](https://renovatebot.com/gh/npm/cli/pull/34)
Remove `npm publish` from list of commands not affected by `--dry-run`.
([@joebowbeer](https://renovatebot.com/gh/joebowbeer))
- [`e2b0f0921`](https://renovatebot.com/gh/npm/cli/commit/e2b0f092193c08c00f12a6168ad2bd9d6e16f8ce)
[npm/cli#36](https://renovatebot.com/gh/npm/cli/pull/36)
Tweak formatting in repository field examples.
([@noahbenham](https://renovatebot.com/gh/noahbenham))
- [`e2346e770`](https://renovatebot.com/gh/npm/cli/commit/e2346e7702acccefe6d711168c2b0e0e272e194a)
[npm/cli#14](https://renovatebot.com/gh/npm/cli/pull/14)
Used `process.env` examples to make accessing certain `npm run-scripts`
environment variables more clear.
([@mwarger](https://renovatebot.com/gh/mwarger))
### [`v6.3.0`](https://renovatebot.com/gh/npm/cli/blob/master/CHANGELOG.md#v630-2018-08-01)
[Compare Source](https://renovatebot.com/gh/npm/cli/compare/v6.2.0...v6.3.0)
This is basically the same as the prerelease, but two dependencies have been
bumped due to bugs that had been around for a while.
- [`0a22be42e`](https://renovatebot.com/gh/npm/cli/commit/0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19)
`figgy-pudding@3.2.0`
([@zkat](https://renovatebot.com/gh/zkat))
- [`0096f6997`](https://renovatebot.com/gh/npm/cli/commit/0096f69978d2f40b170b28096f269b0b0008a692)
`cacache@11.1.0`
([@zkat](https://renovatebot.com/gh/zkat))
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
6.2.0
->6.4.1
Release Notes
npm/cli
### [`v6.4.1`](https://renovatebot.com/gh/npm/cli/blob/master/CHANGELOG.md#v641-2018-08-22) [Compare Source](https://renovatebot.com/gh/npm/cli/compare/v6.4.0...v6.4.1) ##### BUGFIXES - [`4bd40f543`](https://renovatebot.com/gh/npm/cli/commit/4bd40f543dc89f0721020e7d0bb3497300d74818) [#42](https://renovatebot.com/gh/npm/cli/pull/42) Prevent blowing up on malformed responses from the `npm audit` endpoint, such as with third-party registries. ([@framp](https://renovatebot.com/gh/framp)) - [`0e576f0aa`](https://renovatebot.com/gh/npm/cli/commit/0e576f0aa6ea02653d948c10f29102a2d4a31944) [#46](https://renovatebot.com/gh/npm/cli/pull/46) Fix `NO_PROXY` support by renaming npm-side config to `--noproxy`. The environment variable should still work. ([@SneakyFish5](https://renovatebot.com/gh/SneakyFish5)) - [`d8e811d6a`](https://renovatebot.com/gh/npm/cli/commit/d8e811d6adf3d87474982cb831c11316ac725605) [#33](https://renovatebot.com/gh/npm/cli/pull/33) Disable `update-notifier` checks when a CI environment is detected. ([@Sibiraj-S](https://renovatebot.com/gh/Sibiraj-S)) - [`1bc5b8cea`](https://renovatebot.com/gh/npm/cli/commit/1bc5b8ceabc86bfe4777732f25ffef0f3de81bd1) [#47](https://renovatebot.com/gh/npm/cli/pull/47) Fix issue where `postpack` scripts would break if `pack` was used with `--dry-run`. ([@larsgw](https://renovatebot.com/gh/larsgw)) ##### DEPENDENCY BUMPS - [`4c57316d5`](https://renovatebot.com/gh/npm/cli/commit/4c57316d5633e940105fa545b52d8fbfd2eb9f75) `figgy-pudding@3.4.1` ([@zkat](https://renovatebot.com/gh/zkat)) - [`85f4d7905`](https://renovatebot.com/gh/npm/cli/commit/85f4d79059865d5267f3516b6cdbc746012202c6) `cacache@11.2.0` ([@zkat](https://renovatebot.com/gh/zkat)) - [`d20ac242a`](https://renovatebot.com/gh/npm/cli/commit/d20ac242aeb44aa3581c65c052802a02d5eb22f3) `npm-packlist@1.1.11`: No real changes in npm-packlist, but npm-bundled included a circular dependency fix, as well as adding a proper LICENSE file. ([@isaacs](https://renovatebot.com/gh/isaacs)) - [`e8d5f4418`](https://renovatebot.com/gh/npm/cli/commit/e8d5f441821553a31fc8cd751670663699d2c8ce) [npm.community#632](https://npm.community/t/https://npm.community/t/using-npm-ci-does-not-run-prepare-script-for-git-modules/632) `libcipm@2.0.2`: Fixes issue where `npm ci` wasn't running the `prepare` lifecycle script when installing git dependencies ([@edahlseng](https://renovatebot.com/gh/edahlseng)) - [`a5e6f78e9`](https://renovatebot.com/gh/npm/cli/commit/a5e6f78e916873f7d18639ebdb8abd20479615a9) `JSONStream@1.3.4`: Fixes memory leak problem when streaming large files (like legacy npm search). ([@daern91](https://renovatebot.com/gh/daern91)) - [`3b940331d`](https://renovatebot.com/gh/npm/cli/commit/3b940331dcccfa67f92366adb7ffd9ecf7673a9a) [npm.community#1042](https://npm.community/t/3-path-variables-are-assigned-to-child-process-launched-by-npm/1042) `npm-lifecycle@2.1.0`: Fixes issue for Windows user where multiple `Path`/`PATH` variables were being added to the environment and breaking things in all sorts of fun and interesting ways. ([@JimiC](https://renovatebot.com/gh/JimiC)) - [`d612d2ce8`](https://renovatebot.com/gh/npm/cli/commit/d612d2ce8fab72026f344f125539ecbf3746af9a) `npm-registry-client@8.6.0` ([@iarna](https://renovatebot.com/gh/iarna)) - [`1f6ba1cb1`](https://renovatebot.com/gh/npm/cli/commit/1f6ba1cb174590c1f5d2b00e2ca238dfa39d507a) `opener@1.5.0` ([@domenic](https://renovatebot.com/gh/domenic)) - [`37b8f405f`](https://renovatebot.com/gh/npm/cli/commit/37b8f405f35c861b7beeed56f71ad20b0bf87889) `request@2.88.0` ([@mikeal](https://renovatebot.com/gh/mikeal)) - [`bb91a2a14`](https://renovatebot.com/gh/npm/cli/commit/bb91a2a14562e77769057f1b6d06384be6d6bf7f) `tacks@1.2.7` ([@iarna](https://renovatebot.com/gh/iarna)) - [`30bc9900a`](https://renovatebot.com/gh/npm/cli/commit/30bc9900ae79c80bf0bdee0ae6372da6f668124c) `ci-info@1.4.0`: Adds support for two more CI services ([@watson](https://renovatebot.com/gh/watson)) - [`1d2fa4ddd`](https://renovatebot.com/gh/npm/cli/commit/1d2fa4dddcab8facfee92096cc24b299387f3182) `marked@0.5.0` ([@joshbruce](https://renovatebot.com/gh/joshbruce)) ##### DOCUMENTATION - [`08ecde292`](https://renovatebot.com/gh/npm/cli/commit/08ecde2928f8c89a2fdaa800ae845103750b9327) [#54](https://renovatebot.com/gh/npm/cli/pull/54) Mention registry terms of use in manpage and registry docs and update language in README for it. ([@kemitchell](https://renovatebot.com/gh/kemitchell)) - [`de956405d`](https://renovatebot.com/gh/npm/cli/commit/de956405d8b72354f98579d00c6dd30ac3b9bddf) [#41](https://renovatebot.com/gh/npm/cli/pull/41) Add documentation for `--dry-run` in `install` and `pack` docs. ([@reconbot](https://renovatebot.com/gh/reconbot)) - [`95031b90c`](https://renovatebot.com/gh/npm/cli/commit/95031b90ce0b0c4dcd5e4eafc86e3e5bfd59fb3e) [#48](https://renovatebot.com/gh/npm/cli/pull/48) Update republish time and lightly reorganize republish info. ([@neverett](https://renovatebot.com/gh/neverett)) - [`767699b68`](https://renovatebot.com/gh/npm/cli/commit/767699b6829b8b899d5479445e99b0ffc43ff92d) [#53](https://renovatebot.com/gh/npm/cli/pull/53) Correct `npm@6.4.0` release date in changelog. ([@charmander](https://renovatebot.com/gh/charmander)) - [`3fea3166e`](https://renovatebot.com/gh/npm/cli/commit/3fea3166eb4f43f574fcfd9ee71a171feea2bc29) [#55](https://renovatebot.com/gh/npm/cli/pull/55) Align command descriptions in help text. ([@erik](https://renovatebot.com/gh/erik)) ### [`v6.4.0`](https://renovatebot.com/gh/npm/cli/blob/master/CHANGELOG.md#v640-2018-08-09) [Compare Source](https://renovatebot.com/gh/npm/cli/compare/v6.3.0...v6.4.0) ##### NEW FEATURES - [`6e9f04b0b`](https://renovatebot.com/gh/npm/cli/commit/6e9f04b0baed007169d4e0c341f097cf133debf7) [npm/cli#8](https://renovatebot.com/gh/npm/cli/pull/8) Search for authentication token defined by environment variables by preventing the translation layer from env variable to npm option from breaking `:_authToken`. ([@mkhl](https://renovatebot.com/gh/mkhl)) - [`84bfd23e7`](https://renovatebot.com/gh/npm/cli/commit/84bfd23e7d6434d30595594723a6e1976e84b022) [npm/cli#35](https://renovatebot.com/gh/npm/cli/pull/35) Stop filtering out non-IPv4 addresses from `local-addrs`, making npm actually use IPv6 addresses when it must. ([@valentin2105](https://renovatebot.com/gh/valentin2105)) - [`792c8c709`](https://renovatebot.com/gh/npm/cli/commit/792c8c709dc7a445687aa0c8cba5c50bc4ed83fd) [npm/cli#31](https://renovatebot.com/gh/npm/cli/pull/31) configurable audit level for non-zero exit `npm audit` currently exits with exit code 1 if any vulnerabilities are found of any level. Add a flag of `--audit-level` to `npm audit` to allow it to pass if only vulnerabilities below a certain level are found. Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are detected. ([@lennym](https://renovatebot.com/gh/lennym)) ##### BUGFIXES - [`d81146181`](https://renovatebot.com/gh/npm/cli/commit/d8114618137bb5b9a52a86711bb8dc18bfc8e60c) [npm/cli#32](https://renovatebot.com/gh/npm/cli/pull/32) Don't check for updates to npm when we are updating npm itself. ([@olore](https://renovatebot.com/gh/olore)) ##### DEPENDENCY UPDATES A very special dependency update event! Since the [release of `node-gyp@3.8.0`](https://renovatebot.com/gh/nodejs/node-gyp/pull/1521), an awkward version conflict that was preventing `request` from begin flattened was resolved. This means two things: 1. We've cut down the npm tarball size by another 200kb, to 4.6MB 2. `npm audit` now shows no vulnerabilities for npm itself! Thanks, [@rvagg](https://renovatebot.com/gh/rvagg)! - [`866d776c2`](https://renovatebot.com/gh/npm/cli/commit/866d776c27f80a71309389aaab42825b2a0916f6) `request@2.87.0` ([@simov](https://renovatebot.com/gh/simov)) - [`f861c2b57`](https://renovatebot.com/gh/npm/cli/commit/f861c2b579a9d4feae1653222afcefdd4f0e978f) `node-gyp@3.8.0` ([@rvagg](https://renovatebot.com/gh/rvagg)) - [`32e6947c6`](https://renovatebot.com/gh/npm/cli/commit/32e6947c60db865257a0ebc2f7e754fedf7a6fc9) [npm/cli#39](https://renovatebot.com/gh/npm/cli/pull/39) `colors@1.1.2`: REVERT REVERT, newer versions of this library are broken and print ansi codes even when disabled. ([@iarna](https://renovatebot.com/gh/iarna)) - [`beb96b92c`](https://renovatebot.com/gh/npm/cli/commit/beb96b92caf061611e3faafc7ca10e77084ec335) `libcipm@2.0.1` ([@zkat](https://renovatebot.com/gh/zkat)) - [`348fc91ad`](https://renovatebot.com/gh/npm/cli/commit/348fc91ad223ff91cd7bcf233018ea1d979a2af1) `validate-npm-package-license@3.0.4`: Fixes errors with empty or string-only license fields. ([@Gudahtt](https://renovatebot.com/gh/Gudahtt)) - [`e57d34575`](https://renovatebot.com/gh/npm/cli/commit/e57d3457547ef464828fc6f82ae4750f3e511550) `iferr@1.0.2` ([@shesek](https://renovatebot.com/gh/shesek)) - [`46f1c6ad4`](https://renovatebot.com/gh/npm/cli/commit/46f1c6ad4b2fd5b0d7ec879b76b76a70a3a2595c) `tar@4.4.6` ([@isaacs](https://renovatebot.com/gh/isaacs)) - [`50df1bf69`](https://renovatebot.com/gh/npm/cli/commit/50df1bf691e205b9f13e0fff0d51a68772c40561) `hosted-git-info@2.7.1` ([@iarna](https://renovatebot.com/gh/iarna)) ([@Erveon](https://renovatebot.com/gh/Erveon)) ([@huochunpeng](https://renovatebot.com/gh/huochunpeng)) ##### DOCUMENTATION - [`af98e76ed`](https://renovatebot.com/gh/npm/cli/commit/af98e76ed96af780b544962aa575585b3fa17b9a) [npm/cli#34](https://renovatebot.com/gh/npm/cli/pull/34) Remove `npm publish` from list of commands not affected by `--dry-run`. ([@joebowbeer](https://renovatebot.com/gh/joebowbeer)) - [`e2b0f0921`](https://renovatebot.com/gh/npm/cli/commit/e2b0f092193c08c00f12a6168ad2bd9d6e16f8ce) [npm/cli#36](https://renovatebot.com/gh/npm/cli/pull/36) Tweak formatting in repository field examples. ([@noahbenham](https://renovatebot.com/gh/noahbenham)) - [`e2346e770`](https://renovatebot.com/gh/npm/cli/commit/e2346e7702acccefe6d711168c2b0e0e272e194a) [npm/cli#14](https://renovatebot.com/gh/npm/cli/pull/14) Used `process.env` examples to make accessing certain `npm run-scripts` environment variables more clear. ([@mwarger](https://renovatebot.com/gh/mwarger)) ### [`v6.3.0`](https://renovatebot.com/gh/npm/cli/blob/master/CHANGELOG.md#v630-2018-08-01) [Compare Source](https://renovatebot.com/gh/npm/cli/compare/v6.2.0...v6.3.0) This is basically the same as the prerelease, but two dependencies have been bumped due to bugs that had been around for a while. - [`0a22be42e`](https://renovatebot.com/gh/npm/cli/commit/0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19) `figgy-pudding@3.2.0` ([@zkat](https://renovatebot.com/gh/zkat)) - [`0096f6997`](https://renovatebot.com/gh/npm/cli/commit/0096f69978d2f40b170b28096f269b0b0008a692) `cacache@11.1.0` ([@zkat](https://renovatebot.com/gh/zkat))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.