tj/commander.js
### [`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)])
Configuration
📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.1
->^10.0.0
Release Notes
tj/commander.js
### [`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)])Configuration
📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.