Skip to content

Commit

Permalink
fix(deps): update dependency commander to v11.1.0 (#76)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [commander](https://togithub.com/tj/commander.js) | [`11.0.0` ->
`11.1.0`](https://renovatebot.com/diffs/npm/commander/11.0.0/11.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/commander/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/commander/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/commander/11.0.0/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/commander/11.0.0/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tj/commander.js (commander)</summary>

###
[`v11.1.0`](https://togithub.com/tj/commander.js/blob/HEAD/CHANGELOG.md#1110-2023-10-13)

[Compare
Source](https://togithub.com/tj/commander.js/compare/v11.0.0...v11.1.0)

##### Fixed

- TypeScript: update `OptionValueSource` to allow any string, to match
supported use of custom sources
(\[[#&#8203;1983](https://togithub.com/tj/commander.js/issues/1983)])
- TypeScript: add that `Command.version()` can also be used as getter
(\[[#&#8203;1982](https://togithub.com/tj/commander.js/issues/1982)])
- TypeScript: add null return type to `Commands.executableDir()`, for
when not configured
(\[[#&#8203;1965](https://togithub.com/tj/commander.js/issues/1965)])
- subcommands with an executable handler and only a short help flag are
now handled correctly by the parent's help command
(\[[#&#8203;1930](https://togithub.com/tj/commander.js/issues/1930)])

##### Added

- `registeredArguments` property on `Command` with the array of defined
`Argument` (like `Command.options` for `Option`)
(\[[#&#8203;2010](https://togithub.com/tj/commander.js/issues/2010)])
- TypeScript declarations for Option properties: `envVar`, `presetArg`
(\[[#&#8203;2019](https://togithub.com/tj/commander.js/issues/2019)])
- TypeScript declarations for Argument properties: `argChoices`,
`defaultValue`, `defaultValueDescription`
(\[[#&#8203;2019](https://togithub.com/tj/commander.js/issues/2019)])
- example file which shows how to configure help to display any custom
usage in the list of subcommands
(\[[#&#8203;1896](https://togithub.com/tj/commander.js/issues/1896)])

##### Changed

- (developer) refactor TypeScript configs for multiple use-cases, and
enable checks in JavaScript files in supporting editors
(\[[#&#8203;1969](https://togithub.com/tj/commander.js/issues/1969)])

##### Deprecated

- `Command._args` was private anyway, but now available as
`registeredArguments`
(\[[#&#8203;2010](https://togithub.com/tj/commander.js/issues/2010)])

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday" in timezone
Europe/Paris, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/specfy/stack-analyser).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent a396f4a commit d2ae9dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@actions/core": "1.10.1",
"@cdktf/hcl2json": "0.18.0",
"commander": "11.0.0",
"commander": "11.1.0",
"consola": "3.2.3",
"dotenv": "16.3.1",
"figures": "5.0.0",
Expand Down

0 comments on commit d2ae9dc

Please sign in to comment.