Skip to content

fix(deps): update all-dependencies#70

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/all-dependencies
Open

fix(deps): update all-dependencies#70
renovate[bot] wants to merge 1 commit into
developfrom
renovate/all-dependencies

Conversation

@renovate

@renovate renovate Bot commented Oct 21, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.github.skydoves.compose.hotswan.compiler 2.0.0-beta022.0.0-beta03 age confidence
io.sentry.android.gradle 6.13.06.14.0 age confidence
io.sentry:sentry-bom 8.47.08.48.0 age confidence
io.kotzilla.kotzilla-plugin (source) 2.2.42.3.0 age confidence
io.kotzilla:kotzilla-sdk-compose (source) 2.2.42.3.0 age confidence
com.google.firebase:firebase-bom 34.15.034.16.0 age confidence
androidx.compose.material3:material3-adaptive-navigation-suite (source) 1.5.0-alpha181.5.0-alpha23 age confidence
androidx.compose.material3:material3 (source) 1.5.0-alpha181.5.0-alpha23 age confidence
org.jetbrains.kotlinx:kotlinx-collections-immutable 0.5.00.5.1 age confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.8.00.8.0-0.6.x-compat age confidence
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin (source) 2.3.92.3.10 age confidence

Release Notes

getsentry/sentry-android-gradle-plugin (io.sentry.android.gradle)

v6.14.0

Compare Source

Dependencies
getsentry/sentry-java (io.sentry:sentry-bom)

v8.48.0

Compare Source

Features
  • Add Sentry.extendAppStart(), Sentry.finishExtendedAppStart(), and Sentry.getExtendedAppStartSpan() to extend the app start measurement past the first frame for extra launch-time work on Android (#​5604)

    • Requires standalone app start tracing (options.isEnableStandaloneAppStartTracing). Call extendAppStart() in Application.onCreate after SDK init and finishExtendedAppStart() when done:
    Sentry.extendAppStart()
    
    // Optionally, retrieve the extended app start span to attach your own child spans
    val child = Sentry.getExtendedAppStartSpan()?.startChild("preload", "Preload resources")
    // ... extra launch-time work ...
    child?.finish()
    
    Sentry.finishExtendedAppStart()
  • Add trace_metric_byte data category and record byte-level client reports when trace metrics are discarded (#​5626)

  • Expose sentry-native's heartbeat-based app-hang detection through SentryAndroidOptions (#​5623)

    • Enable via setEnableNdkAppHangTracking(true) (disabled by default) and tune the timeout with setNdkAppHangTimeoutIntervalMillis(...) (default 5000 ms), or the io.sentry.ndk.app-hang.enable / io.sentry.ndk.app-hang.timeout-interval-millis manifest entries
    • Intended for hybrid SDKs: emit the heartbeat by calling the native sentry_app_hang_heartbeat() from the thread you want monitored. Independent of the JVM-based ANR detection (setAnrEnabled)
  • Support the io.sentry.tombstone.report-historical manifest option to enable historical tombstone reporting via AndroidManifest.xml <meta-data> (#​5683)

Fixes
  • Fix NoSuchMethodError from using Math.floorDiv/Math.floorMod overloads that are unavailable on Java 8 (#​5743)
  • Fix main thread identification parsing for ApplicationExitInfo ANRs (#​5733)
  • Do not send threads without stacktraces for ApplicationExitInfo ANRs (#​5733)
  • Record byte-level client reports when event processors discard logs or trace metrics (#​5718)
  • Name the device-info caching thread SentryDeviceInfoCache so all threads spawned by the SDK are identifiable (#​5684)
  • Apply byte-category rate limits to log and trace metric envelope items (#​5716)
Performance
  • Skip Hint allocation in Scope.addBreadcrumb when no beforeBreadcrumb callback is set (#​5689)
  • Speed up scope persistence by detecting the Sentry executor thread via a marker instead of a Thread.getName() name scan on every scope mutation (#​5691)
  • Remove executor prewarm during SDK init (#​5681)
    • The single-threaded SentryExecutorService queued the prewarm work ahead of the first useful task, so it could only delay init work, never speed it up; the thread and class loading it warmed are paid identically by the first real task submitted right after.
Dependencies
Kotlin/kotlinx.collections.immutable (org.jetbrains.kotlinx:kotlinx-collections-immutable)

v0.5.1

  • Fixed PersistentOrderedMapBuilder returning a previously built map from build() after updating an entry value through MutableMap.MutableEntry.setValue #​253, #​274
  • Fixed an assertion failure in PersistentOrderedSetBuilder.build() after interleaved build and remove/removeAll calls #​251
  • Provided a JPMS module descriptor for the JVM artifact — module kotlinx.collections.immutable compiled into META-INF/versions/9, the artifact stays Java 8-compatible #​268
google/ksp (com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin)

v2.3.10

Compare Source

What's Changed

  • Fix OOMs caused by unstopped coroutine Dispatcher threads by moving KSP task cache to a gradle build service (#​2817)
  • Sanitize ':' in internal-name module suffix so KSP works with Kotlin 2.4.0 default module names (#​2964)
  • Filter source file trees in KspAATask to restore NO-SOURCE skipping behaviour (#​2947)
  • Fix R-class resolution in KSP when AGP 9 built-in Kotlin is enabled (#​2857)
  • Fix KSP2 incremental cache path normalization mismatch (#​2854)
  • Normalize line endings for KspAATask source roots to prevent cross-platform remote build cache misses (#​2849)
  • Fix bug where KSP incremental compilation does not consider library class references in annotations (#​3011)
  • Consume all Kotlin sources in KSP to support other code generators (#​3001)
  • Fix configuration cache invalidation in klib cross-compilation check (#​3014)

Contributors

  • Thanks to @​mvanhorn and everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.9...2.3.10


Configuration

📅 Schedule: (UTC)

  • 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 force-pushed the renovate/all-dependencies branch 6 times, most recently from 7774943 to 6b1a891 Compare October 28, 2025 02:13
@renovate renovate Bot force-pushed the renovate/all-dependencies branch 7 times, most recently from 1e94d2a to 0af3aa4 Compare November 4, 2025 07:16
@renovate renovate Bot force-pushed the renovate/all-dependencies branch 6 times, most recently from 7b69eba to d4005dc Compare November 11, 2025 03:15
@renovate renovate Bot force-pushed the renovate/all-dependencies branch 9 times, most recently from dfab69e to 0d12c58 Compare November 20, 2025 21:43
@renovate renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 75025ff to 98ed850 Compare November 26, 2025 16:17
@renovate renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from c041ec6 to 5d19150 Compare December 18, 2025 18:30
@renovate renovate Bot force-pushed the renovate/all-dependencies branch from 5d19150 to 9558aa3 Compare December 30, 2025 13:04
@renovate renovate Bot force-pushed the renovate/all-dependencies branch 7 times, most recently from 4f65a44 to d04fc02 Compare January 17, 2026 17:46
@renovate renovate Bot force-pushed the renovate/all-dependencies branch 4 times, most recently from d57822c to 30ea087 Compare January 24, 2026 07:51
@renovate renovate Bot force-pushed the renovate/all-dependencies branch 8 times, most recently from 898fcb8 to a6b2500 Compare January 30, 2026 12:40
@renovate renovate Bot force-pushed the renovate/all-dependencies branch 6 times, most recently from 281fd42 to d6d6f6c Compare February 11, 2026 08:08
@renovate renovate Bot force-pushed the renovate/all-dependencies branch from d6d6f6c to 7be5886 Compare February 15, 2026 11:15
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.

0 participants