-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all-deps
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
ebf465b
to
6c586cd
Compare
e462b27
to
c5e9866
Compare
| datasource | package | from | to | | ----------- | ------------------------------------------------------------------------------------------------- | ------------ | ------------ | | github-tags | codecov/codecov-action | v5.4.2 | v5.4.3 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.1.20-2.0.1 | 2.1.21-2.0.1 | | maven | com.squareup.retrofit2:converter-moshi | 2.11.0 | 2.12.0 | | maven | com.squareup.retrofit2:retrofit | 2.11.0 | 2.12.0 | | 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 | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.8.0 | 1.8.1 | | maven | io.arrow-kt:arrow-core | 2.1.1 | 2.1.2 |
c5e9866
to
37b229c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.4.2
->v5.4.3
2.1.20-2.0.1
->2.1.21-2.0.1
2.11.0
->2.12.0
2.11.0
->2.12.0
0.18.6
->0.18.7
2.1.20
->2.1.21
2.1.20
->2.1.21
2.1.20
->2.1.21
2.1.20
->2.1.21
2.1.20
->2.1.21
2.1.20
->2.1.21
2.1.20
->2.1.21
2.1.20
->2.1.21
2.1.20
->2.1.21
2.1.20
->2.1.21
1.8.0
->1.8.1
2.1.1
->2.1.2
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
google/ksp (com.google.devtools.ksp)
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
square/retrofit (com.squareup.retrofit2:converter-moshi)
v2.12.0
Compare Source
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.enqueue
directly.The following converters support this feature through a new
withStreaming()
factory method:Fixed
@Tag
now work by storing the value boxed with the boxed class as the key.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
: Kotlin 2.1.21Changelog
Backend. Native. Debug
KT-75991
Xcode 16.3: Fix lldb stepping test over an inline functionCompiler
KT-75992
Xcode 16.3: stacktraces on simulators are not symbolicatedKT-76663
KJS: KotlinNothingValueException caused by expression return since 2.1.20KT-75756
Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom scriptKT-76209
CONFLICTING_UPPER_BOUNDS onNothing
boundKT-70352
K2: False-negative CONFLICTING_UPPER_BOUNDS onNothing
boundKT-74739
Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"KT-75483
Native: redundant unboxing generated with smart castKT-71425
IR Inliner: investigate return type of an inlined blockNative
KT-76252
Native: executable crash with generic value classes with 2.1.20Native. 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=stdTools. 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-74663
kotlinc-js CLI: not providing -ir-output-dir results in NullPointerExceptionTools. Compiler Plugins
KT-76162
"IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20Tools. Gradle
KT-73682
Compatibility with Gradle 8.12 releaseKT-73142
Kotlin Gradle plugin: Remove usage of Gradle's internal ExecHandleBuilderKT-36004
Update 'org.gradle.usage' attribute rules to support the 'JAVA_API' and 'JAVA_RUNTIME' valueKT-73968
KotlinDependencyManagement tries to mutate configuration after it was resolvedKT-73684
Run integration tests against Gradle 8.12KT-72694
Accessing Task.project during execution is being deprecated in Gradle 8.12KT-73683
Compile against Gradle API 8.12Tools. Gradle. JS
KT-77119
KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer worksKT-74735
KGP uses Gradle internalCompositeProjectComponentArtifactMetadata
KT-71879
Notice of upcoming deprecation for Boolean 'is-' properties in Gradle Groovy scriptsTools. Gradle. Multiplatform
KT-75808
KGP: MPP with jvm target and Gradle java-test-fixtures is brokenKT-75605
Dependency resolution fails in commonTest/nativeTest source sets for KMP module when depending on another project due to missing PSMKT-75512
Maven-publish: ArtifactId is not correct inpom
file with customizedwithXml
Tools. Incremental Compile
KT-62555
Wrong ABI fingerprint for inline function containing a lambdaKT-75883
Follow-up: switch from INSTANCE heuristic to outerClass chainTools. Kapt
KT-75936
K2 KAPT: unsupported FIR element kinds in constant evaluationKT-75942
K2 KAPT: underscore not allowed hereTools. Scripts
KT-76424
Dependencies in main.kts not working with 2.1.20KT-76296
Kotlin script compiler crashes when secondary constructor calls a functionKT-75589
Scripts: "IndexOutOfBoundsException in jdk.internal.util.Preconditions.outOfBounds" when trying to extend a class which uses global variableTools. Wasm
KT-76161
Wasm: "export startUnitTests was not found" after updating to Kotlin 2.1.20JetBrains/compose-jb (org.jetbrains.compose)
v1.8.1
Changes since 1.8.0
Features
Resources
Res
class name #5296Fixes
Multiple Platforms
iOS
androidx.compose.material3.ModalBottomSheet
closes after any tap #2086ComposeUIViewController
when text input starts #2088UIKitViewController
insidePopup
orDialog
#2102Desktop
svgPainter
doesn't show any images #2096BroadcastFrameClock.lock
andRecomposer.stateLock
#2098androidx.navigation
and running./gradlew runRelease
#5314kotlinx.serialization
ProGuard rules are bundled in the Compose Gradle plugin #5314Web
Resources
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.0Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.9.0-beta02
. Based on Jetpack Navigation 2.9.0Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.1.1
. Based on Jetpack Material3 Adaptive 1.1.0arrow-kt/arrow (io.arrow-kt:arrow-core)
v2.1.2
Compare Source
What's Changed
OrThrow
method returns by @tKe in https://github.com/arrow-kt/arrow/pull/3622Full 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.
This PR was generated by Mend Renovate. View the repository job log.