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

Update all dependencies #2330

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

Update all dependencies #2330

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-java action minor v4.5.0 -> v4.6.0 age adoption passing confidence
gradle (source) minor 8.11.1 -> 8.12 age adoption passing confidence
com.google.firebase:firebase-bom dependencies minor 33.6.0 -> 33.7.0 age adoption passing confidence
androidx.sqlite:sqlite-bundled (source) dependencies patch 2.5.0-alpha11 -> 2.5.0-alpha12 age adoption passing confidence
androidx.room (source) plugin patch 2.7.0-alpha11 -> 2.7.0-alpha12 age adoption passing confidence
androidx.room:room-runtime (source) dependencies patch 2.7.0-alpha11 -> 2.7.0-alpha12 age adoption passing confidence
androidx.room:room-paging (source) dependencies patch 2.7.0-alpha11 -> 2.7.0-alpha12 age adoption passing confidence
androidx.room:room-compiler (source) dependencies patch 2.7.0-alpha11 -> 2.7.0-alpha12 age adoption passing confidence
androidx.room:room-common (source) dependencies patch 2.7.0-alpha11 -> 2.7.0-alpha12 age adoption passing confidence
androidx.paging:paging-compose (source) dependencies patch 3.3.4 -> 3.3.5 age adoption passing confidence
androidx.paging:paging-common (source) dependencies patch 3.3.4 -> 3.3.5 age adoption passing confidence
com.squareup.okio:okio dependencies minor 3.9.1 -> 3.10.2 age adoption passing confidence
io.insert-koin:koin-bom (source) dependencies patch 4.0.0 -> 4.0.1 age adoption passing confidence
com.autonomousapps.dependency-analysis plugin minor 2.5.0 -> 2.7.0 age adoption passing confidence
com.datadoghq:dd-sdk-android-trace dependencies minor 2.16.0 -> 2.17.0 age adoption passing confidence
com.datadoghq:dd-sdk-android-rum dependencies minor 2.16.0 -> 2.17.0 age adoption passing confidence
com.datadoghq:dd-sdk-android-okhttp dependencies minor 2.16.0 -> 2.17.0 age adoption passing confidence
com.datadoghq:dd-sdk-android-logs dependencies minor 2.16.0 -> 2.17.0 age adoption passing confidence
com.datadoghq:dd-sdk-android-core dependencies minor 2.16.0 -> 2.17.0 age adoption passing confidence
com.datadoghq:dd-sdk-android-compose dependencies minor 2.16.0 -> 2.17.0 age adoption passing confidence
com.android.tools:desugar_jdk_libs dependencies patch 2.1.3 -> 2.1.4 age adoption passing confidence
com.halilibo.compose-richtext:richtext-ui-material3 dependencies patch 1.0.0-alpha01 -> 1.0.0-alpha02 age adoption passing confidence
com.halilibo.compose-richtext:richtext-commonmark dependencies patch 1.0.0-alpha01 -> 1.0.0-alpha02 age adoption passing confidence
com.halilibo.compose-richtext:richtext-ui dependencies patch 1.0.0-alpha01 -> 1.0.0-alpha02 age adoption passing confidence
io.arrow-kt:arrow-core-retrofit dependencies patch 2.0.0-beta.3 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines dependencies patch 2.0.0-beta.3 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-core dependencies patch 2.0.0-beta.3 -> 2.0.0 age adoption passing confidence
com.gradle.develocity plugin minor 3.18.2 -> 3.19 age adoption passing confidence
com.google.accompanist:accompanist-permissions dependencies minor 0.36.0 -> 0.37.0 age adoption passing confidence
com.squareup.sort-dependencies plugin minor 0.13 -> 0.14 age adoption passing confidence
io.ktor:ktor-client-android dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
com.google.devtools.ksp (source) plugin minor 2.0.21-1.0.28 -> 2.1.0-1.0.29 age adoption passing confidence
org.jmailen.kotlinter plugin major 4.5.0 -> 5.0.1 age adoption passing confidence
org.jmailen.gradle:kotlinter-gradle dependencies major 4.5.0 -> 5.0.1 age adoption passing confidence
com.android.library (source) plugin minor 8.7.2 -> 8.8.0 age adoption passing confidence
com.android.application (source) plugin minor 8.7.2 -> 8.8.0 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies minor 8.7.2 -> 8.8.0 age adoption passing confidence
com.android.lint (source) plugin minor 8.7.2 -> 8.8.0 age adoption passing confidence
com.android.tools.lint:lint-api (source) dependencies minor 31.7.2 -> 31.8.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/setup-java (actions/setup-java)

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

gradle/gradle (gradle)

v8.12

Compare Source

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.

InsertKoinIO/koin (io.insert-koin:koin-bom)

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: InsertKoinIO/koin@4.0.0...4.0.1

DataDog/dd-sdk-android (com.datadoghq:dd-sdk-android-trace)

v2.17.0

Compare Source

  • [FEATURE] Implement the basic logic for time-to-network-settle view metric. See #​2397
  • [FEATURE] Add a Jetpack Compose fine grained masking override API. See #​2416
  • [FEATURE] Implement the basic logic for interaction-to-next-view-metric. See #​2417
  • [FEATURE] Support is_main_process property in telemetry configuration. See #​2422
  • [FEATURE] Introduce the setNetworkSettledInitialResourceIdentifier API. See #​2424
  • [FEATURE] Introduce the setLastInteractionIdentifier public API. See #​2428
  • [IMPROVEMENT] Refactor TextSemanticsNodeMapper to commonize the text wireframe logic. See #​2401
  • [IMPROVEMENT] Add TextField semantics mapper for Session Replay Compose. See #​2406
  • [IMPROVEMENT] Decouple Jetpack Compose reflection functions and report to Telemetry. See #​2415
  • [IMPROVEMENT] Move ImageSemanticsMapper reflection functions into ReflectionUtils. See #​2419
  • [IMPROVEMENT] Handle readOnly additionalProperties. See #​2423
  • [IMPROVEMENT] Improve the log message when exception happen during upload. See #​2411
  • [IMPROVEMENT] Apply global privacy level to semantics node mappers. See #​2413
  • [IMPROVEMENT] Apply touch privacy override in RootSemanticsMapper. See #​2421
  • [IMPROVEMENT] Get rid of Thread.sleep(SHORT_SLEEP_MS) in unit tests at DatadogEventListenerTest. See #​2430
  • [IMPROVEMENT] Add backwards compatibility for Coil AsyncImage. See #​2432
  • [IMPROVEMENT] Change the logApiUsage method signature - making event parameter computation lazy. See #​2433
  • [IMPROVEMENT] Apply the hide view override on Semantics nodes. See #​2434
  • [IMPROVEMENT] Correctly handle TTNS when a resource was stopped with an error. See #​2444
  • [IMPROVEMENT] Add integration tests for the TTNS metric. See #​2442
  • [IMPROVEMENT] Add integration tests for ITNV metric. See #​2445
  • [IMPROVEMENT] Display captured text when the text has Ellipsis overflow. See #​2446
  • [IMPROVEMENT] Support interop view from Jetpack Compose. See #​2452
  • [IMPROVEMENT] Add an "effective sample rate" to telemetry events. See #​2453
  • [IMPROVEMENT] Handle traces with coroutines. See #​2457
  • [IMPROVEMENT] Add support for Jetpack Compose Checkbox. See #​2414
  • [IMPROVEMENT] Replace joinToString when possible. See #​2456
  • [MAINTENANCE] Fix flaky test in the Deterministic Sampler. See #​2412
  • [MAINTENANCE] Fix TextFieldSemanticsNodeMapper flaky test. See #​2410
  • [MAINTENANCE] Fix potential issues with subdomain host lookups. See #​2436
  • [MAINTENANCE] Fix the way we are recording the last interaction for the ITNV metric. See #​2431
  • [MAINTENANCE] Deprecate Datadog GlobalTracer class. See #​2438
  • [MAINTENANCE] Correct the way we register the initial resources for the TTNS metric. See #​2439
  • [MAINTENANCE] Explicit Fragment dependency. See #​2443
  • [MAINTENANCE] Don't warn about missing views on PerformanceMetric events. See #​2454

v2.16.1

Compare Source

  • [IMPROVEMENT] Refactoring for React Native Session Replay support. See #​2448
google/desugar_jdk_libs (com.android.tools:desugar_jdk_libs)

v2.1.4

  • Fix Narrow non Standalone Week Names on some locales. SIMPLIFIED_CHINESE and
    TRADITIONAL_CHINESE is on the last code point convention for narrow format.
    This is a follow up to 2.1.3 using the same values as Standalone Week Names.
halilozercan/compose-richtext (com.halilibo.compose-richtext:richtext-ui-material3)

v1.0.0-alpha02

Compare Source

What's Changed
  • Updated to CMP 1.7.1
  • Added custom markdown block rendering.
    • This feature enables developers to intercept Markdown rendering process by choosing subset of AstBlockNodes to provide rendering for.
  • Migrated to Compose native LinkAnnotations for link rendering in richtext-ui.
    • Link styling now also uses TextLinkStyles
New Contributors

Full Changelog: halilozercan/compose-richtext@1.0.0-alpha01...1.0.0-alpha02

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

v2.0.0

Compare Source

The new major release of Arrow! 🎉

This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.

v2.0.0-rc.1

Compare Source

Release candidate for the new major version

google/accompanist (com.google.accompanist:accompanist-permissions)

v0.37.0: 🌈

What’s Changed

square/gradle-dependencies-sorter (com.squareup.sort-dependencies)

v0.14

  • [chore]: bump dependencies. Specifically antlr-related ones.
  • [chore]: use newer version of Shadow, eliminate Gradle deprecations.
ktorio/ktor (io.ktor:ktor-client-android)

v3.0.3

Compare Source

Published 18 December 2024

Bugfixes
  • "Module not found" errors when executing browserProductionWebpack task since 3.0.2 (KTOR-7912)
  • Darwin: "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7943)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • FormFieldLimit is overwritten by default arg (KTOR-7946)
  • A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (KTOR-7941)
  • Installing HttpCache before ContentEncoding prevents response body to be decoded (KTOR-7830)
  • TestApplication.stop() doesn't stop the application anymore (KTOR-7682)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)

v3.0.2

Compare Source

Published 3 December 2024

Bugfixes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), 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 requested a review from a team as a code owner November 28, 2024 00:45
@renovate renovate bot changed the title Update dependency com.google.devtools.ksp 2.0.21-1.0.28 to v2.1.0-1.0.29 Update all dependencies Nov 28, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c96531c to 551e198 Compare December 3, 2024 19:02
@StylianosGakis
Copy link
Member

Blocked by https://kotlinlang.org/docs/whatsnew21.html#compose-compiler-updates as kotlinter+ktlint are doing something wrong here. Will wait for their update

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2d27206 to 3aa1273 Compare January 9, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant