Skip to content
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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.firebase:firebase-crashlytics-ktx 19.2.1 -> 19.4.0 age adoption passing confidence
com.google.firebase:firebase-crashlytics-gradle 3.0.2 -> 3.0.3 age adoption passing confidence
com.squareup.okio:okio 3.9.1 -> 3.10.2 age adoption passing confidence
androidx.datastore:datastore-preferences-core (source) 1.1.1 -> 1.1.2 age adoption passing confidence
org.jetbrains.kotlinx:atomicfu 0.26.0 -> 0.27.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.6.1 -> 0.6.2 age adoption passing confidence
io.coil-kt.coil3:coil-test 3.0.2 -> 3.1.0 age adoption passing confidence
io.coil-kt.coil3:coil-network-ktor2 3.0.2 -> 3.1.0 age adoption passing confidence
io.coil-kt.coil3:coil-compose 3.0.2 -> 3.1.0 age adoption passing confidence
com.expediagroup:graphql-kotlin-ktor-server 8.2.1 -> 8.3.0 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) 1.5.12 -> 1.5.16 age adoption passing confidence
org.jetbrains.kotlinx.kover 0.8.3 -> 0.9.1 age adoption passing confidence
org.jetbrains.kotlinx:kover-gradle-plugin 0.8.3 -> 0.9.1 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) 1.23.7 -> 1.23.8 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-formatting (source) 1.23.7 -> 1.23.8 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.7 -> 1.23.8 age adoption passing confidence
co.touchlab:kermit-koin 2.0.4 -> 2.0.5 age adoption passing confidence
co.touchlab:kermit 2.0.4 -> 2.0.5 age adoption passing confidence
com.russhwolf:multiplatform-settings-coroutines 1.2.0 -> 1.3.0 age adoption passing confidence
com.russhwolf:multiplatform-settings-no-arg 1.2.0 -> 1.3.0 age adoption passing confidence
com.google.firebase:firebase-bom 33.5.1 -> 33.9.0 age adoption passing confidence
com.google.devtools.ksp (source) 2.0.21-1.0.27 -> 2.1.10-1.0.30 age adoption passing confidence
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin (source) 2.0.21-1.0.27 -> 2.1.10-1.0.30 age adoption passing confidence
io.ktor:ktor-server-test-host 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-server-content-negotiation 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-server-netty 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-server-cio 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-server-cors 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-server-websockets 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-server-core 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-client-content-negotiation 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-client-darwin 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-client-okhttp 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-client-logging 2.3.12 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-client-core 2.3.12 -> 2.3.13 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.7.3 -> 1.8.0 age adoption passing confidence
io.insert-koin:koin-bom (source) 4.0.0 -> 4.0.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.9.0 -> 1.10.1 age adoption passing confidence
androidx.activity:activity-compose (source) 1.9.3 -> 1.10.0 age adoption passing confidence
org.jetbrains.compose 1.7.1 -> 1.7.3 age adoption passing confidence
org.jetbrains.compose:compose-gradle-plugin 1.7.1 -> 1.8.0+check age adoption passing confidence
com.android.tools:desugar_jdk_libs 2.1.3 -> 2.1.4 age adoption passing confidence
com.android.library (source) 8.7.2 -> 8.8.1 age adoption passing confidence
com.android.application (source) 8.7.2 -> 8.8.1 age adoption passing confidence
com.android.tools.build:gradle (source) 8.7.2 -> 8.8.1 age adoption passing confidence

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

  • Fix: okio-nodefilesystem artifact is no longer empty.

v3.10.1

Compare Source

2025-01-07

  • New: FileSystem.close() may prevent future access and/or clean up associated resources depending on the backing implementation. FakeFileSystem will prevent future operations once closed.
  • InputStreams created from BufferedSource.inputStream() now have a more efficient version of InputStream.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

  • Updated Kotlin to 2.1.0.

v0.26.1

Compare Source

  • Fixed configuration cache problem during publication and enabled org.gradle.configuration-cache (#​486). Kudos to @​dkrasnoff! 🎉
  • Fixed publication of atomicfu-maven-plugin artifacts (#​490).
  • Updated build cache authorisation (#​487).
  • Update Gradle to 8.10.2.
Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)

v0.6.2

  • Add the Wasm/WASI target support (#​366). Thanks, @​igoriakovlev!
  • Add TimeSource.asClock (#​164). Thanks, @​hfhbd!
  • Implement parsing and formatting day-of-year (#​414)
  • Improve the precision of NSDate to Instant conversions (#​427)
  • Deprecate DatePeriod.plus and DateTimePeriod.plus with a warning (#​381)
  • Deprecate Clock.asTimeSource with a warning (#​372)
  • Fix a bug in module-info preventing using kotlinx.datetime.format together with JPMS (#​438). Thanks, @​cdelabou!
  • Small tweaks and fixes.
coil-kt/coil (io.coil-kt.coil3:coil-test)

v3.1.0

Compare Source

  • Improve AsyncImage performance.
    • Runtime performance is improved by 25% to 40% depending on if the composable is being instantiated or reused. Allocations are also reduced by 35% to 48%. More info here.
  • Add ColorImage and deprecate FakeImage.
    • ColorImage is useful for returning a fake value in tests and previews. It solves the same use case as FakeImage, but is more easily accessible in coil-core instead of coil-test.
  • Remove coil-compose-core's dependency on Dispatchers.Main.immedate.
    • This also fixes a case where AsyncImagePainter would not execute ImageRequests synchronously in Paparazzi and Roborazzi screenshot tests.
  • Add support for data URIs with the format: data:[<mediatype>][;base64],<data>
  • Add AnimatedImageDecoder.ENCODED_LOOP_COUNT to support using the encoded repeat count in a GIF's metadata.
  • Add Extras to NetworkRequest to support custom extensions.
  • Add DiskCache.Builder.cleanupCoroutineContext and deprecate DiskCache.Builder.cleanupDispatcher.
  • Add ImageLoader.Builder.imageDecoderEnabled to optionally disable using android.graphics.ImageDecoder on API 29 and above.
  • Log a warning if there is no registered Keyer for an ImageRequest's data type.
  • Make CrossfadePainter public.
  • Support Transformations on all multiplatform targets.
  • Support 0 as Expires header value in CacheControlCacheStrategy.
  • Fix AsyncImage/SubcomposeAsyncImage/rememberAsyncImage not launching a new ImageRequest if its ContentScale changes to/from None.
  • Update to Kotlin 2.1.10.
    • NOTE: This release requires compiling with Kotlin 2.1.0 or greater if you use Kotlin native due to an LLVM update.
  • Update to Compose 1.7.3.
  • Update androidx.core to 1.15.0.

v3.0.4

Compare Source

  • Fix vector drawables not rendering in the Android Studio preview.
  • Fix potential memory cache miss for requests whose size exceeds maxBitmapSize.
  • Fix FakeImage not rendering on Android.
  • Fix not launching a new image request when the request's Transformations change when used with AsyncImage/rememberAsyncImagePainter/SubcomposeAsyncImage.
  • Fix ScaleDrawable and CrossfadeDrawable not respecting tint states.
  • Allow ImageDecoder to decode partial image sources. This matches the behavior in BitmapFactory.
  • Fix Bitmap.prepareToDraw() not being called after decoding.
  • SvgDecoder should not return isSampled = true for non-rasterized images.
  • Fall back to Dispatchers.Unconfined in Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.
  • Update Ktor 2 to 2.3.13.

v3.0.3

Compare Source

  • Fix setting ImageRequest.scale based on an ImageView's ScaleType.
  • Fix edge case where DiskCache would not track removal of an entry after deleting its files.
  • Pass throwable to Logger when logging errors.
  • Don't replace kotlin-stdlib-jdk7 and kotlin-stdlib-jdk8 with kotlin-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 sets
Bugfixes
  • #716 Fixed Gradle 9.0 migration issue
  • #721 Fixed creation of Kover Agent arguments file

v0.9.0

===================

Kover Gradle Plugin

Features
  • #645 Added ability to supplement coverage values from external binary reports
  • #673 Implemented ability to specify instrumentation include filter
Bugfixes
  • #678 Added USAGE attribute to all Kover configurations
  • #666 Replaced JaCoCo ant-calls with programmatic calls of JaCoCo's classes

Kover Aggregation Plugin

Features
  • Made class KoverSettingsGradlePlugin from aggregated plugin public
  • Implemented verification in Kover Aggregated Plugin
  • Added ability to skip projects
  • Added ability to limit instrumented class globally and locally in a project
  • Added ability to exclude test task from instrumentation in a project config
  • Implement feature to check verification rule on every project
Bugfixes
  • Fixed bug with non-existing binary report files

Kover CLI

Features
  • #677 Implemented merging of binary reports in Kover CLI and Kover Features
Bugfixes
  • #709 Fixed offline instrumentation of jar files
  • Fixed skipping some classes during offline instrumentation

Kover JVM Agent

Bugfixes
  • Fixed JVM agent arguments parsing to support include filter
Documentation
  • #660 Fixed mistake in JVM agent docs

Kover Maven Plugin

Documentation
  • #658 Fixed documentation about Maven plugin
  • #701 Fixed warning for empty Kotlin plugin configuration

Changelog relative to version 0.9.0-RC

Kover Aggregation Plugin
  • Fixed bug with non-existing binary report files
  • Added ability to skip projects
  • Added ability to limit instrumented class globally and locally in a project
  • Added ability to exclude test task from instrumentation in a project config
  • Implement feature to check verification rule on every project
Kover Maven Plugin
  • #701 Fixed warning for empty Kotlin plugin configuration
Kover CLI
  • #709 Fixed offline instrumentation of jar files
  • Fixed skipping some classes during offline instrumentation
detekt/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 Kotlin 2.0.21, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): Update kotlin to 2.0.21 - #​7580
  • fix(deps): Update AGP to v8.8.1 - #​7879
  • fix(deps): update Gradle to v8.12.1 - #​7780
Changelog
  • UseDataClass: do not report on expect classes - #​7857
  • Fix InjectDispatcher false positives - #​7797
  • [UnnecessaryParentheses] Allow float/double without integer part - #​7751
  • Fix ThrowingExceptionsWithoutMessageOrCause false positive - #​7715
  • Issue #​7634: Make UndocumentedPublicClass configurable to flag `com… - #​7635
  • Fix redundant empty tags in baseline XML - #​7625
  • MatchingDeclarationName now supports platofrm suffixes - #​6426
Contributors

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
  • Added kermit-io module, which contains the RollingFileLogWriter. This is a log writer that writes to a file with rolling logs.
  • Updating OSLogWriter to take in three optional parameters to configure OSLog, and to enable/disable public logging
  • Updating the WASM Implementation to match newest recommendations
  • Updating kotlin version to 2.0.21
  • Updating logThrowable to call throwable.stackTraceToString() instead of throwable.getStackTrace().joinToString("\n")
russhwolf/multiplatform-settings (com.russhwolf:multiplatform-settings-coroutines)

v1.3.0

  • Update to Kotlin 2.1.0, Gradle 8.11, and Android Gradle Plugin 8.7.2
  • Add wasmWasi support to multiplatform-settings-coroutines and multiplatform-settings-serialization.
  • Fix an issue in 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
  • KSP2: Sanitize d

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.


  • 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 Nov 14, 2024
@renovate renovate bot enabled auto-merge (squash) November 14, 2024 04:51
Copy link

coderabbitai bot commented Nov 14, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 2 times, most recently from 09a13bf to 2ff14b9 Compare November 15, 2024 08:05
@renovate renovate bot changed the title fix(deps): update dependency org.jetbrains.compose:compose-gradle-plugin to v1.8.0+check fix(deps): update gradle non-major dependencies Nov 15, 2024
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 8 times, most recently from 02630ea to 66bd952 Compare November 22, 2024 19:11
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 8 times, most recently from 11ee5c3 to 259778d Compare December 2, 2024 18:51
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 2 times, most recently from 370db57 to 41108a5 Compare December 5, 2024 17:23
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 5 times, most recently from 80bd886 to df09e95 Compare December 19, 2024 17:07
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch from 517d16f to 753df55 Compare December 23, 2024 15:59
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 6 times, most recently from 159986f to 7fb089e Compare January 9, 2025 22:21
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 4 times, most recently from 8728aa1 to 891f376 Compare January 17, 2025 01:18
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 4 times, most recently from 7074b82 to cc622fe Compare January 27, 2025 12:55
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 7 times, most recently from 2f13926 to bbce151 Compare February 4, 2025 09:23
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 3 times, most recently from c03716a to df8f7b1 Compare February 10, 2025 17:50
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch 3 times, most recently from b9228ec to ffc07c8 Compare February 15, 2025 06:33
@renovate renovate bot force-pushed the renovate/gradle-minor-patch branch from ffc07c8 to eca0e00 Compare February 21, 2025 15:03
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.

0 participants