Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.github.ajalt:clikt to v2.8.0 #5167

Merged
merged 1 commit into from Aug 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.ajalt:clikt 2.7.1 -> 2.8.0 age adoption passing confidence

Release Notes

ajalt/clikt

v2.8.0

Compare Source

Added
  • Added error parameter to PrintMessage and PrintHelpMessage. When true, CliktCommand.main will exit with status code 1. (#​187)
Changed
  • When printHelpOnEmptyArgs is true and no arguments are present, or when invokeWithoutSubcommand is false and no subcommand is present, CliktCommand.main will now exit with status code 1 rather than 0.
  • restrictTo now works with any Comparable value, not just Number.
  • CliktCommand.main now accepts Array<out String>, not just Array<String>. (#​196)
Fixed
  • Fixed option values being reset when calling multiple subcommands with allowMultipleSubcommands=true (#​190)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@github-actions github-actions bot removed the dependencies Pull requests that update a dependency file label Aug 1, 2022
@schalkms schalkms added this to the 1.22.0 milestone Aug 1, 2022
@schalkms schalkms merged commit 5584794 into main Aug 1, 2022
@schalkms schalkms deleted the renovate/com.github.ajalt-clikt-2.x branch August 1, 2022 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant