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 to v4 #563

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2023

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v4.4.0

Compare Source

Added
  • Publish linuxArm64 and wasmJs targets.

v4.3.0

Compare Source

Added
  • Added limit parameter to option().counted() to limit the number of times the option can be used. You can either clamp the value to the limit, or throw an error if the limit is exceeded. (#​483)
  • Added Context.registerClosable and Context.callOnClose to allow you to register cleanup actions that will be called when the command exits. (#​395)
Fixed
  • Fixed unrecognized modifier 'i' that happened on tab-completion when using sub command aliases. Thanks to @​hick209 for the contribution. (#​500)
  • Make sure auto complete script works on zsh, fixing the error complete:13: command not found: compdef. Thanks to @​hick209 for the contribution. (#​499)

v4.2.2

Compare Source

Changed
  • Options and arguments can now reference option groups in their defaultLazy and other finalization blocks. They can also freely reference each other, including though chains of references. (#​473)
  • Updated Kotlin to 1.9.21 (#​472)

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 4 times, most recently from bf929c1 to aa4b706 Compare September 24, 2023 19:55
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 4 times, most recently from fc1ada5 to a045db4 Compare October 2, 2023 23:13
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 7 times, most recently from bae2b75 to 517b0b8 Compare October 17, 2023 12:52
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 8 times, most recently from 59736fc to 893d336 Compare October 24, 2023 16:43
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 6 times, most recently from b88bd09 to c876a50 Compare November 5, 2023 09:46
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 8 times, most recently from ad74f11 to a3a7f3a Compare May 10, 2024 19:13
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 6 times, most recently from 9f6aafd to 722a6cc Compare May 22, 2024 05:12
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 4 times, most recently from 5e9c185 to d4c211f Compare May 29, 2024 01:36
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 4 times, most recently from e620942 to f05a815 Compare June 1, 2024 12:56
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch 5 times, most recently from a4a2f22 to 9ce1333 Compare June 14, 2024 04:08
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch from 9ce1333 to 56d2ea2 Compare November 5, 2024 08:28
@renovate renovate bot force-pushed the renovate/com.github.ajalt.clikt-clikt-4.x branch from 56d2ea2 to 988e4f1 Compare November 14, 2024 09:25
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