-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update gradle non-major dependencies #528
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
09a13bf
to
2ff14b9
Compare
02630ea
to
66bd952
Compare
11ee5c3
to
259778d
Compare
370db57
to
41108a5
Compare
80bd886
to
df09e95
Compare
517d16f
to
753df55
Compare
159986f
to
7fb089e
Compare
8728aa1
to
891f376
Compare
7074b82
to
cc622fe
Compare
2f13926
to
bbce151
Compare
c03716a
to
df8f7b1
Compare
b9228ec
to
ffc07c8
Compare
ffc07c8
to
eca0e00
Compare
This PR contains the following updates:
19.2.1
->19.4.0
3.0.2
->3.0.3
3.9.1
->3.10.2
1.1.1
->1.1.2
0.26.0
->0.27.0
0.6.1
->0.6.2
3.0.2
->3.1.0
3.0.2
->3.1.0
3.0.2
->3.1.0
8.2.1
->8.3.0
1.5.12
->1.5.16
0.8.3
->0.9.1
0.8.3
->0.9.1
1.23.7
->1.23.8
1.23.7
->1.23.8
1.23.7
->1.23.8
2.0.4
->2.0.5
2.0.4
->2.0.5
1.2.0
->1.3.0
1.2.0
->1.3.0
33.5.1
->33.9.0
2.0.21-1.0.27
->2.1.10-1.0.30
2.0.21-1.0.27
->2.1.10-1.0.30
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
2.3.12
->2.3.13
1.7.3
->1.8.0
4.0.0
->4.0.2
1.9.0
->1.10.1
1.9.3
->1.10.0
1.7.1
->1.7.3
1.7.1
->1.8.0+check
2.1.3
->2.1.4
8.7.2
->8.8.1
8.7.2
->8.8.1
8.7.2
->8.8.1
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
square/okio (com.squareup.okio:okio)
v3.10.2
Compare Source
2025-01-08
okio-nodefilesystem
artifact is no longer empty.v3.10.1
Compare Source
2025-01-07
FileSystem.close()
may prevent future access and/or clean up associated resources depending on the backing implementation.FakeFileSystem
will prevent future operations once closed.InputStream
s created fromBufferedSource.inputStream()
now have a more efficient version ofInputStream.transferTo()
which reduces memory copies.okio-nodefilesystem
is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target.This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.Please use 3.10.2 to ensure this change actually does not affect your builds.v3.10.0
Compare Source
2025-01-06
This version is equivalent to the subsequent 3.10.1, but it did not fully publish to Maven Central due to infrastructure problems.
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx:atomicfu)
v0.27.0
Compare Source
v0.26.1
Compare Source
org.gradle.configuration-cache
(#486). Kudos to @dkrasnoff! 🎉atomicfu-maven-plugin
artifacts (#490).Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)
v0.6.2
TimeSource.asClock
(#164). Thanks, @hfhbd!NSDate
toInstant
conversions (#427)DatePeriod.plus
andDateTimePeriod.plus
with a warning (#381)Clock.asTimeSource
with a warning (#372)module-info
preventing usingkotlinx.datetime.format
together with JPMS (#438). Thanks, @cdelabou!coil-kt/coil (io.coil-kt.coil3:coil-test)
v3.1.0
Compare Source
AsyncImage
performance.ColorImage
and deprecateFakeImage
.ColorImage
is useful for returning a fake value in tests and previews. It solves the same use case asFakeImage
, but is more easily accessible incoil-core
instead ofcoil-test
.coil-compose-core
's dependency onDispatchers.Main.immedate
.AsyncImagePainter
would not executeImageRequest
s synchronously in Paparazzi and Roborazzi screenshot tests.data:[<mediatype>][;base64],<data>
AnimatedImageDecoder.ENCODED_LOOP_COUNT
to support using the encoded repeat count in a GIF's metadata.Extras
toNetworkRequest
to support custom extensions.DiskCache.Builder.cleanupCoroutineContext
and deprecateDiskCache.Builder.cleanupDispatcher
.ImageLoader.Builder.imageDecoderEnabled
to optionally disable usingandroid.graphics.ImageDecoder
on API 29 and above.Keyer
for anImageRequest
's data type.CrossfadePainter
public.Transformation
s on all multiplatform targets.Expires
header value inCacheControlCacheStrategy
.AsyncImage
/SubcomposeAsyncImage
/rememberAsyncImage
not launching a newImageRequest
if itsContentScale
changes to/fromNone
.androidx.core
to 1.15.0.v3.0.4
Compare Source
maxBitmapSize
.FakeImage
not rendering on Android.Transformation
s change when used withAsyncImage
/rememberAsyncImagePainter
/SubcomposeAsyncImage
.ScaleDrawable
andCrossfadeDrawable
not respecting tint states.ImageDecoder
to decode partial image sources. This matches the behavior inBitmapFactory
.Bitmap.prepareToDraw()
not being called after decoding.SvgDecoder
should not returnisSampled = true
for non-rasterized images.Dispatchers.Unconfined
in Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.2.3.13
.v3.0.3
Compare Source
ImageRequest.scale
based on anImageView
'sScaleType
.DiskCache
would not track removal of an entry after deleting its files.Logger
when logging errors.kotlin-stdlib-jdk7
andkotlin-stdlib-jdk8
withkotlin-stdlib
.ExpediaGroup/graphql-kotlin (com.expediagroup:graphql-kotlin-ktor-server)
v8.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: ExpediaGroup/graphql-kotlin@8.2.1...8.3.0
Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)
v0.9.1
===================
Kover Gradle Plugin
Features
#714
Added ability to specify inclusion filter for source setsBugfixes
#716
Fixed Gradle 9.0 migration issue#721
Fixed creation of Kover Agent arguments filev0.9.0
===================
Kover Gradle Plugin
Features
#645
Added ability to supplement coverage values from external binary reports#673
Implemented ability to specify instrumentation include filterBugfixes
#678
Added USAGE attribute to all Kover configurations#666
Replaced JaCoCo ant-calls with programmatic calls of JaCoCo's classesKover Aggregation Plugin
Features
Bugfixes
Kover CLI
Features
#677
Implemented merging of binary reports in Kover CLI and Kover FeaturesBugfixes
#709
Fixed offline instrumentation of jar filesKover JVM Agent
Bugfixes
Documentation
#660
Fixed mistake in JVM agent docsKover Maven Plugin
Documentation
#658
Fixed documentation about Maven plugin#701
Fixed warning for empty Kotlin plugin configurationChangelog relative to version
0.9.0-RC
Kover Aggregation Plugin
Kover Maven Plugin
#701
Fixed warning for empty Kotlin plugin configurationKover CLI
#709
Fixed offline instrumentation of jar filesdetekt/detekt (io.gitlab.arturbosch.detekt)
v1.23.8
1.23.8 - 2025-02-20
This is a point release for Detekt
1.23.0
, built against Kotlin2.0.21
, with fixes for several bugs that got reported by the community.Notable Changes
Changelog
expect
classes - #7857ThrowingExceptionsWithoutMessageOrCause
false positive - #7715UndocumentedPublicClass
configurable to flag `com… - #7635Contributors
We would like to thank the following contributors that made this release possible: @BraisGabin, @JordanLongstaff, @Nava2, @atulgpt, @eygraber, @lexa-diky, @t-kameyama
touchlab/Kermit (co.touchlab:kermit-koin)
v2.0.5
Compare Source
Changed
kermit-io
module, which contains theRollingFileLogWriter
. This is a log writer that writes to a file with rolling logs.OSLogWriter
to take in three optional parameters to configureOSLog
, and to enable/disable public logging2.0.21
logThrowable
to callthrowable.stackTraceToString()
instead ofthrowable.getStackTrace().joinToString("\n")
russhwolf/multiplatform-settings (com.russhwolf:multiplatform-settings-coroutines)
v1.3.0
wasmWasi
support tomultiplatform-settings-coroutines
andmultiplatform-settings-serialization
.multiplatform-settings-serialization
where delegates might return wrong values or crash (#217).google/ksp (com.google.devtools.ksp)
v2.1.10-1.0.30
Compare Source
Bugs Fixed / PR Landed
https://github.com/google/ksp/issues/2325 [KSP2] KSType.arguments return arguments on aliased type.https://github.com/google/ksp/pull/23122 Partially migrate KSP off AGP's legacy Variant APIhttps://github.com/google/ksp/issues/23099 Resolver#getDeclarationsFromPackage() does not find generated fileshttps://github.com/google/ksp/issues/22522 Incremental processing breaks when a project dependency is modifiedhttps://github.com/google/ksp/issues/22655 [ksp2] ksType.arguments will crash on a typealias's java wildcard typhttps://github.com/google/ksp/issues/226464 [ksp2] getJavaWildcard does not return wildcard for List param (different with kapt/ksphttps://github.com/google/ksp/issues/2246246 Resolver returns non-equal instances of the same declaratiohttps://github.com/google/ksp/issues/2254254 [KSP2] Resolver#overrides() gives incorrect result when method isn't accessible.
v2.1.10-1.0.29
Compare Source
What's Changed
Full Changelog: google/ksp@2.1.10-RC2-1.0.29...2.1.10-1.0.29
v2.1.0-1.0.29
Compare Source
Updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.