neutrinojs / neutrino

Create and build modern JavaScript projects with zero initial configuration.
https://neutrinojs.org
Mozilla Public License 2.0
3.95k stars 213 forks source link

Update dependency yargs-parser to v14 #1462

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
yargs-parser dependencies major ^13.1.1 -> ^14.0.0

Release Notes

yargs/yargs-parser ### [`v14.0.0`](https://togithub.com/yargs/yargs-parser/blob/master/CHANGELOG.md#​1400httpsgithubcomyargsyargs-parsercomparev1311v1400-2019-09-06) [Compare Source](https://togithub.com/yargs/yargs-parser/compare/v13.1.1...v14.0.0) ##### Bug Fixes - boolean arrays with default values ([#​185](https://togithub.com/yargs/yargs-parser/issues/185)) ([7d42572](https://togithub.com/yargs/yargs-parser/commit/7d42572)) - boolean now behaves the same as other array types ([#​184](https://togithub.com/yargs/yargs-parser/issues/184)) ([17ca3bd](https://togithub.com/yargs/yargs-parser/commit/17ca3bd)) - eatNargs() for 'opt.narg === 0' and boolean typed options ([#​188](https://togithub.com/yargs/yargs-parser/issues/188)) ([c5a1db0](https://togithub.com/yargs/yargs-parser/commit/c5a1db0)) - maybeCoerceNumber now takes precedence over coerce return value ([#​182](https://togithub.com/yargs/yargs-parser/issues/182)) ([2f26436](https://togithub.com/yargs/yargs-parser/commit/2f26436)) - take into account aliases when appending arrays from config object ([#​199](https://togithub.com/yargs/yargs-parser/issues/199)) ([f8a2d3f](https://togithub.com/yargs/yargs-parser/commit/f8a2d3f)) ##### Features - add configuration option to "collect-unknown-options" ([#​181](https://togithub.com/yargs/yargs-parser/issues/181)) ([7909cc4](https://togithub.com/yargs/yargs-parser/commit/7909cc4)) - maybeCoerceNumber() now takes into account arrays ([#​187](https://togithub.com/yargs/yargs-parser/issues/187)) ([31c204b](https://togithub.com/yargs/yargs-parser/commit/31c204b)) ##### BREAKING CHANGES - unless "parse-numbers" is set to "false", arrays of numeric strings are now parsed as numbers, rather than strings. - we have dropped the broken "defaulted" functionality; we would like to revisit adding this in the future. - maybeCoerceNumber now takes precedence over coerce return value ([#​182](https://togithub.com/yargs/yargs-parser/issues/182)) ##### [13.1.1](https://www.github.com/yargs/yargs-parser/compare/v13.1.0...v13.1.1) (2019-06-10) ##### Bug Fixes - convert values to strings when tokenizing ([#​167](https://www.github.com/yargs/yargs-parser/issues/167)) ([57b7883](https://www.github.com/yargs/yargs-parser/commit/57b7883)) - nargs should allow duplicates when duplicate-arguments-array=false ([#​164](https://www.github.com/yargs/yargs-parser/issues/164)) ([47ccb0b](https://www.github.com/yargs/yargs-parser/commit/47ccb0b)) - should populate "\_" when given config with "short-option-groups" false ([#​179](https://www.github.com/yargs/yargs-parser/issues/179)) ([6055974](https://www.github.com/yargs/yargs-parser/commit/6055974))

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.