From 0d29a125d6f493a320354a281541e6f2b23cfd6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:23:37 +0100 Subject: [PATCH] fix(deps): update kotlin.result to v1.1.20 (#497) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.michael-bull.kotlin-result:kotlin-result-coroutines](https://togithub.com/michaelbull/kotlin-result) | `1.1.18` -> `1.1.20` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.michael-bull.kotlin-result:kotlin-result-coroutines/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.michael-bull.kotlin-result:kotlin-result-coroutines/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.michael-bull.kotlin-result:kotlin-result-coroutines/1.1.18/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.michael-bull.kotlin-result:kotlin-result-coroutines/1.1.18/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [com.michael-bull.kotlin-result:kotlin-result](https://togithub.com/michaelbull/kotlin-result) | `1.1.18` -> `1.1.20` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.michael-bull.kotlin-result:kotlin-result/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.michael-bull.kotlin-result:kotlin-result/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.michael-bull.kotlin-result:kotlin-result/1.1.18/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.michael-bull.kotlin-result:kotlin-result/1.1.18/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
michaelbull/kotlin-result (com.michael-bull.kotlin-result:kotlin-result-coroutines) ### [`v1.1.20`](https://togithub.com/michaelbull/kotlin-result/releases/tag/1.1.20) [Compare Source](https://togithub.com/michaelbull/kotlin-result/compare/1.1.19...1.1.20) - Pin GitHub actions by commit hash ([`8893187`](https://togithub.com/michaelbull/kotlin-result/commit/8893187a3ae864bf05e6baaad1e6cc99b7d49689)) - See: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions - Add more build targets for coroutines extensions ([`a522fbd`](https://togithub.com/michaelbull/kotlin-result/commit/a522fbd3e7a3464d3b83ebdc9c1b1cb47acc076d)) - `kotlinx-coroutines` has since started publishing more native build targets since we first became multiplatform. This release ensures we also build native targets for the platforms that were previously missing, namely: - `androidNativeArm32` - `androidNativeArm64` - `androidNativeX64` - `androidNativeX86` - `linuxArm64` - `wasmJs` - This ensures that we are now supporting all three tiers of [Kotlin/Native target support](https://kotlinlang.org/docs/native-target-support.html). ### [`v1.1.19`](https://togithub.com/michaelbull/kotlin-result/releases/tag/1.1.19) [Compare Source](https://togithub.com/michaelbull/kotlin-result/compare/1.1.18...1.1.19) - Document the order of output lists in Iterable.kt by [@​peter-cunderlik-kmed](https://togithub.com/peter-cunderlik-kmed) ([`e81f581`](https://togithub.com/michaelbull/kotlin-result/commit/e81f581436ec2fb5c45296465ac84176807a33d2)) - Add `zipOrAccumulate` by [@​YuitoSato](https://togithub.com/YuitoSato) ([`27f0a63`](https://togithub.com/michaelbull/kotlin-result/commit/27f0a63847a0522686a67bc3672b4c4b73f4c449)) - Update Kotlin to 1.9.20 ([`05a1e91`](https://togithub.com/michaelbull/kotlin-result/commit/05a1e91298296c39f008bd233b179b107d2cf61c)) - ***"In Kotlin 1.9.20, we've also removed a number of previously deprecated targets, namely:"*** - iosArm32 - watchosX86 - wasm32 - mingwX86 - linuxMips32 - linuxMipsel32 - See: https://kotl.in/native-targets-tiers - Add `andThen{Recover,RecoverIf,RecoverUnless}` by [@​Jhabkin](https://togithub.com/Jhabkin) ([`d4414b1`](https://togithub.com/michaelbull/kotlin-result/commit/d4414b1a086cb219795d649fddf79bbd4c9a4c63)) - Facilitate mapping to arbitrary types in `and`/`or` functions ([`05d50b7`](https://togithub.com/michaelbull/kotlin-result/commit/05d50b7fec517de0ed7ab76cf7f2085f53fedbf9)) - See [#​95](https://togithub.com/michaelbull/kotlin-result/issues/95) - Extract shared build logic to convention plugins ([`88e31cd`](https://togithub.com/michaelbull/kotlin-result/commit/88e31cd1ac0f5c65f72435cc39b12a57983efb08)) - See: https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins
--- ### 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/pachli/pachli-android). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cd85638f4..cadca6692 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ glide-animation-plugin = "2.23.0" hilt = "2.51" junit = "4.13.2" kotlin = "1.9.22" -kotlin-result = "1.1.18" +kotlin-result = "1.1.20" ksp = "1.9.22-1.0.17" image-cropper = "4.3.2" leakcanary = "2.13"