MVI-Coroutines-Flow
MVI-Coroutines-Flow copied to clipboard
fix(deps): update all dependencies
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| codecov/codecov-action | action | patch | v5.4.2 -> v5.4.3 |
||||
| gradle (source) | patch | 8.14 -> 8.14.2 |
|||||
| com.google.devtools.ksp (source) | plugin | patch | 2.1.20-2.0.1 -> 2.1.21-2.0.2 |
||||
| com.diffplug.gradle.spotless | plugin | patch | 7.0.3 -> 7.0.4 |
||||
| com.squareup.retrofit2:converter-moshi | dependencies | minor | 2.11.0 -> 2.12.0 |
||||
| com.squareup.retrofit2:retrofit | dependencies | minor | 2.11.0 -> 2.12.0 |
||||
| dev.drewhamilton.poko | plugin | patch | 0.18.6 -> 0.18.7 |
||||
| org.jetbrains.kotlin.plugin.serialization (source) | plugin | patch | 2.1.20 -> 2.1.21 |
||||
| org.jetbrains.kotlin.plugin.parcelize (source) | plugin | patch | 2.1.20 -> 2.1.21 |
||||
| org.jetbrains.kotlin.multiplatform (source) | plugin | patch | 2.1.20 -> 2.1.21 |
||||
| org.jetbrains.kotlin.kapt (source) | plugin | patch | 2.1.20 -> 2.1.21 |
||||
| org.jetbrains.kotlin.jvm (source) | plugin | patch | 2.1.20 -> 2.1.21 |
||||
| org.jetbrains.kotlin.plugin.compose (source) | plugin | patch | 2.1.20 -> 2.1.21 |
||||
| org.jetbrains.kotlin.native.cocoapods (source) | plugin | patch | 2.1.20 -> 2.1.21 |
||||
| org.jetbrains.kotlin.android (source) | plugin | patch | 2.1.20 -> 2.1.21 |
||||
| org.jetbrains.kotlin:kotlin-gradle-plugin (source) | dependencies | patch | 2.1.20 -> 2.1.21 |
||||
| org.jetbrains.kotlin:kotlin-test-junit (source) | dependencies | patch | 2.1.20 -> 2.1.21 |
||||
| io.insert-koin:koin-test-junit4 (source) | dependencies | minor | 4.0.4 -> 4.1.0 |
||||
| io.insert-koin:koin-test (source) | dependencies | minor | 4.0.4 -> 4.1.0 |
||||
| io.insert-koin:koin-core (source) | dependencies | minor | 4.0.4 -> 4.1.0 |
||||
| io.insert-koin:koin-android (source) | dependencies | minor | 4.0.4 -> 4.1.0 |
||||
| org.jetbrains.compose | plugin | patch | 1.8.0 -> 1.8.2 |
||||
| io.arrow-kt:arrow-core | dependencies | patch | 2.1.1 -> 2.1.2 |
||||
| androidx.lifecycle:lifecycle-viewmodel-ktx (source) | dependencies | patch | 2.9.0 -> 2.9.1 |
||||
| androidx.lifecycle:lifecycle-runtime-ktx (source) | dependencies | patch | 2.9.0 -> 2.9.1 |
||||
| androidx.lifecycle:lifecycle-common-java8 (source) | dependencies | patch | 2.9.0 -> 2.9.1 |
||||
| androidx.appcompat:appcompat (source) | dependencies | patch | 1.7.0 -> 1.7.1 |
||||
| com.android.library (source) | plugin | patch | 8.10.0 -> 8.10.1 |
||||
| com.android.application (source) | plugin | patch | 8.10.0 -> 8.10.1 |
Release Notes
codecov/codecov-action (codecov/codecov-action)
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1822
- fix: OIDC on forks by @joseph-sentry in https://github.com/codecov/codecov-action/pull/1823
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
google/ksp (com.google.devtools.ksp)
v2.1.21-2.0.2
What's Changed
KSP1: use new mangling scheme for inline classes #2446 KSP task (non-)registration happens too soon #1789 [ksp2] Resolver.getJvmName wrong for properties starts with is #2275 Inlined JVM name is not correct #1493 [KSP2] Annotation values of inner annotations shouldn't be marked as default #2437 Properly support @ all annotation use site target #2438
Contributors
Thanks to everyone who reported bugs and participated in discussions!
Full Changelog: https://github.com/google/ksp/compare/2.1.21-2.0.1...2.1.21-2.0.2
v2.1.21-2.0.1
What's Changed
- Bump Kotlin version to 2.1.21 by @mkmuir0 in https://github.com/google/ksp/pull/2448
Full Changelog: https://github.com/google/ksp/compare/2.1.21-RC2-2.0.1...2.1.21-2.0.1
square/retrofit (com.squareup.retrofit2:converter-moshi)
v2.12.0
New
-
First-party converters now support deferring serialization to happen when the request body is written (i.e., during HTTP execution) rather than when the HTTP request is created. In some cases this moves conversion from a calling thread to a background thread, such as in the case when using
Call.enqueuedirectly.The following converters support this feature through a new
withStreaming()factory method:- Gson
- Jackson
- Moshi
- Protobuf
- Wire
Fixed
- Primitive types used with
@Tagnow work by storing the value boxed with the boxed class as the key.
drewhamilton/Poko (dev.drewhamilton.poko)
v0.18.7
2025-05-16
Fix bug in generated toString for @ReadArrayContent properties on Poko classes targeting JS:
array properties would print a value of "[...]" instead of their actual content.
Compile with Kotlin 2.1.21. Add forward compatibility with Kotlin 2.2.0-RC. Compile with Java 23.
JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)
v2.1.21
Backend. Native. Debug
KT-75991Xcode 16.3: Fix lldb stepping test over an inline function
Compiler
KT-75992Xcode 16.3: stacktraces on simulators are not symbolicatedKT-76663KJS: KotlinNothingValueException caused by expression return since 2.1.20KT-75756Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom scriptKT-76209CONFLICTING_UPPER_BOUNDS onNothingboundKT-70352K2: False-negative CONFLICTING_UPPER_BOUNDS onNothingboundKT-74739Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"KT-75483Native: redundant unboxing generated with smart castKT-71425IR Inliner: investigate return type of an inlined block
Native
KT-76252Native: executable crash with generic value classes with 2.1.20
Native. C and ObjC Import
KT-75781Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'
Native. Runtime. Memory
KT-74280Native: GC.collect crashes with -Xallocator=std
Tools. CLI
KT-75588[2.1.20-RC] "was compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler" warnings despite using the same compiler versionKT-74663kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException
Tools. Compiler Plugins
KT-76162"IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20
Tools. Gradle
KT-73682Compatibility with Gradle 8.12 releaseKT-73142Kotlin Gradle plugin: Remove usage of Gradle's internal ExecHandleBuilderKT-36004Update 'org.gradle.usage' attribute rules to support the 'JAVA_API' and 'JAVA_RUNTIME' valueKT-73968KotlinDependencyManagement tries to mutate configuration after it was resolvedKT-73684Run integration tests against Gradle 8.12KT-72694Accessing Task.project during execution is being deprecated in Gradle 8.12KT-73683Compile against Gradle API 8.12
Tools. Gradle. JS
KT-77119KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer worksKT-74735KGP uses Gradle internalCompositeProjectComponentArtifactMetadataKT-71879Notice of upcoming deprecation for Boolean 'is-' properties in Gradle Groovy scripts
Tools. Gradle. Multiplatform
KT-75808KGP: MPP with jvm target and Gradle java-test-fixtures is brokenKT-75605Dependency resolution fails in commonTest/nativeTest source sets for KMP module when depending on another project due to missing PSMKT-75512Maven-publish: ArtifactId is not correct inpomfile with customizedwithXml
Tools. Incremental Compile
KT-62555Wrong ABI fingerprint for inline function containing a lambdaKT-75883Follow-up: switch from INSTANCE heuristic to outerClass chain
Tools. Kapt
KT-75936K2 KAPT: unsupported FIR element kinds in constant evaluationKT-75942K2 KAPT: underscore not allowed here
Tools. Scripts
KT-76424Dependencies in main.kts not working with 2.1.20KT-76296Kotlin script compiler crashes when secondary constructor calls a functionKT-75589Scripts: "IndexOutOfBoundsException in jdk.internal.util.Preconditions.outOfBounds" when trying to extend a class which uses global variable
Tools. Wasm
KT-76161Wasm: "export startUnitTests was not found" after updating to Kotlin 2.1.20
InsertKoinIO/koin (io.insert-koin:koin-test-junit4)
v4.1.0
What's Changed
- Add Ktor3 Package by @chrisjenx in https://github.com/InsertKoinIO/koin/pull/1978
- Ktor requestscope function dsl by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2075
- KoinApplication Multiplatform Config - Logger + Androic context automatic injection by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2086
- [Maintenance] Github actions migrations by @GrzegorzBobryk in https://github.com/InsertKoinIO/koin/pull/2109
- KoinMultiplatformApplication - Compose Application Start + Native Context binding by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2114
- Fix koininject signature by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2154
- Wasm use std UUID by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2159
- Feat - scope archetypes for Activity, Fragment & ViewModel by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2169
- Feat - Shared ViewModel in navigation by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2170
- remove toolchain param + gradle 8.9 + remove unused deps by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2172
- Update Compose Multiplatform to 1.8.0-rc01 by @zsmb13 in https://github.com/InsertKoinIO/koin/pull/2179
- check optional parameters during dependency verification by @luozejiaqun in https://github.com/InsertKoinIO/koin/pull/2105
- Feat - AutoCloseable usage for VM Scope closure + ViewModel Scope creation at VM Factory (ctor injection) + Options activation by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2181
- Feat - New Compose Preview function to help local preview with parallel … by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2182
- Continue Compose Multiplatform 1.8 version upgrade by @zsmb13 in https://github.com/InsertKoinIO/koin/pull/2183
- Migration to lifecycle 2.9 by @MatkovIvan in https://github.com/InsertKoinIO/koin/pull/2184
- [CI] Introduce reusable action for job initialization by @GrzegorzBobryk in https://github.com/InsertKoinIO/koin/pull/2110
- [Maintenance] removal of
@OptInand@Suppressby @GrzegorzBobryk in https://github.com/InsertKoinIO/koin/pull/1996 - Fix - 4.1.0 beta8 build by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2185
- [Feat] Module Configuration + lazy modules verification (global configuration consistency) + Verification API updates by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2188
- [Merge] koin-ktor3 to koin-ktor by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2190
- Add missing minSdk config for koin-compose-viewmodel modules by @zsmb13 in https://github.com/InsertKoinIO/koin/pull/2192
- Fix lib setup for android manifest + withJava by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2193
- [Feat] Ktor 3.2 DI extension for Koin (Ktor EAP) by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2196
- [Feat] Make ktor usable in Multiplatform (Ktor EAP) by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2197
- [merge] ktor 3.2 eap integrations by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2198
- [Maintenance] Clean up in
AndroidManifest.xmlfiles by @GrzegorzBobryk in https://github.com/InsertKoinIO/koin/pull/2191 - Fix Compose rotation/Koin application setup & reattached Koin instance by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2206
- Add koinActivityViewModel to help inject ViewModel for Activity by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2207
- Fix #2092 by adding an explicit JVM target for bom by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2208
- Fix override create at start by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2211
- Fix typo by @samet404 in https://github.com/InsertKoinIO/koin/pull/2149
- Fix different typos in docs. by @zainulhassan815 in https://github.com/InsertKoinIO/koin/pull/2144
- Fix misspelling in android.md by @evansmj in https://github.com/InsertKoinIO/koin/pull/2137
- Update dsl.md by @BdN3504 in https://github.com/InsertKoinIO/koin/pull/2131
- Removed usages of old "compile" gradle dependency configuration in docs by @k4k7us23 in https://github.com/InsertKoinIO/koin/pull/2123
- Update scope.md by @AlexBeggs in https://github.com/InsertKoinIO/koin/pull/2102
- Update scope.md by @AlexBeggs in https://github.com/InsertKoinIO/koin/pull/2101
- Update scopes.md by @AlexBeggs in https://github.com/InsertKoinIO/koin/pull/2100
- fix break links in start-koin.md by @synix in https://github.com/InsertKoinIO/koin/pull/2057
- update
KoinExtensioninterface in doc by @synix in https://github.com/InsertKoinIO/koin/pull/2056 - [documentation] Fix link to junit5 extensions in testing.md by @Calfur in https://github.com/InsertKoinIO/koin/pull/1745
- Downgrade to Ktor 3.1 - Keep 3.2 for next patch by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2224
- Feat - Extend Ktor DI support by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2212
- fix workmananger initialization to avoid re-init + add android test by @arnaudgiuliani in https://github.com/InsertKoinIO/koin/pull/2226
New Contributors
- @chrisjenx made their first contribution in https://github.com/InsertKoinIO/koin/pull/1978
- @luozejiaqun made their first contribution in https://github.com/InsertKoinIO/koin/pull/2105
- @MatkovIvan made their first contribution in https://github.com/InsertKoinIO/koin/pull/2184
- @samet404 made their first contribution in https://github.com/InsertKoinIO/koin/pull/2149
- @zainulhassan815 made their first contribution in https://github.com/InsertKoinIO/koin/pull/2144
- @evansmj made their first contribution in https://github.com/InsertKoinIO/koin/pull/2137
- @BdN3504 made their first contribution in https://github.com/InsertKoinIO/koin/pull/2131
- @k4k7us23 made their first contribution in https://github.com/InsertKoinIO/koin/pull/2123
- @AlexBeggs made their first contribution in https://github.com/InsertKoinIO/koin/pull/2102
- @synix made their first contribution in https://github.com/InsertKoinIO/koin/pull/2057
- @Calfur made their first contribution in https://github.com/InsertKoinIO/koin/pull/1745
Full Changelog: https://github.com/InsertKoinIO/koin/compare/4.0.4...4.1.0
JetBrains/compose-jb (org.jetbrains.compose)
v1.8.2
Changes since 1.8.1
Fixes
Multiple Platforms
-
Fixed
TextField(TextFieldValue)when used with a visual transformation with a non-identity offset mapping (potentially even crashing) #2130 -
Fixed a memory leak and performance degradation when
ComposeUiFlags.isRectTrackingEnabledset totrue(by default) #2123 -
Fixed caret placement near glyphs if glyphs are compound symbols and part of them are non-spacing marks #2155
-
Support Preview parameters for Previews in common source sets in IJ and AS. Note: IDEs also need to implement support on their end. Please check the respective IDE release notes to confirm this is supported #5323
Example usage:
import androidx.compose.runtime.Composable import org.jetbrains.compose.ui.tooling.preview.Preview import org.jetbrains.compose.ui.tooling.preview.PreviewParameter import org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvider class MyPreviewParameterProvider : PreviewParameterProvider<String> { override val values = sequenceOf("Hello, Compose!", "Hello, World!") } /** * This function will generate two preview images with different texts. */ @​Preview @​Composable fun MyPreview(@​PreviewParameter(MyPreviewParameterProvider::class) text: String) { Text(text) }
Desktop
- Fix the positioning of the IME popup being too far away from the text, on screens with density greater than
1.0#2158
Navigation
- Fix the browser navigation integration problem due encoded routes #2143
- Fix a crash on iOS when a
NavHostis located in a scrollable container #2146
Dependencies
-
Gradle Plugin
org.jetbrains.compose, version1.8.2. Based on Jetpack Compose libraries: -
Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.9.1. Based on Jetpack Lifecycle 2.9.1 -
Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.1.2. Based on Jetpack Material3 Adaptive 1.1.0 -
Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.9.0-beta03. Based on Jetpack Navigation 2.9.0 -
Savedstate library
org.jetbrains.androidx.savedstate:savedstate:1.3.1. Based on Jetpack Savedstate 1.3.0 -
WindowManager Core library
org.jetbrains.androidx.window:window-core:1.4.0-alpha07. Based on Jetpack WindowManager 1.4.0-alpha04
v1.8.1
Changes since 1.8.0
Features
Resources
- Now a Compose library with resources may be built and used as XCFramework (it requires Kotlin Gradle plugin 2.2 or higher) #5294
- Gradle Plugin DSL to change the generated
Resclass name #5296
Fixes
Multiple Platforms
- Fix incorrect pointer position calculation with rotation around unspecified pivot #2082
iOS
- Fix dialogs after modal view controller presentation #2085
- Fix issue where
androidx.compose.material3.ModalBottomSheetcloses after any tap #2086 - Fix context menu appearance after triple-tap #2087
- Fix a memory leak in
ComposeUIViewControllerwhen text input starts #2088 - Use the cross-fade animation effect when rotating the screen with interop views #2101
- Show an error message when
UIKitViewControllerinsidePopuporDialog#2102 - Fix an issue where the keyboard would appear after the second tap when the text input session was intercepted #2103
Desktop
- [Linux] Fix
svgPainterdoesn't show any images #2096 - Fix deadlock between
BroadcastFrameClock.lockandRecomposer.stateLock#2098 - Fix "Serializer for class is not found" using
androidx.navigationand running./gradlew runRelease#5314 kotlinx.serializationProGuard rules are bundled in the Compose Gradle plugin #5314
Web
- Fixed the positioning and the dimensions of the backing text input (HTML element). The bug used to lead to unexpected scrolls on the page due to the browser trying to bring the HTML element into a view #2081
Resources
- Fix IDE highlighting/resolution when a generated file with resource accessors is too big #5298
Dependencies
-
Gradle Plugin
org.jetbrains.compose, version1.8.1. Based on Jetpack Compose libraries: -
Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.9.0. Based on Jetpack Lifecycle 2.9.0 -
Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.9.0-beta02. Based on Jetpack Navigation 2.9.0 -
Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.1.1. Based on Jetpack Material3 Adaptive 1.1.0
arrow-kt/arrow (io.arrow-kt:arrow-core)
v2.1.2
What's Changed
- warn if ktor shutdownhook enabled by @tKe in https://github.com/arrow-kt/arrow/pull/3616
- (minor): Slightly Optimize Map.getOrNone by [@ky
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.