chore(deps): update dependency commander to v14
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| commander | devDependencies | major | ^13.1.0 -> ^14.0.0 |
Release Notes
tj/commander.js (commander)
v14.0.0
Added
- support for groups of options and commands in the help using low-level
.helpGroup()onOptionandCommand, and higher-level.optionsGroup()and.commandsGroup()which can be used in chaining way to specify group title for following options/commands ([#2328]) - support for unescaped negative numbers as option-arguments and command-arguments ([#2339])
- TypeScript: add
parseArgproperty toArgumentclass ([#2359])
Fixed
- remove bogus leading space in help when option has default value but not a description ([#2348])
-
.configureOutput()now makes copy of settings instead of modifying in-place, fixing side-effects ([#2350])
Changed
- Breaking: Commander 14 requires Node.js v20 or higher
- internal refactor of
Helpclass adding.formatItemList()and.groupItems()methods ([#2328])
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.