Skip to content

Bump com.github.ajalt.clikt:clikt-core from 5.0.1 to 5.1.0 - #62

Merged
Arseniy Pendryak (Undin) merged 1 commit into
masterfrom
dependabot/gradle/com.github.ajalt.clikt-clikt-core-5.1.0
Sep 2, 2026
Merged

Bump com.github.ajalt.clikt:clikt-core from 5.0.1 to 5.1.0#62
Arseniy Pendryak (Undin) merged 1 commit into
masterfrom
dependabot/gradle/com.github.ajalt.clikt-clikt-core-5.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Bumps com.github.ajalt.clikt:clikt-core from 5.0.1 to 5.1.0.

Release notes

Sourced from com.github.ajalt.clikt:clikt-core's releases.

5.1.0

Added

  • Added parameter name to help output for ValueSource values. (#631)
  • Added inputEvents parameter to CliktCommand.test overloads for simulating terminal input. (#630)
  • Added defaultLazy to mutually exclusive options. (#616)
  • Added overloads for choice() that accept a List of choices. (#596)

Changed

  • prompt() options will report a missing option instead of prompting when the terminal is not interactive. You can pass inputInteractive = true to CliktCommand.test to test prompt(). (#622)
  • SuspendingNoOpCliktCommand is now open to match NoOpCliktCommand. (#613)
  • Improved error messages for invalid uint() and ulong() option values. (#624)
  • Update Kotlin to 2.3.0

Fixed

  • Fixed adjacent quoted tokens not being concatenated in argument files. (#632)
  • Fixed subcommand localization inheritance. (#588)

5.0.3

  • Fixed @argfiles not being expanded when specified after a subcommand (#570)
  • Fixed syntax error in generated bash completions when an argument name contained spaces (#563)
  • Support bash completions of file parameters when file names contain spaces or special characters (#379)

5.0.2

  • Update Kotlin to 2.1.0
Changelog

Sourced from com.github.ajalt.clikt:clikt-core's changelog.

5.1.0

Added

  • Added parameter name to help output for ValueSource values. (#631)
  • Added inputEvents parameter to CliktCommand.test overloads for simulating terminal input. (#630)
  • Added defaultLazy to mutually exclusive options. (#616)
  • Added overloads for choice() that accept a List of choices. (#596)

Changed

  • prompt() options will report a missing option instead of prompting when the terminal is not interactive. You can pass inputInteractive = true to CliktCommand.test to test prompt(). (#622)
  • SuspendingNoOpCliktCommand is now open to match NoOpCliktCommand. (#613)
  • Improved error messages for invalid uint() and ulong() option values. (#624)
  • Update Kotlin to 2.3.0

Fixed

  • Fixed adjacent quoted tokens not being concatenated in argument files. (#632)
  • Fixed subcommand localization inheritance. (#588)

5.0.3

Fixed

  • Fixed @argfiles not being expanded when specified after a subcommand (#570)
  • Fixed syntax error in generated bash completions when an argument name contained spaces (#563)
  • Support bash completions of file parameters when file names contain spaces or special characters (#379)

5.0.2

Changed

  • Update Kotlin to 2.1.0
Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 18, 2026
@Undin

Copy link
Copy Markdown
Collaborator

Dependabot (@dependabot) rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/com.github.ajalt.clikt-clikt-core-5.1.0 branch from eb059c1 to 0b6ffed Compare August 31, 2026 15:27
@Undin
Arseniy Pendryak (Undin) merged commit 3608549 into master Sep 2, 2026
@Undin
Arseniy Pendryak (Undin) deleted the dependabot/gradle/com.github.ajalt.clikt-clikt-core-5.1.0 branch September 2, 2026 08:41
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.

1 participant