Skip to content

chore(deps): update androidx.compose.ui:ui-text-google-fonts to v1.12.0 - #6651

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/androidx.compose.bom.aligned
Closed

chore(deps): update androidx.compose.ui:ui-text-google-fonts to v1.12.0#6651
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/androidx.compose.bom.aligned

Conversation

@renovate

@renovate renovate Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.compose.ui:ui-text-google-fonts (source) 1.11.41.12.0 age adoption passing confidence

Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Dependency update label Aug 12, 2026
@github-actions github-actions Bot added the chore label Aug 12, 2026
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch from 7c1f521 to d9eb8ea Compare August 12, 2026 18:52
@github-actions

This comment has been minimized.

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch 2 times, most recently from a6a40c6 to d06eccc Compare August 12, 2026 19:37
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch from d06eccc to 16ea064 Compare August 12, 2026 19:39
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch from 16ea064 to 87de0b9 Compare August 12, 2026 20:08
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch from 87de0b9 to 4577270 Compare August 12, 2026 20:45
@jamesarich
jamesarich enabled auto-merge August 12, 2026 20:55
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch from 4577270 to 5cecfd4 Compare August 12, 2026 20:56
@renovate renovate Bot changed the title chore(deps): update androidx.compose.ui:ui-text-google-fonts to v1.12.0 chore(deps): update androidx.compose.ui:ui-text-google-fonts to v1.12.0 - autoclosed Aug 12, 2026
@renovate renovate Bot closed this Aug 12, 2026
auto-merge was automatically disabled August 12, 2026 20:58

Pull request was closed

@renovate
renovate Bot deleted the renovate/androidx.compose.bom.aligned branch August 12, 2026 20:58
@renovate renovate Bot changed the title chore(deps): update androidx.compose.ui:ui-text-google-fonts to v1.12.0 - autoclosed chore(deps): update androidx.compose.ui:ui-text-google-fonts to v1.12.0 Aug 13, 2026
@renovate renovate Bot reopened this Aug 13, 2026
@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch 3 times, most recently from c79baad to b2fccdb Compare August 13, 2026 03:46
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch from b2fccdb to 9f2133e Compare August 13, 2026 11:59
@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch from 9f2133e to 31d3bc0 Compare August 13, 2026 12:22
@renovate
renovate Bot force-pushed the renovate/androidx.compose.bom.aligned branch from 31d3bc0 to a4e134f Compare August 13, 2026 12:41
@github-actions

Copy link
Copy Markdown
Contributor

Job Summary for Gradle

Pull Request CI :: screenshot-check
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
MeshtasticAndroid :screenshot-tests:validateDebugScreenshotTest 9.6.1 Build Scan published

@jamesarich

Copy link
Copy Markdown
Collaborator

Closing this in favour of #6672, which makes the same catalog change as part of a coherent bump.

This PR is not the single-artifact update its title describes. The whole diff is one line:

-androidx-compose-bom-aligned = "1.11.4"
+androidx-compose-bom-aligned = "1.12.0"

ui-text-google-fonts is pinned to that shared ref, and per the catalog's own comment AndroidCompose.kt's resolutionStrategy force-aligns the entire androidx.compose group to it at resolution time. So bumping this one artifact pushes all of androidx Compose to 1.12.0 while compose-multiplatform stays at 1.11.1 — reintroducing through the back door exactly the version skew that #6664 rolled back.

That skew is why screenshot-check fails here: RuntimeException at PreviewAnnotationDescriptor.kt:138, surfacing as initializationError during preview discovery (before any rendering). It hits selectively on the text-input-heavy previews — EditTextPreference, EditPasswordPreference, EditIPv4Preference, EditListPreference, DropDownPreference, MessageInput, MessageSearchBar — while simpler ones like ScreenshotRegularPreference pass.

Root cause of the PR existing at all: the compose-multiplatform group in .github/renovate.json lists the androidx.compose artifacts that track CMP — runtime-tracing, ui-test-manifest, material — but omitted ui-text-google-fonts, even though it shares the same catalog ref. Renovate therefore treated it as ungrouped and raised a solo bump that silently rewrote the shared ref.

#6672 now (a) carries the androidx-compose-bom-aligned → 1.12.0 change together with CMP → 1.12.0-rc01 and material3 → 1.12.0-alpha03, making this one redundant, and (b) adds ui-text-google-fonts to the group so this doesn't recur on the next divergence.

@jamesarich jamesarich closed this Aug 13, 2026
@renovate

renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.12.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant