cashapp / zipline

Run Kotlin/JS libraries in Kotlin/JVM and Kotlin/Native programs
Apache License 2.0
1.98k stars 152 forks source link

Update dependency com.github.ajalt.clikt:clikt to v4.3.0 #1276

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

ajalt/clikt (com.github.ajalt.clikt:clikt) ### [`v4.3.0`](https://togithub.com/ajalt/clikt/blob/HEAD/CHANGELOG.md#430) [Compare Source](https://togithub.com/ajalt/clikt/compare/4.2.2...4.3.0) ##### 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](https://togithub.com/ajalt/clikt/issues/483)) - Added `Context.registerClosable` and `Context.callOnClose` to allow you to register cleanup actions that will be called when the command exits. ([#​395](https://togithub.com/ajalt/clikt/issues/395)) ##### Fixed - Fixed `unrecognized modifier 'i'` that happened on tab-completion when using sub command aliases. Thanks to [@​hick209](https://togithub.com/hick209) for the contribution. ([#​500](https://togithub.com/ajalt/clikt/pull/500)) - Make sure auto complete script works on zsh, fixing the error `complete:13: command not found: compdef`. Thanks to [@​hick209](https://togithub.com/hick209) for the contribution. ([#​499](https://togithub.com/ajalt/clikt/pull/499))

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.



This PR has been generated by Mend Renovate. View repository job log here.