Conversation
Bumps androidx.compose:compose-bom from 2026.03.01 to 2026.04.01. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2026.04.01 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Generated by 🚫 Danger |
Project dependencies changeslist! Upgraded Dependencies
androidx.compose.animation:animation:1.11.0, (changed from 1.10.6)
androidx.compose.animation:animation-android:1.11.0, (changed from 1.10.6)
androidx.compose.animation:animation-core:1.11.0, (changed from 1.10.6)
androidx.compose.animation:animation-core-android:1.11.0, (changed from 1.10.6)
androidx.compose.foundation:foundation:1.11.0, (changed from 1.10.6)
androidx.compose.foundation:foundation-android:1.11.0, (changed from 1.10.6)
androidx.compose.foundation:foundation-layout:1.11.0, (changed from 1.10.6)
androidx.compose.foundation:foundation-layout-android:1.11.0, (changed from 1.10.6)
androidx.compose.material:material:1.11.0, (changed from 1.10.6)
androidx.compose.material:material-android:1.11.0, (changed from 1.10.6)
androidx.compose.material:material-ripple:1.11.0, (changed from 1.10.6)
androidx.compose.material:material-ripple-android:1.11.0, (changed from 1.10.6)
androidx.compose.runtime:runtime:1.11.0, (changed from 1.10.6)
androidx.compose.runtime:runtime-android:1.11.0, (changed from 1.10.6)
androidx.compose.runtime:runtime-annotation:1.11.0, (changed from 1.10.6)
androidx.compose.runtime:runtime-annotation-android:1.11.0, (changed from 1.10.6)
androidx.compose.runtime:runtime-livedata:1.11.0, (changed from 1.10.6)
androidx.compose.runtime:runtime-retain:1.11.0, (changed from 1.10.6)
androidx.compose.runtime:runtime-retain-android:1.11.0, (changed from 1.10.6)
androidx.compose.runtime:runtime-saveable:1.11.0, (changed from 1.10.6)
androidx.compose.runtime:runtime-saveable-android:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-android:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-geometry:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-geometry-android:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-graphics:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-graphics-android:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-text:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-text-android:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-tooling:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-tooling-android:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-tooling-data:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-tooling-data-android:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-tooling-preview:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-tooling-preview-android:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-unit:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-unit-android:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-util:1.11.0, (changed from 1.10.6)
androidx.compose.ui:ui-util-android:1.11.0, (changed from 1.10.6)
androidx.compose:compose-bom:2026.04.01, (changed from 2026.03.01) |
|
|
|
|
🤖 Build Failure AnalysisThis build has failures. Claude has analyzed them - check the build annotations for details. |
Read locale from LocalConfiguration.current so the composable recomposes on locale changes, satisfying the new lint rule introduced by compose-bom 2026.04.01. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
NonObservableLocale lint flags any Locale.getDefault() call in a composable, including the unreachable fallback. Locale.ROOT is a constant and not subject to the rule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
NonObservableLocale (read Locale from LocalConfiguration): - VoiceToContentScreen.formatTime / getDefaultTimeString - ViewsStatsCard.DifferenceRow / ChangeBadge - StatsSummaryCard.ViewsChangeIndicator CoroutineCreationDuringComposition (use LaunchedEffect keyed to errorType instead of scope.launch in composition): - HESupportActivity.NavigableContent - AIBotSupportActivity.NavigableContent RememberInComposition (wrap MutableInteractionSource() in remember): - ReadingPreferencesFontSizeSlider Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Keep only the NonObservableLocale fixes from the previous commit; the CoroutineCreationDuringComposition and RememberInComposition fixes are out of scope for this dependabot PR and will be addressed separately. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This reverts commit 1b9b077.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## trunk #22816 +/- ##
==========================================
- Coverage 37.15% 37.15% -0.01%
==========================================
Files 2314 2314
Lines 124310 124316 +6
Branches 16884 16890 +6
==========================================
Hits 46187 46187
- Misses 74377 74383 +6
Partials 3746 3746 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|


Bumps androidx.compose:compose-bom from 2026.03.01 to 2026.04.01.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)