Update dependency com.mikepenz:aboutlibraries-core to v14 #438

Merged
bot merged 3 commits from renovate/com.mikepenz-aboutlibraries-core-14.x into main 2026-04-12 04:01:15 +02:00
Member

This PR contains the following updates:

Package Type Update Change
com.mikepenz:aboutlibraries-core dependencies major 13.2.1 -> 14.0.1

Release Notes

mikepenz/AboutLibraries (com.mikepenz:aboutlibraries-core)

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:


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-core](https://github.com/mikepenz/AboutLibraries) | dependencies | major | `13.2.1` -> `14.0.1` | --- ### Release Notes <details> <summary>mikepenz/AboutLibraries (com.mikepenz:aboutlibraries-core)</summary> ### [`v14.0.1`](https://github.com/mikepenz/AboutLibraries/releases/tag/14.0.1) [Compare Source](https://github.com/mikepenz/AboutLibraries/compare/14.0.0...14.0.1) #### 🐛 Fixes - Restore empty color-v21 divider resources - PR: [#&#8203;1331](https://github.com/mikepenz/AboutLibraries/issues/1331) #### 💬 Other - chore: Configure Renovate - PR: [#&#8203;1317](https://github.com/mikepenz/AboutLibraries/issues/1317) - fix(deps): update dependency com.mikepenz:material-design-iconic-typeface to v2.2.0.10-kotlin - PR: [#&#8203;1320](https://github.com/mikepenz/AboutLibraries/issues/1320) - chore(ci): enable automerge for gradle/maven patch and minor updates - PR: [#&#8203;1327](https://github.com/mikepenz/AboutLibraries/issues/1327) - chore(deps): pin dependencies - PR: [#&#8203;1319](https://github.com/mikepenz/AboutLibraries/issues/1319) - chore(deps): update actions/download-artifact action to v8 - PR: [#&#8203;1324](https://github.com/mikepenz/AboutLibraries/issues/1324) #### Contributors: - [@&#8203;renovate-mike](https://github.com/renovate-mike)\[bot], [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v14.0.0`](https://github.com/mikepenz/AboutLibraries/releases/tag/14.0.0) [Compare Source](https://github.com/mikepenz/AboutLibraries/compare/13.2.1...14.0.0) #### 🚀 Features - Migrate back to normal collections and mark them stable - PR: [#&#8203;1267](https://github.com/mikepenz/AboutLibraries/issues/1267) - Mark more classes stable - PR: [#&#8203;1280](https://github.com/mikepenz/AboutLibraries/issues/1280) - Migrate to new AGP Plugin | Add support for new AGP Plugin - PR: [#&#8203;1283](https://github.com/mikepenz/AboutLibraries/issues/1283) - Introduce new wear material 3 compose module - PR: [#&#8203;1287](https://github.com/mikepenz/AboutLibraries/issues/1287) - Remove legacy Android task support in Gradle Plugin, improve support for new variant API - PR: [#&#8203;1288](https://github.com/mikepenz/AboutLibraries/issues/1288) - Migrate to ArtifactView API - PR: [#&#8203;1297](https://github.com/mikepenz/AboutLibraries/issues/1297) #### 🧪 Tests - Add Paparazzi preview tests and update dependencies - PR: [#&#8203;1298](https://github.com/mikepenz/AboutLibraries/issues/1298) #### 💬 Other - Move to new KMP Android Library plugin for KMP library modules - PR: [#&#8203;1278](https://github.com/mikepenz/AboutLibraries/issues/1278) - Add Compost Stability Plugin - PR: [#&#8203;1279](https://github.com/mikepenz/AboutLibraries/issues/1279) - Prepare for paparazzi screenshot tests - PR: [#&#8203;1285](https://github.com/mikepenz/AboutLibraries/issues/1285) - Improve Android KMP Gradle Plugin via Convention plugin - PR: [#&#8203;1286](https://github.com/mikepenz/AboutLibraries/issues/1286) - Correct formatting of `kotlinx.immutable` in MIGRATION.md - PR: [#&#8203;1290](https://github.com/mikepenz/AboutLibraries/issues/1290) - Update .gitignore to include .kotlin directory - PR: [#&#8203;1291](https://github.com/mikepenz/AboutLibraries/issues/1291) - Update to compose multiplatform 1.10.0 - PR: [#&#8203;1292](https://github.com/mikepenz/AboutLibraries/issues/1292) - docs: add section about AGP 9.0 to README - PR: [#&#8203;1295](https://github.com/mikepenz/AboutLibraries/issues/1295) - Bump actions/upload-artifact from 6 to 7 - PR: [#&#8203;1307](https://github.com/mikepenz/AboutLibraries/issues/1307) - docs: add description resource strings to keep file guidance - PR: [#&#8203;1308](https://github.com/mikepenz/AboutLibraries/issues/1308) - Bump mikepenz/action-gh-release from 1 to 2 - PR: [#&#8203;1309](https://github.com/mikepenz/AboutLibraries/issues/1309) - Bump gradle/actions from 5 to 6 - PR: [#&#8203;1311](https://github.com/mikepenz/AboutLibraries/issues/1311) - Bump actions/configure-pages from 5 to 6 - PR: [#&#8203;1313](https://github.com/mikepenz/AboutLibraries/issues/1313) - Bump actions/deploy-pages from 4 to 5 - PR: [#&#8203;1312](https://github.com/mikepenz/AboutLibraries/issues/1312) - chore(deps): update dependencies | Kotlin 2.3.20 | Compose 1.10.3 - PR: [#&#8203;1314](https://github.com/mikepenz/AboutLibraries/issues/1314) - chore(ci): replace Danger with GitHub Actions native PR checks and SARIF - PR: [#&#8203;1315](https://github.com/mikepenz/AboutLibraries/issues/1315) #### Contributors: - [@&#8203;Goooler](https://github.com/Goooler), [@&#8203;mikepenz](https://github.com/mikepenz), [@&#8203;keta1](https://github.com/keta1), [@&#8203;svenjacobs](https://github.com/svenjacobs), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;jlee129589](https://github.com/jlee129589) </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-04-08 04:01:25 +02:00
bot force-pushed renovate/com.mikepenz-aboutlibraries-core-14.x from 0be042a92b to efb217ecc2 2026-04-09 04:00:58 +02:00 Compare
bot force-pushed renovate/com.mikepenz-aboutlibraries-core-14.x from efb217ecc2 to ab65784c93 2026-04-10 04:01:16 +02:00 Compare
bot force-pushed renovate/com.mikepenz-aboutlibraries-core-14.x from ab65784c93 to 8a6df0c08e 2026-04-12 04:00:57 +02:00 Compare
bot merged commit 09ba61f3c5 into main 2026-04-12 04:01:15 +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#438