Skip to content

build(deps): bump clikt from 3.1.0 to 3.5.0#41

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.ajalt.clikt-clikt-3.5.0
Closed

build(deps): bump clikt from 3.1.0 to 3.5.0#41
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.ajalt.clikt-clikt-3.5.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 13, 2022

Bumps clikt from 3.1.0 to 3.5.0.

Release notes

Sourced from clikt's releases.

3.5.0

Added

  • Added hidden parameter to CliktCommand, which will prevent the command from being displayed as a subcommand in help output (#353)
  • Publish artifacts for the macosArm64 target. Note that this target is not tested on CI. (#352)

Changed

  • Default values for arguments will now be included in help output when showDefaultValues=true is set on your help formatter (#357)

Fixed

  • Fix flags and other options with defaults not being usable in mutuallyExclusiveOptions (#349)
  • Fix CompletionCommand generating completion for itself (#355)

3.4.2

Deprecated

  • TermUi.echo, TermUi.prompt, and TermUi.confirm. Use the equivalent methods on CliktCommand instead. (#344)

3.4.1

Added

  • Publish JS artifacts with new IR compiler, in addition to the legacy format

Changed

  • Updated Kotlin to 1.6.20

3.4.0

Changed

  • Updated Kotlin to 1.6.10
  • unique() now works with any option with a list type, not just multiple() options (#332)

Fixed

  • Fixed co-occurring option groups returning null when all options in the group are defined in environment variables (#330)

3.3.0

Added

  • Added default parameter to argument().multiple() (#305)
  • Context.originalArgv that allows you to read the command line arguments from within a command's run (#290)
  • context { envarReader = {...} } to set a custom function to read from environment variables (#299)

Changed

  • defaultLazy values can now reference other parameters, as long the referenced parameters do not also reference other parameters
  • You can now call CliktCommand.context multiple times on the same command, and all builder blocks will be applied
  • Validate values entered to a prompt option, and show another prompt if the validation fails (#288)
  • Updated kotlin to 1.5.31

Fixed

  • Report error when excess arguments are given to a command with allowMultipleSubcommands=true (#303)

3.2.0

Added

  • InputStream.isCliktParameterDefaultStdin and OutputStream.isCliktParameterDefaultStdout to check if the streams returned from inputStream/outputStream options are proxying stdin/stdout (#272)

... (truncated)

Changelog

Sourced from clikt's changelog.

3.5.0

Added

  • Added hidden parameter to CliktCommand, which will prevent the command from being displayed as a subcommand in help output (#353)
  • Publish artifacts for the macosArm64 target. Note that this target is not tested on CI. (#352)

Changed

  • Default values for arguments will now be included in help output when showDefaultValues=true is set on your help formatter (#357)

Fixed

  • Fix flags and other options with defaults not being usable in mutuallyExclusiveOptions (#349)
  • Fix CompletionCommand generating completion for itself (#355)

3.4.2

Deprecated

  • TermUi.echo, TermUi.prompt, and TermUi.confirm. Use the equivalent methods on CliktCommand instead. (#344)

3.4.1

Added

  • Publish JS artifacts with new IR compiler, in addition to the legacy format

Changed

  • Updated Kotlin to 1.6.20

3.4.0

Changed

  • unique() now works with any option with a list type, not just multiple() options (#332)
  • Updated Kotlin to 1.6.10

Fixed

  • Fixed co-occurring option groups returning null when all options in the group are defined in environment variables (#330)

3.3.0

Added

  • Added default parameter to argument().multiple() (#305)
  • Context.originalArgv that allows you to read the command line arguments from within a command's run (#290)
  • context { envarReader = {...} } to set a custom function to read from environment variables (#299)

Changed

  • defaultLazy values can now reference other parameters, as long the referenced parameters do not also reference other parameters
  • You can now call CliktCommand.context multiple times on the same command, and all builder blocks will be applied
  • Validate values entered to a prompt option, and show another prompt if the validation fails (#288)
  • Updated kotlin to 1.5.31

Fixed

  • Report error when excess arguments are given to a command with allowMultipleSubcommands=true (#303)

3.2.0

Added

  • InputStream.isCliktParameterDefaultStdin and OutputStream.isCliktParameterDefaultStdout to check if the streams returned from inputStream/outputStream options are proxying stdin/stdout (#272)

... (truncated)

Commits

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)

Bumps [clikt](https://github.com/ajalt/clikt) from 3.1.0 to 3.5.0.
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@3.1.0...3.5.0)

---
updated-dependencies:
- dependency-name: com.github.ajalt.clikt:clikt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from bkahlert as a code owner June 13, 2022 02:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 13, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Dec 28, 2022

Superseded by #55.

@dependabot dependabot Bot closed this Dec 28, 2022
@dependabot dependabot Bot deleted the dependabot/gradle/com.github.ajalt.clikt-clikt-3.5.0 branch December 28, 2022 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants