Skip to content

build(deps): bump clikt from 3.1.0 to 3.4.1#35

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 12, 2022

Bumps clikt from 3.1.0 to 3.4.1.

Release notes

Sourced from clikt's releases.

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)

Changed

  • Make parameters of mutuallyExclusiveOptions covariant to allow validation without explicit type annotations. (#265)
  • Updated kotlin to 1.5.0

Fixed

  • Reading from an option or argument property on a command that hasn't been invoked will now always throw an IllegalStateException
Changelog

Sourced from clikt's changelog.

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)

Changed

  • Make parameters of mutuallyExclusiveOptions covariant to allow validation without explicit type annotations. (#265)
  • Updated kotlin to 1.5.0

Fixed

  • Reading from an option or argument property on a command that hasn't been invoked will now always throw an IllegalStateException
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.4.1.
- [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.4.1)

---
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 April 12, 2022 03:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 12, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 26, 2022

Superseded by #38.

@dependabot dependabot Bot closed this Apr 26, 2022
@dependabot dependabot Bot deleted the dependabot/gradle/com.github.ajalt.clikt-clikt-3.4.1 branch April 26, 2022 02:21
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