Skip to content

fix(deps): Update aboutlibraries to v15 - #681

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-aboutlibraries
Open

fix(deps): Update aboutlibraries to v15#681
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-aboutlibraries

Conversation

@renovate

@renovate renovate Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.mikepenz.aboutlibraries.plugin.android 13.1.015.0.4 age confidence
com.mikepenz.aboutlibraries.plugin 13.1.015.0.4 age confidence
com.mikepenz:aboutlibraries-compose-m3 13.1.015.0.4 age confidence

Release Notes

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

v15.0.4

Compare Source

🐛 Fixes

  • fix(build): stop leaking compose-stability-runtime into consumers

💬 Other

  • chore(deps): update github/codeql-action digest to 54f647b
  • chore(deps): update gradle to v9.6.1
  • chore(deps): update actions/cache action to v6
  • chore(deps): update github actions updates

Contributors:

v15.0.3

Compare Source

🚀 Features

  • fix(compose-m3): fix spurious horizontal padding in license bottom sheet

💬 Other

  • chore(deps): update github actions updates
  • chore(deps): update actions/checkout action to v7
  • chore(deps): update gradle to v9.6.0
  • fix(deps): update lifecycle to v2.11.0

Contributors:

v15.0.2

Compare Source

🚀 Features

  • Expose bottom sheet state from the LibrariesContainer

💬 Other

  • Add missing foojay resolver for the convention plugin

Contributors:

v15.0.1

Compare Source

🚀 Features

  • feat(compose): edge-to-edge detail sheet with expansion-driven corners
  • feat(compose): add Dialog library detail mode + sample improvements
  • feat(compose): configurable license dialog width; align M2 with M3

🐛 Fixes

  • fix(plugin): configure outputFile for android exportLibraryDefinitions task
  • feat(compose): expose variantTextStyles on LibrariesContainer

💬 Other

  • chore(deps): update github actions updates
  • fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.4.0

Contributors:

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:

v14.2.1

Compare Source

🐛 Fixes

  • fix(plugin): defer dependency resolution to prevent IllegalMutationException under configure-on-demand (14.x.y)

Contributors:

v14.2.0

Compare Source

🚀 Features

  • fix(plugin): register android tasks for com.android.kotlin.multiplatform.library

Contributors:

v14.1.0

Compare Source

🚀 Features

  • feat(plugin): add includeLicenses build-time filter

🧪 Tests

  • test(plugin): add Groovy DSL functional tests for collect shadowing

💬 Other

  • chore(deps): update plugin com.gradle.plugin-publish to v2
  • chore(renovate): extend shared convention preset
  • chore(deps): update github actions updates
  • chore(deps): update gradle to v9.4.1
  • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.14.3
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.14.1
  • fix(plugin): restore SetProperty DSL, map to string input for CC
  • chore(deps): update github actions updates
  • chore(deps): update actions/upload-pages-artifact action to v5
  • chore(deps): update actions/github-script action to v9
  • fix(deps): update dependency org.apache.maven:maven-model-builder to v3.9.15
  • fix(build): remove os.arch=x86_64 workaround breaking Kotlin Native on arm64

Contributors:

v14.0.1

Compare Source

🐛 Fixes

  • Restore empty color-v21 divider resources

💬 Other

  • chore: Configure Renovate
  • fix(deps): update dependency com.mikepenz:material-design-iconic-typeface to v2.2.0.10-kotlin
  • chore(ci): enable automerge for gradle/maven patch and minor updates
  • chore(deps): pin dependencies
  • chore(deps): update actions/download-artifact action to v8

Contributors:

v14.0.0

Compare Source

🚀 Features

  • Migrate back to normal collections and mark them stable
  • Mark more classes stable
  • Migrate to new AGP Plugin | Add support for new AGP Plugin
  • Introduce new wear material 3 compose module
  • Remove legacy Android task support in Gradle Plugin, improve support for new variant API
  • Migrate to ArtifactView API

🧪 Tests

  • Add Paparazzi preview tests and update dependencies

💬 Other

  • Move to new KMP Android Library plugin for KMP library modules
  • Add Compost Stability Plugin
  • Prepare for paparazzi screenshot tests
  • Improve Android KMP Gradle Plugin via Convention plugin
  • Correct formatting of kotlinx.immutable in MIGRATION.md
  • Update .gitignore to include .kotlin directory
  • Update to compose multiplatform 1.10.0
  • docs: add section about AGP 9.0 to README
  • Bump actions/upload-artifact from 6 to 7
  • docs: add description resource strings to keep file guidance
  • Bump mikepenz/action-gh-release from 1 to 2
  • Bump gradle/actions from 5 to 6
  • Bump actions/configure-pages from 5 to 6
  • Bump actions/deploy-pages from 4 to 5
  • chore(deps): update dependencies | Kotlin 2.3.20 | Compose 1.10.3
  • chore(ci): replace Danger with GitHub Actions native PR checks and SARIF

Contributors:

v13.2.1

Compare Source

[!NOTE]
Re-publish of 13.2.0 due to a sonatype central API issue

> Failed to check deployment status for f4a5b999-79b5-4bdf-83a8-e758ed898a66 code: 502 msg: <html>
For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
  <head><title>502 Bad Gateway</title></head>
  <body>
  <center><h1>502 Bad Gateway</h1></center>
  </body>
  </html>

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 label Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/major-aboutlibraries branch from 0acebb7 to 34cbbaf Compare August 16, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants