Update plugin com.autonomousapps.dependency-analysis to v3 #142

Merged
bot merged 1 commits from renovate/com.autonomousapps.dependency-analysis-3.x into main 2025-09-10 04:01:07 +02:00
Member

This PR contains the following updates:

Package Type Update Change
com.autonomousapps.dependency-analysis plugin major 2.19.0 -> 3.0.1

Release Notes

autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)

v3.0.1

  • [Fix] set apiVersion and languageVersion to 2.0 for Gradle 8.11 support.

v3.0.0

  • [Build] now building with Gradle 9.0.0.

  • [Breaking] minimum supported version of Gradle is now 8.11.

  • [Breaking]: annotations and their parameter classes are always considered compileOnly.

    Annotations for which the class file is not present are treated like being non-existent by the JVM.
    If someone wants to consume an annotation via reflection, they are responsible for providing the class file
    at runtime, so from the annotating project's view, annotations are always compileOnly.
    The same is true for classes and enums used as annotation arguments.
    The only exception is a class literal as argument that is coming from a different artifact than the
    annotation, such as a JUnit 4 runner implementation; those are considered implementation.

  • [Feat]: Add type-safe accessor support for fixDependencies task.

  • [Feat]: report excluded dependencies as unused.

  • [Feat]: add coordinates identifier in the error message for invalid change.

  • [Feat]: moving internal.artifacts package to new module, com.autonomousapps:variant-artifacts.

  • [Feat]: detect and report all Android resource references in Manifest files.

  • [Fix]: detect constants more consistently including from e.g. inner classes.

  • [Fix]: Move useTypesafeProjectAccessors to global dsl service.

  • [Fix]: reason works on included builds.

  • [Fix]: recognize test fixtures not only in Android libraries, but in Android app modules, too.

  • [Fix]: use Android flavors more consistently in advice.

  • [Chore]: update guava to 33.4.8-jre.

  • [Chore]: update AGP to the latest stable version, 8.12.0, and test against 8.13.0-alpha03.

  • [Chore]: add API-tracking tasks using metalava. Adopt semantic versioning.


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.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | plugin | major | `2.19.0` -> `3.0.1` | --- ### Release Notes <details> <summary>autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)</summary> ### [`v3.0.1`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-301) - \[Fix] set apiVersion and languageVersion to 2.0 for Gradle 8.11 support. ### [`v3.0.0`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-300) - \[Build] now building with Gradle 9.0.0. - \[Breaking] minimum supported version of Gradle is now 8.11. - \[Breaking]: annotations and their parameter classes are always considered `compileOnly`. Annotations for which the class file is not present are treated like being non-existent by the JVM. If someone wants to consume an annotation via reflection, they are responsible for providing the class file at runtime, so from the annotating project's view, annotations are always `compileOnly`. The same is true for classes and enums used as annotation arguments. The only exception is a class literal as argument that is coming from a different artifact than the annotation, such as a JUnit 4 runner implementation; those are considered `implementation`. - \[Feat]: Add type-safe accessor support for fixDependencies task. - \[Feat]: report excluded dependencies as unused. - \[Feat]: add coordinates identifier in the error message for invalid change. - \[Feat]: moving `internal.artifacts` package to new module, `com.autonomousapps:variant-artifacts`. - \[Feat]: detect and report all Android resource references in Manifest files. - \[Fix]: detect constants more consistently including from e.g. inner classes. - \[Fix]: Move `useTypesafeProjectAccessors` to global dsl service. - \[Fix]: reason works on included builds. - \[Fix]: recognize test fixtures not only in Android libraries, but in Android app modules, too. - \[Fix]: use Android flavors more consistently in advice. - \[Chore]: update guava to 33.4.8-jre. - \[Chore]: update AGP to the latest stable version, 8.12.0, and test against 8.13.0-alpha03. - \[Chore]: add API-tracking tasks using metalava. Adopt semantic versioning. </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS44IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90IiwicmVub3ZhdGUiXX0=-->
bot added 1 commit 2025-09-10 04:01:04 +02:00
bot scheduled this pull request to auto merge when all checks succeed 2025-09-10 04:01:04 +02:00
bot merged commit fb0ee7e6e3 into main 2025-09-10 04:01:07 +02:00
bot deleted branch renovate/com.autonomousapps.dependency-analysis-3.x 2025-09-10 04:01:07 +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/keepass-fidelity#142
No description provided.