Update dependency com.mikepenz:aboutlibraries-compose-m3 to v15 #527

Merged
bot merged 1 commits from renovate/com.mikepenz-aboutlibraries-compose-m3-15.x into main 2026-06-21 04:01:42 +02:00
Member

This PR contains the following updates:

Package Type Update Change
com.mikepenz:aboutlibraries-compose-m3 dependencies major 14.2.1 -> 15.0.0

Release Notes

mikepenz/AboutLibraries (com.mikepenz:aboutlibraries-compose-m3)

v15.0.0

Compare Source

🚀 Features

  • feat: remove legacy View-based UI module (aboutlibraries)
  • feat(ui): nextgen UI — variant system, accent theming, search, and sample app redesign
  • feat(test): integrate DejaVu for Compose recomposition stability tests
  • feat(sample): add header position setting (fixed, in-list, sticky)
  • feat(sample): animate accent color transitions
  • feat(style): add m3LibrariesStyle / m2LibrariesStyle convenience factories
  • feat(icons): replace Canvas-drawn glyphs with Material Symbols ImageVectors; make icons configurable
  • feat: v15 — variant system, action interceptor, nextgen UI, M2 dark theme fix
  • feat(compose): LibraryBadges/LibraryActionBadges config API + curated LicensePalette fallback
  • perf(compose): Compose API improvements — performance, design, and token consistency
  • fix(plugin): register android tasks for com.android.kotlin.multiplatform.library
  • feat!: upgrade to Compose 1.11.0-rc01, drop x64 iOS/macOS targets
  • Add overscroll effect parameter
  • feat(compose): expose libraryRow slot for custom item rendering
  • Update Compose 1.11.x, Kotlin 2.4, Compile/Target 37
  • chore(deps): update version-catalog to 0.17.3

🐛 Fixes

  • fix(sample): M2/M3 switcher, variant colors, and header fixes
  • fix(sample): replace remember-based requestFocus with LaunchedEffect
  • fix(plugin): defer dependency resolution to prevent IllegalMutationException under configure-on-demand

💬 Other

  • feat(compose): replace HSV hash fallback with curated LicensePalette cycling
  • fix(sample): introduce fakeLibraries for JVM-compatible compose-buddy previews
  • chore(deps): update mikepenz/action-gh-release action to v3
  • Update to Compose 1.11.0
  • chore(deps): update github actions updates
  • chore(deps): update gradle to v9.5.0
  • fix(deps): update navigation to v2.9.8
  • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.14.4
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.15.1
  • Make AGP 8.13 the minimum required version for v15 of the aboutlibraries plugin
  • chore(deps): update github/codeql-action digest to 7211b7c
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.16.0
  • fix(deps): update dependency com.google.android.material:material to v1.14.0
  • fix(deps): update dependency org.apache.maven:maven-model-builder to v3.9.16
  • chore(deps): update gradle to v9.5.1
  • chore(deps): update github actions updates
  • chore(deps): update gradle/actions digest to 3f131e8
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.17.1
  • fix(deps): update dependency androidx.core:core-ktx to v1.19.0

Contributors:


Configuration

📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).

🚦 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.mikepenz:aboutlibraries-compose-m3](https://github.com/mikepenz/AboutLibraries) | dependencies | major | `14.2.1` -> `15.0.0` | --- ### Release Notes <details> <summary>mikepenz/AboutLibraries (com.mikepenz:aboutlibraries-compose-m3)</summary> ### [`v15.0.0`](https://github.com/mikepenz/AboutLibraries/releases/tag/15.0.0) [Compare Source](https://github.com/mikepenz/AboutLibraries/compare/14.2.1...15.0.0) #### 🚀 Features - feat: remove legacy View-based UI module (aboutlibraries) - PR: [#&#8203;1349](https://github.com/mikepenz/AboutLibraries/issues/1349) - feat(ui): nextgen UI — variant system, accent theming, search, and sample app redesign - PR: [#&#8203;1352](https://github.com/mikepenz/AboutLibraries/issues/1352) - feat(test): integrate DejaVu for Compose recomposition stability tests - PR: [#&#8203;1353](https://github.com/mikepenz/AboutLibraries/issues/1353) - feat(sample): add header position setting (fixed, in-list, sticky) - PR: [#&#8203;1354](https://github.com/mikepenz/AboutLibraries/issues/1354) - feat(sample): animate accent color transitions - PR: [#&#8203;1356](https://github.com/mikepenz/AboutLibraries/issues/1356) - feat(style): add m3LibrariesStyle / m2LibrariesStyle convenience factories - PR: [#&#8203;1357](https://github.com/mikepenz/AboutLibraries/issues/1357) - feat(icons): replace Canvas-drawn glyphs with Material Symbols ImageVectors; make icons configurable - PR: [#&#8203;1358](https://github.com/mikepenz/AboutLibraries/issues/1358) - feat: v15 — variant system, action interceptor, nextgen UI, M2 dark theme fix - PR: [#&#8203;1360](https://github.com/mikepenz/AboutLibraries/issues/1360) - feat(compose): LibraryBadges/LibraryActionBadges config API + curated LicensePalette fallback - PR: [#&#8203;1362](https://github.com/mikepenz/AboutLibraries/issues/1362) - perf(compose): Compose API improvements — performance, design, and token consistency - PR: [#&#8203;1363](https://github.com/mikepenz/AboutLibraries/issues/1363) - fix(plugin): register android tasks for com.android.kotlin.multiplatform.library - PR: [#&#8203;1367](https://github.com/mikepenz/AboutLibraries/issues/1367) - feat!: upgrade to Compose 1.11.0-rc01, drop x64 iOS/macOS targets - PR: [#&#8203;1370](https://github.com/mikepenz/AboutLibraries/issues/1370) - Add `overscroll` effect parameter - PR: [#&#8203;1385](https://github.com/mikepenz/AboutLibraries/issues/1385) - feat(compose): expose libraryRow slot for custom item rendering - PR: [#&#8203;1386](https://github.com/mikepenz/AboutLibraries/issues/1386) - Update Compose 1.11.x, Kotlin 2.4, Compile/Target 37 - PR: [#&#8203;1394](https://github.com/mikepenz/AboutLibraries/issues/1394) - chore(deps): update version-catalog to 0.17.3 - PR: [#&#8203;1399](https://github.com/mikepenz/AboutLibraries/issues/1399) #### 🐛 Fixes - fix(sample): M2/M3 switcher, variant colors, and header fixes - PR: [#&#8203;1355](https://github.com/mikepenz/AboutLibraries/issues/1355) - fix(sample): replace remember-based requestFocus with LaunchedEffect - PR: [#&#8203;1359](https://github.com/mikepenz/AboutLibraries/issues/1359) - fix(plugin): defer dependency resolution to prevent IllegalMutationException under configure-on-demand - PR: [#&#8203;1382](https://github.com/mikepenz/AboutLibraries/issues/1382) #### 💬 Other - feat(compose): replace HSV hash fallback with curated LicensePalette cycling - PR: [#&#8203;1361](https://github.com/mikepenz/AboutLibraries/issues/1361) - fix(sample): introduce fakeLibraries for JVM-compatible compose-buddy previews - PR: [#&#8203;1366](https://github.com/mikepenz/AboutLibraries/issues/1366) - chore(deps): update mikepenz/action-gh-release action to v3 - PR: [#&#8203;1373](https://github.com/mikepenz/AboutLibraries/issues/1373) - Update to Compose 1.11.0 - PR: [#&#8203;1374](https://github.com/mikepenz/AboutLibraries/issues/1374) - chore(deps): update github actions updates - PR: [#&#8203;1375](https://github.com/mikepenz/AboutLibraries/issues/1375) - chore(deps): update gradle to v9.5.0 - PR: [#&#8203;1378](https://github.com/mikepenz/AboutLibraries/issues/1378) - fix(deps): update navigation to v2.9.8 - PR: [#&#8203;1377](https://github.com/mikepenz/AboutLibraries/issues/1377) - fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.14.4 - PR: [#&#8203;1376](https://github.com/mikepenz/AboutLibraries/issues/1376) - fix(deps): update dependency com.mikepenz:version-catalog to v0.15.1 - PR: [#&#8203;1379](https://github.com/mikepenz/AboutLibraries/issues/1379) - Make AGP 8.13 the minimum required version for v15 of the aboutlibraries plugin - PR: [#&#8203;1384](https://github.com/mikepenz/AboutLibraries/issues/1384) - chore(deps): update github/codeql-action digest to [`7211b7c`](https://github.com/mikepenz/AboutLibraries/commit/7211b7c) - PR: [#&#8203;1388](https://github.com/mikepenz/AboutLibraries/issues/1388) - fix(deps): update dependency com.mikepenz:version-catalog to v0.16.0 - PR: [#&#8203;1392](https://github.com/mikepenz/AboutLibraries/issues/1392) - fix(deps): update dependency com.google.android.material:material to v1.14.0 - PR: [#&#8203;1391](https://github.com/mikepenz/AboutLibraries/issues/1391) - fix(deps): update dependency org.apache.maven:maven-model-builder to v3.9.16 - PR: [#&#8203;1390](https://github.com/mikepenz/AboutLibraries/issues/1390) - chore(deps): update gradle to v9.5.1 - PR: [#&#8203;1389](https://github.com/mikepenz/AboutLibraries/issues/1389) - chore(deps): update github actions updates - PR: [#&#8203;1395](https://github.com/mikepenz/AboutLibraries/issues/1395) - chore(deps): update gradle/actions digest to [`3f131e8`](https://github.com/mikepenz/AboutLibraries/commit/3f131e8) - PR: [#&#8203;1396](https://github.com/mikepenz/AboutLibraries/issues/1396) - fix(deps): update dependency com.mikepenz:version-catalog to v0.17.1 - PR: [#&#8203;1397](https://github.com/mikepenz/AboutLibraries/issues/1397) - fix(deps): update dependency androidx.core:core-ktx to v1.19.0 - PR: [#&#8203;1398](https://github.com/mikepenz/AboutLibraries/issues/1398) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz), [@&#8203;renovate-mike](https://github.com/renovate-mike)\[bot], [@&#8203;langsmith](https://github.com/langsmith) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OC4zIiwidXBkYXRlZEluVmVyIjoiNDIuNTguMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90IiwicmVub3ZhdGUiXX0=-->
bot added 1 commit 2026-06-21 04:01:41 +02:00
bot scheduled this pull request to auto merge when all checks succeed 2026-06-21 04:01:41 +02:00
bot merged commit bdf2911a1c into main 2026-06-21 04:01:42 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: helcel/beans#527