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 v17 #1530

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
yargs-parser dependencies major ^16.1.0 -> ^17.0.0

Release Notes

yargs/yargs-parser ### [`v17.0.0`](https://togithub.com/yargs/yargs-parser/blob/master/CHANGELOG.md#​1700httpswwwgithubcomyargsyargs-parsercomparev1610v1700-2020-02-10) [Compare Source](https://togithub.com/yargs/yargs-parser/compare/v16.1.0...v17.0.0) ##### ⚠ BREAKING CHANGES - this reverts parsing behavior of booleans to that of yargs@14 - objects used during parsing are now created with a null prototype. There may be some scenarios where this change in behavior leaks externally. ##### Features - boolean arguments will not be collected into an implicit array ([#​236](https://www.github.com/yargs/yargs-parser/issues/236)) ([34c4e19](https://www.github.com/yargs/yargs-parser/commit/34c4e19bae4e7af63e3cb6fa654a97ed476e5eb5)) - introduce nargs-eats-options config option ([#​246](https://www.github.com/yargs/yargs-parser/issues/246)) ([d50822a](https://www.github.com/yargs/yargs-parser/commit/d50822ac10e1b05f2e9643671ca131ac251b6732)) ##### Bug Fixes - address bugs with "uknown-options-as-args" ([bc023e3](https://www.github.com/yargs/yargs-parser/commit/bc023e3b13e20a118353f9507d1c999bf388a346)) - array should take precedence over nargs, but enforce nargs ([#​243](https://www.github.com/yargs/yargs-parser/issues/243)) ([4cbc188](https://www.github.com/yargs/yargs-parser/commit/4cbc188b7abb2249529a19c090338debdad2fe6c)) - support keys that collide with object prototypes ([#​234](https://www.github.com/yargs/yargs-parser/issues/234)) ([1587b6d](https://www.github.com/yargs/yargs-parser/commit/1587b6d91db853a9109f1be6b209077993fee4de)) - unknown options terminated with digits now handled by unknown-options-as-args ([#​238](https://www.github.com/yargs/yargs-parser/issues/238)) ([d36cdfa](https://www.github.com/yargs/yargs-parser/commit/d36cdfa854254d7c7e0fe1d583818332ac46c2a5))

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 tick the rebase/retry checkbox below.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.