ffalt / jamp3

id3 & mp3 library
MIT License
9 stars 2 forks source link

fix(deps): update dependency commander to v6 - autoclosed #308

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
commander dependencies major 5.1.0 -> 6.1.0

Release Notes

tj/commander.js ### [`v6.1.0`](https://togithub.com/tj/commander.js/blob/master/CHANGELOG.md#​610-2020-08-28) [Compare Source](https://togithub.com/tj/commander.js/compare/v6.0.0...v6.1.0) ##### Added - include URL to relevant section of README for error for potential conflict between Command properties and option values ([#​1306]) - `.combineFlagAndOptionalValue(false)` to ease upgrade path from older versions of Commander ([#​1326]) - allow disabling the built-in help option using `.helpOption(false)` ([#​1325]) - allow just some arguments in `argumentDescription` to `.description()` ([#​1323]) ##### Changed - tidy async test and remove lint override ([#​1312]) ##### Fixed - executable subcommand launching when script path not known ([#​1322]) ### [`v6.0.0`](https://togithub.com/tj/commander.js/blob/master/CHANGELOG.md#​600-2020-07-21) [Compare Source](https://togithub.com/tj/commander.js/compare/v5.1.0...v6.0.0) ##### Added - add support for variadic options ([#​1250]) - allow options to be added with just a short flag ([#​1256]) - _Breaking_ the option property has same case as flag. e.g. flag `-n` accessed as `opts().n` (previously uppercase) - _Breaking_ throw an error if there might be a clash between option name and a Command property, with advice on how to resolve ([#​1275]) ##### Fixed - Options which contain -no- in the middle of the option flag should not be treated as negatable. ([#​1301])

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

: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.