Skip to content

fix(deps): update all dependencies #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2025

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 age adoption passing confidence
gradle (source) patch 8.14 -> 8.14.2 age adoption passing confidence
com.google.devtools.ksp (source) plugin patch 2.1.20-2.0.1 -> 2.1.21-2.0.2 age adoption passing confidence
com.diffplug.gradle.spotless plugin patch 7.0.3 -> 7.0.4 age adoption passing confidence
dev.drewhamilton.poko plugin patch 0.18.6 -> 0.18.7 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin patch 2.1.20 -> 2.1.21 age adoption passing confidence
org.jetbrains.kotlin.plugin.parcelize (source) plugin patch 2.1.20 -> 2.1.21 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) plugin patch 2.1.20 -> 2.1.21 age adoption passing confidence
org.jetbrains.kotlin.kapt (source) plugin patch 2.1.20 -> 2.1.21 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin patch 2.1.20 -> 2.1.21 age adoption passing confidence
org.jetbrains.kotlin.plugin.compose (source) plugin patch 2.1.20 -> 2.1.21 age adoption passing confidence
org.jetbrains.kotlin.native.cocoapods (source) plugin patch 2.1.20 -> 2.1.21 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin patch 2.1.20 -> 2.1.21 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 2.1.20 -> 2.1.21 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test-junit (source) dependencies patch 2.1.20 -> 2.1.21 age adoption passing confidence
io.insert-koin:koin-test-junit4 (source) dependencies minor 4.0.4 -> 4.1.0 age adoption passing confidence
io.insert-koin:koin-test (source) dependencies minor 4.0.4 -> 4.1.0 age adoption passing confidence
io.insert-koin:koin-core (source) dependencies minor 4.0.4 -> 4.1.0 age adoption passing confidence
io.insert-koin:koin-android (source) dependencies minor 4.0.4 -> 4.1.0 age adoption passing confidence
org.jetbrains.compose plugin patch 1.8.0 -> 1.8.2 age adoption passing confidence
io.arrow-kt:arrow-core dependencies patch 2.1.1 -> 2.1.2 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.9.0 -> 2.9.1 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies patch 2.9.0 -> 2.9.1 age adoption passing confidence
androidx.lifecycle:lifecycle-common-java8 (source) dependencies patch 2.9.0 -> 2.9.1 age adoption passing confidence
androidx.appcompat:appcompat (source) dependencies patch 1.7.0 -> 1.7.1 age adoption passing confidence
com.android.library (source) plugin patch 8.10.0 -> 8.10.1 age adoption passing confidence
com.android.application (source) plugin patch 8.10.0 -> 8.10.1 age adoption passing confidence

Release Notes

codecov/codecov-action (codecov/codecov-action)

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

gradle/gradle (gradle)

v8.14.2

Compare Source

v8.14.1

Compare Source

google/ksp (com.google.devtools.ksp)

v2.1.21-2.0.2

Compare Source

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: google/ksp@2.1.21-2.0.1...2.1.21-2.0.2

v2.1.21-2.0.1

Compare Source

What's Changed

Full Changelog: google/ksp@2.1.21-RC2-2.0.1...2.1.21-2.0.1

drewhamilton/Poko (dev.drewhamilton.poko)

v0.18.7

Compare Source

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-75991 Xcode 16.3: Fix lldb stepping test over an inline function
Compiler
  • KT-75992 Xcode 16.3: stacktraces on simulators are not symbolicated
  • KT-76663 KJS: KotlinNothingValueException caused by expression return since 2.1.20
  • KT-75756 Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script
  • KT-76209 CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-70352 K2: False-negative CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-74739 Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"
  • KT-75483 Native: redundant unboxing generated with smart cast
  • KT-71425 IR Inliner: investigate return type of an inlined block
Native
  • KT-76252 Native: executable crash with generic value classes with 2.1.20
Native. C and ObjC Import
  • KT-75781 Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'
Native. Runtime. Memory
  • KT-74280 Native: 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 version
  • KT-74663 kotlinc-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-73682 Compatibility with Gradle 8.12 release
  • KT-73142 Kotlin Gradle plugin: Remove usage of Gradle's internal ExecHandleBuilder
  • KT-36004 Update 'org.gradle.usage' attribute rules to support the 'JAVA_API' and 'JAVA_RUNTIME' value
  • KT-73968 KotlinDependencyManagement tries to mutate configuration after it was resolved
  • KT-73684 Run integration tests against Gradle 8.12
  • KT-72694 Accessing Task.project during execution is being deprecated in Gradle 8.12
  • KT-73683 Compile against Gradle API 8.12
Tools. Gradle. JS
  • KT-77119 KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer works
  • KT-74735 KGP uses Gradle internal CompositeProjectComponentArtifactMetadata
  • KT-71879 Notice of upcoming deprecation for Boolean 'is-' properties in Gradle Groovy scripts
Tools. Gradle. Multiplatform
  • KT-75808 KGP: MPP with jvm target and Gradle java-test-fixtures is broken
  • KT-75605 Dependency resolution fails in commonTest/nativeTest source sets for KMP module when depending on another project due to missing PSM
  • KT-75512 Maven-publish: ArtifactId is not correct inpom file with customized withXml
Tools. Incremental Compile
  • KT-62555 Wrong ABI fingerprint for inline function containing a lambda
  • KT-75883 Follow-up: switch from INSTANCE heuristic to outerClass chain
Tools. Kapt
  • KT-75936 K2 KAPT: unsupported FIR element kinds in constant evaluation
  • KT-75942 K2 KAPT: underscore not allowed here
Tools. Scripts
  • KT-76424 Dependencies in main.kts not working with 2.1.20
  • KT-76296 Kotlin script compiler crashes when secondary constructor calls a function
  • KT-75589 Scripts: "IndexOutOfBoundsException in jdk.internal.util.Preconditions.outOfBounds" when trying to extend a class which uses global variable
Tools. Wasm
  • KT-76161 Wasm: "export startUnitTests was not found" after updating to Kotlin 2.1.20
InsertKoinIO/koin (io.insert-koin:koin-test-junit4)

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: InsertKoinIO/koin@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.isRectTrackingEnabled set to true (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.
     */
    @&#8203;Preview
    @&#8203;Composable
    fun MyPreview(@&#8203;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 NavHost is located in a scrollable container #​2146

Dependencies


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 Res class 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.ModalBottomSheet closes after any tap #​2086
  • Fix context menu appearance after triple-tap #​2087
  • Fix a memory leak in ComposeUIViewController when text input starts #​2088
  • Use the cross-fade animation effect when rotating the screen with interop views #​2101
  • Show an error message when UIKitViewController inside Popup or Dialog #​2102
  • Fix an issue where the keyboard would appear after the second tap when the text input session was intercepted #​2103
Desktop
  • [Linux] Fix svgPainter doesn't show any images #​2096
  • Fix deadlock between BroadcastFrameClock.lock and Recomposer.stateLock #​2098
  • Fix "Serializer for class is not found" using androidx.navigation and running ./gradlew runRelease #​5314
  • kotlinx.serialization ProGuard 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


arrow-kt/arrow (io.arrow-kt:arrow-core)

v2.1.2

Compare Source

What's Changed

Full Changelog: arrow-kt/arrow@2.1.1...2.1.2


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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 13, 2025
Copy link

codecov bot commented May 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.63%. Comparing base (8063071) to head (3c0b033).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #279   +/-   ##
=======================================
  Coverage   61.63%   61.63%           
=======================================
  Files          37       37           
  Lines        1100     1100           
  Branches      104      104           
=======================================
  Hits          678      678           
  Misses        408      408           
  Partials       14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-deps branch from ebf465b to 6c586cd Compare May 13, 2025 23:25
@renovate renovate bot changed the title fix(deps): update all dependencies to v2.1.21 fix(deps): update all dependencies May 13, 2025
@renovate renovate bot force-pushed the renovate/all-deps branch 6 times, most recently from 37b229c to 4680073 Compare May 22, 2025 17:11
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 7a74b17 to a278aa2 Compare May 28, 2025 19:15
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from ca79faf to 8924f15 Compare June 10, 2025 01:32
@renovate renovate bot force-pushed the renovate/all-deps branch from 8924f15 to 87c4e6c Compare June 17, 2025 15:56
@hoc081098 hoc081098 enabled auto-merge June 19, 2025 15:14
| datasource     | package                                                                                           | from         | to           |
| -------------- | ------------------------------------------------------------------------------------------------- | ------------ | ------------ |
| github-tags    | codecov/codecov-action                                                                            | v5.4.2       | v5.4.3       |
| gradle-version | gradle                                                                                            | 8.14         | 8.14.2       |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                     | 2.1.20-2.0.1 | 2.1.21-2.0.2 |
| maven          | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin                           | 7.0.3        | 7.0.4        |
| maven          | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin                                         | 0.18.6       | 0.18.7       |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.1.20       | 2.1.21       |
| maven          | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin         | 2.1.20       | 2.1.21       |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.1.20       | 2.1.21       |
| maven          | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin                                 | 2.1.20       | 2.1.21       |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 2.1.20       | 2.1.21       |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.1.20       | 2.1.21       |
| maven          | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin         | 2.1.20       | 2.1.21       |
| maven          | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin                           | 2.1.20       | 2.1.21       |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                                                         | 2.1.20       | 2.1.21       |
| maven          | org.jetbrains.kotlin:kotlin-test-junit                                                            | 2.1.20       | 2.1.21       |
| maven          | io.insert-koin:koin-test-junit4                                                                   | 4.0.4        | 4.1.0        |
| maven          | io.insert-koin:koin-test                                                                          | 4.0.4        | 4.1.0        |
| maven          | io.insert-koin:koin-core                                                                          | 4.0.4        | 4.1.0        |
| maven          | io.insert-koin:koin-android                                                                       | 4.0.4        | 4.1.0        |
| maven          | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                         | 1.8.0        | 1.8.2        |
| maven          | io.arrow-kt:arrow-core                                                                            | 2.1.1        | 2.1.2        |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx                                                        | 2.9.0        | 2.9.1        |
| maven          | androidx.lifecycle:lifecycle-runtime-ktx                                                          | 2.9.0        | 2.9.1        |
| maven          | androidx.lifecycle:lifecycle-common-java8                                                         | 2.9.0        | 2.9.1        |
| maven          | androidx.appcompat:appcompat                                                                      | 1.7.0        | 1.7.1        |
| maven          | com.android.library:com.android.library.gradle.plugin                                             | 8.10.0       | 8.10.1       |
| maven          | com.android.application:com.android.application.gradle.plugin                                     | 8.10.0       | 8.10.1       |
@renovate renovate bot force-pushed the renovate/all-deps branch from 87c4e6c to 3c0b033 Compare June 19, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant