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

chore(deps): update dependency com.github.ajalt.clikt:clikt to v4 #49

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

ajalt/clikt (com.github.ajalt.clikt:clikt)

v4.2.1

Compare Source

Added
  • Added toString implementations to options and arguments. (#​434)
  • Added CliktCommand.test overload that takes a vararg of Strings as the command line arguments. Thanks to @​sschuberth for the contribution (#​451)
Fixed
  • Update Mordant dependency to fix crashes on native targets and GraalVM (#​447)

v4.2.0

Compare Source

Added
  • Added requireConfirmation parameter to option().prompt() (#​426)
  • Added CliktCommand.terminal extension for accessing the terminal from a command.
  • Added includeSystemEnvvars, ansiLevel, width, and height parameters to all CliktCommand.test overloads.
Deprecated
  • Deprecated CliktCommand.prompt, use CliktCommand.terminal.prompt or Prompt instead.
  • Deprecated CliktCommand.confirm, use YesNoPrompt instead.
Fixed
  • Fixed incorrect error message when a defaultLazy option referenced a required option. (#​430)

v4.1.0

Compare Source

Added
  • Added MordantHelpFormatter.renderAttachedOptionValue that you can override to change how option values are shown, e.g. if you want option to show as --option <value> instead of --option=<value>. (#​416)
  • Added option().optionalValueLazy{}, which work like optionalValue() but the default value is computed lazily. (#​381)
Changed
  • Updated Kotlin to 1.9.0
  • PrintMessage, PrintHelpMessage and PrintCompletionMessage now default to exiting with a status code 0, which is the behavior they had in 3.x. (#​419)

v4.0.0

Compare Source

Added
  • Added Context.errorEncountered which is true if parsing has continued after an error was encountered.
  • option().help{""} and argument().help{""} extensions that set the parameter's help text lazily, with access to the current context so that you can add colors.
Changed
  • Option.optionHelp and Argument.argumentHelp, CliktCommand.commandHelp, and CliktCommand.commandHelpEpilog are now methods that take the context as an argument, and the help parameter to copy is now a helpGetter lambda. CliktCommand.shortHelp now takes the context as an argument.
  • The message method on TransformContext interfaces is now an extension.
Deprecated
  • Deprecated CliktCommand.commandHelp and commandHelpEpilog properties in favor of the methods with the same name.

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, check this box

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

@renovate renovate bot requested a review from a team November 17, 2023 11:04
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 2 times, most recently from 00d76ce to 9e48883 Compare November 17, 2023 11:09
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch from 9e48883 to 5fe8f92 Compare November 28, 2023 09:31
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch from 5fe8f92 to 1291df7 Compare December 11, 2023 19:23
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch from 1291df7 to e17d599 Compare December 11, 2023 19:24
@BrianEstrada BrianEstrada merged commit 67c1175 into main Dec 11, 2023
2 of 3 checks passed
@BrianEstrada BrianEstrada deleted the renovate/com.github.ajalt.clikt-clikt-4.x branch December 11, 2023 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant