JakeWharton / diffuse

Diffuse is a tool for diffing APKs, AABs, AARs, and JARs
Apache License 2.0
2k stars 103 forks source link

Update dependency com.github.ajalt.clikt:clikt to v4.2.2 #211

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

ajalt/clikt (com.github.ajalt.clikt:clikt) ### [`v4.2.2`](https://togithub.com/ajalt/clikt/blob/HEAD/CHANGELOG.md#422) [Compare Source](https://togithub.com/ajalt/clikt/compare/4.2.1...4.2.2) ##### 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](https://togithub.com/ajalt/clikt/issues/473)) - Updated Kotlin to 1.9.21 ([#​472](https://togithub.com/ajalt/clikt/pull/472)) ### [`v4.2.1`](https://togithub.com/ajalt/clikt/blob/HEAD/CHANGELOG.md#421) [Compare Source](https://togithub.com/ajalt/clikt/compare/4.2.0...4.2.1) ##### Added - Added `toString` implementations to options and arguments. ([#​434](https://togithub.com/ajalt/clikt/issues/434)) - Added `CliktCommand.test` overload that takes a vararg of `String`s as the command line arguments. Thanks to [@​sschuberth](https://togithub.com/sschuberth) for the contribution ([#​451](https://togithub.com/ajalt/clikt/issues/451)) ##### Fixed - Update Mordant dependency to fix crashes on native targets and GraalVM ([#​447](https://togithub.com/ajalt/clikt/issues/447))

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.

JakeWharton commented 9 months ago

Fix is in Mordant. It needs a release and then Clikt needs to pick it up and then release.

There's no urgency here, so I'm just going to ignore until that all happens.