Store icon indicating copy to clipboard operation
Store copied to clipboard

A Kotlin Multiplatform library for building network-resilient applications

Results 115 Store issues
Sort by recently updated
recently updated
newest added

> Your CI [occasionally fails](https://github.com/MobileNativeFoundation/Store/actions/runs/9829554328/job/27134783316) due to [this KMMBridge bug](https://github.com/touchlab/KMMBridge/issues/187), it's probably worth upgrading to the latest version to get the fix for it. Originally posted by @msfjarvis in: https://github.com/MobileNativeFoundation/Store/issues/650#issuecomment-2212541717

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/MobileNativeFoundation/Store). ## Rate-Limited The following updates are currently...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jetbrains.kotlinx:atomicfu](https://redirect.github.com/Kotlin/kotlinx.atomicfu) | `0.24.0` -> `0.29.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:atomicfu/0.29.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx:atomicfu/0.24.0/0.29.0?slim=true) | | [org.jetbrains.kotlinx:atomicfu-gradle-plugin](https://redirect.github.com/Kotlin/kotlinx.atomicfu) |...

kotlinx.datetime:0.7.0 introduced breaking changes that break Store. kotlinx.datetime.Clock and kotlinx.datetime.Instant were removed in favor of kotlin.time.Clock and kotlin.time.Instant which were introduced in Kotlin 2.1. I tried to work around this...

bug

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jetbrains.kotlinx.binary-compatibility-validator](https://redirect.github.com/Kotlin/binary-compatibility-validator) | `0.15.0-Beta.2` -> `0.18.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin/0.18.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin/0.15.0-Beta.2/0.18.1?slim=true) | | [org.jetbrains.kotlinx:binary-compatibility-validator](https://redirect.github.com/Kotlin/binary-compatibility-validator) |...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `8.6` -> `8.14.3` | --- ### Release Notes gradle/gradle (gradle)...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | org.jlleitschuh.gradle.ktlint | `12.1.0` -> `12.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin/12.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin/12.1.0/12.3.0?slim=true) | | org.jlleitschuh.gradle:ktlint-gradle |...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | org.gradle.toolchains.foojay-resolver-convention | `0.8.0` -> `0.10.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin/0.10.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin/0.8.0/0.10.0?slim=true) | --- ### Configuration...

Closes #116 ## Description Replaces ktlint with ktfmt + detekt to keep existing lint checks in place. ## Type of Change - [x] Bug fix (non-breaking change which fixes an...