tj/commander.js
### [`v10.0.1`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#1001-2023-04-15)
[Compare Source](https://togithub.com/tj/commander.js/compare/v10.0.0...v10.0.1)
##### Added
- improvements to documentation (\[[#1858](https://togithub.com/tj/commander.js/issues/1858)], \[[#1859](https://togithub.com/tj/commander.js/issues/1859)], \[[#1860](https://togithub.com/tj/commander.js/issues/1860)])
##### Fixed
- remove unused `Option.optionFlags` property from TypeScript definition (\[[#1844](https://togithub.com/tj/commander.js/issues/1844)])
##### Changed
- assume boolean option intended if caller passes string instead of hash to `.implies()` (\[[#1854](https://togithub.com/tj/commander.js/issues/1854)])
### [`v10.0.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#1000-2023-01-13)
[Compare Source](https://togithub.com/tj/commander.js/compare/v9.5.0...v10.0.0)
##### Added
- wrap command description in help (\[[#1804](https://togithub.com/tj/commander.js/issues/1804)])
##### Changed
- *Breaking:* Commander 10 requires Node.js v14 or higher
### [`v9.5.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#950-2023-01-07)
[Compare Source](https://togithub.com/tj/commander.js/compare/v9.4.1...v9.5.0)
##### Added
- `.getOptionValueSourceWithGlobals()` (\[[#1832](https://togithub.com/tj/commander.js/issues/1832)])
- `showGlobalOptions` for `.configureHelp{}` and `Help` (\[[#1828](https://togithub.com/tj/commander.js/issues/1828)])
### [`v9.4.1`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#941-2022-09-30)
[Compare Source](https://togithub.com/tj/commander.js/compare/v9.4.0...v9.4.1)
##### Fixed
- `.setOptionValue()` now also clears option source (\[[#1795](https://togithub.com/tj/commander.js/issues/1795)])
- TypeScript: add `implied` to `OptionValueSource` for option values set by using `.implies()` (\[[#1794](https://togithub.com/tj/commander.js/issues/1794)])
- TypeScript : add `undefined` to return type of `.getOptionValueSource()` (\[[#1794](https://togithub.com/tj/commander.js/issues/1794)])
##### Changed
- additions to README
### [`v9.4.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#940-2022-07-15)
[Compare Source](https://togithub.com/tj/commander.js/compare/v9.3.0...v9.4.0)
##### Added
- `preSubcommand` hook called before direct subcommands (\[[#1763](https://togithub.com/tj/commander.js/issues/1763)])
##### Fixed
- export `InvalidOptionArgumentError` in esm (\[[#1756](https://togithub.com/tj/commander.js/issues/1756)])
##### Changed
- update dependencies (\[[#1767](https://togithub.com/tj/commander.js/issues/1767)])
### [`v9.3.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#930-2022-05-28)
[Compare Source](https://togithub.com/tj/commander.js/compare/v9.2.0...v9.3.0)
##### Added
- `.summary()` for a short summary to use instead of description when listing subcommands in help (\[[#1726](https://togithub.com/tj/commander.js/issues/1726)])
- `Option.implies()` to set other option values when the option is specified (\[[#1724](https://togithub.com/tj/commander.js/issues/1724)])
- updated Chinese README with 9.x changes (\[[#1727](https://togithub.com/tj/commander.js/issues/1727)])
##### Fixed
- TypeScript: add `string[]` to `.options()` default value parameter type for use with variadic options (\[[#1721](https://togithub.com/tj/commander.js/issues/1721)])
##### Deprecated
- multi-character short option flag (e.g. `-ws`) (\[[#1718](https://togithub.com/tj/commander.js/issues/1718)])
### [`v9.2.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#920-2022-04-15)
[Compare Source](https://togithub.com/tj/commander.js/compare/v9.1.0...v9.2.0)
##### Added
- conditional export of 'types' for upcoming TypeScript module resolution (\[[#1703](https://togithub.com/tj/commander.js/issues/1703)])
- example file showing two ways to add global options to subcommands (\[[#1708](https://togithub.com/tj/commander.js/issues/1708)])
##### Fixed
- detect option conflicts in parent commands of called subcommand (\[[#1710](https://togithub.com/tj/commander.js/issues/1710)])
##### Changed
- replace deprecated `String.prototype.substr` (\[[#1706](https://togithub.com/tj/commander.js/issues/1706)])
### [`v9.1.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#910-2022-03-19)
[Compare Source](https://togithub.com/tj/commander.js/compare/v9.0.0...v9.1.0)
##### Added
- Option `.conflicts()` to set conflicting options which can not be specified together (\[[#1678](https://togithub.com/tj/commander.js/issues/1678)])
- (developer) CodeQL configuration for GitHub Actions (\[[#1698](https://togithub.com/tj/commander.js/issues/1698)])
Configuration
📅 Schedule: Branch creation - "before 8am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^9.0.0
->^10.0.0
Release Notes
tj/commander.js
### [`v10.0.1`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#1001-2023-04-15) [Compare Source](https://togithub.com/tj/commander.js/compare/v10.0.0...v10.0.1) ##### Added - improvements to documentation (\[[#1858](https://togithub.com/tj/commander.js/issues/1858)], \[[#1859](https://togithub.com/tj/commander.js/issues/1859)], \[[#1860](https://togithub.com/tj/commander.js/issues/1860)]) ##### Fixed - remove unused `Option.optionFlags` property from TypeScript definition (\[[#1844](https://togithub.com/tj/commander.js/issues/1844)]) ##### Changed - assume boolean option intended if caller passes string instead of hash to `.implies()` (\[[#1854](https://togithub.com/tj/commander.js/issues/1854)]) ### [`v10.0.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#1000-2023-01-13) [Compare Source](https://togithub.com/tj/commander.js/compare/v9.5.0...v10.0.0) ##### Added - wrap command description in help (\[[#1804](https://togithub.com/tj/commander.js/issues/1804)]) ##### Changed - *Breaking:* Commander 10 requires Node.js v14 or higher ### [`v9.5.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#950-2023-01-07) [Compare Source](https://togithub.com/tj/commander.js/compare/v9.4.1...v9.5.0) ##### Added - `.getOptionValueSourceWithGlobals()` (\[[#1832](https://togithub.com/tj/commander.js/issues/1832)]) - `showGlobalOptions` for `.configureHelp{}` and `Help` (\[[#1828](https://togithub.com/tj/commander.js/issues/1828)]) ### [`v9.4.1`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#941-2022-09-30) [Compare Source](https://togithub.com/tj/commander.js/compare/v9.4.0...v9.4.1) ##### Fixed - `.setOptionValue()` now also clears option source (\[[#1795](https://togithub.com/tj/commander.js/issues/1795)]) - TypeScript: add `implied` to `OptionValueSource` for option values set by using `.implies()` (\[[#1794](https://togithub.com/tj/commander.js/issues/1794)]) - TypeScript : add `undefined` to return type of `.getOptionValueSource()` (\[[#1794](https://togithub.com/tj/commander.js/issues/1794)]) ##### Changed - additions to README ### [`v9.4.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#940-2022-07-15) [Compare Source](https://togithub.com/tj/commander.js/compare/v9.3.0...v9.4.0) ##### Added - `preSubcommand` hook called before direct subcommands (\[[#1763](https://togithub.com/tj/commander.js/issues/1763)]) ##### Fixed - export `InvalidOptionArgumentError` in esm (\[[#1756](https://togithub.com/tj/commander.js/issues/1756)]) ##### Changed - update dependencies (\[[#1767](https://togithub.com/tj/commander.js/issues/1767)]) ### [`v9.3.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#930-2022-05-28) [Compare Source](https://togithub.com/tj/commander.js/compare/v9.2.0...v9.3.0) ##### Added - `.summary()` for a short summary to use instead of description when listing subcommands in help (\[[#1726](https://togithub.com/tj/commander.js/issues/1726)]) - `Option.implies()` to set other option values when the option is specified (\[[#1724](https://togithub.com/tj/commander.js/issues/1724)]) - updated Chinese README with 9.x changes (\[[#1727](https://togithub.com/tj/commander.js/issues/1727)]) ##### Fixed - TypeScript: add `string[]` to `.options()` default value parameter type for use with variadic options (\[[#1721](https://togithub.com/tj/commander.js/issues/1721)]) ##### Deprecated - multi-character short option flag (e.g. `-ws`) (\[[#1718](https://togithub.com/tj/commander.js/issues/1718)]) ### [`v9.2.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#920-2022-04-15) [Compare Source](https://togithub.com/tj/commander.js/compare/v9.1.0...v9.2.0) ##### Added - conditional export of 'types' for upcoming TypeScript module resolution (\[[#1703](https://togithub.com/tj/commander.js/issues/1703)]) - example file showing two ways to add global options to subcommands (\[[#1708](https://togithub.com/tj/commander.js/issues/1708)]) ##### Fixed - detect option conflicts in parent commands of called subcommand (\[[#1710](https://togithub.com/tj/commander.js/issues/1710)]) ##### Changed - replace deprecated `String.prototype.substr` (\[[#1706](https://togithub.com/tj/commander.js/issues/1706)]) ### [`v9.1.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#910-2022-03-19) [Compare Source](https://togithub.com/tj/commander.js/compare/v9.0.0...v9.1.0) ##### Added - Option `.conflicts()` to set conflicting options which can not be specified together (\[[#1678](https://togithub.com/tj/commander.js/issues/1678)]) - (developer) CodeQL configuration for GitHub Actions (\[[#1698](https://togithub.com/tj/commander.js/issues/1698)])Configuration
📅 Schedule: Branch creation - "before 8am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.