TownHallHQ / TownHall

MIT License
30 stars 13 forks source link

chore(deps): Bump clap from 4.3.11 to 4.3.14 #92

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps clap from 4.3.11 to 4.3.14.

Release notes

Sourced from clap's releases.

v4.3.14

[4.3.14] - 2023-07-17

Features

  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display

Fixes

  • Skip [OPTIONS] in usage if a help or version ArgAction is used

v4.3.13

[4.3.13] - 2023-07-17

v4.3.12

[4.3.12] - 2023-07-14

Fixes

  • (derive) Don't error on enum variant field attributes
Changelog

Sourced from clap's changelog.

[4.3.14] - 2023-07-17

Features

  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display

Fixes

  • Skip [OPTIONS] in usage if a help or version ArgAction is used

[4.3.13] - 2023-07-17

[4.3.12] - 2023-07-14

Fixes

  • (derive) Don't error on enum variant field attributes
Commits
  • 98f62d1 chore: Release
  • e569953 docs: Update changelog
  • 5c1effa Merge pull request #5015 from epage/action
  • 36afe99 fix(help): Skip [OPTIONS] if help/version action
  • 22b545b feat(help): Explicit control over short/long help
  • c219167 chore: Release
  • 8db992c Merge pull request #5014 from epage/max_width
  • bc000aa fix(help): Defaulting max_term_width instead of max_term_width
  • d741e95 docs(builder): Correct max_term_width docs
  • f8d86dc refactor(help): Break term width calculation out
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like clap is up-to-date now, so this is no longer needed.