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

fix(deps): update dependency com.github.ajalt.clikt:clikt-jvm to v4 #62

Merged
merged 4 commits into from
Aug 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 force-pushed the renovate/com.github.ajalt.clikt-clikt-jvm-4.x branch from 182a813 to c348d57 Compare July 14, 2023 18:09
@renovate
Copy link
Contributor Author

renovate bot commented Jul 16, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@zeldigas zeldigas merged commit c656208 into master Aug 19, 2023
1 check passed
dgautier pushed a commit to text2confl/text2confl that referenced this pull request Mar 4, 2024
…t.clikt-clikt-jvm-4.x

fix(deps): update dependency com.github.ajalt.clikt:clikt-jvm to v4
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.

1 participant