[Feat]: if buildHealth contains only warnings, adjust message to be less severe.
[Feat]: provide way to opt-out of printing postscript if it only contains warnings.
[Feat]: improve console output with colors and smarter vertical spacing.
[Fix]: improve comparability of Declaration.
[Fix]: dependency model classes are now fully Comparable.
[Fix]: Source is fully Comparable.
[Fix]: ExplodingBytecode is fully Comparable.
[Perf]: improve performance of isForMissingSuperclass (again).
[Chore]: update to Kotlin 2.0.21.
[Chore]: test against AGP 8.9 and 8.10
dependencyAnalysis{reporting{onlyOnFailure(false)// when true, only prints postscript when there are failure-level issues.
postscript(/* Some text to help out end users who may not be build engineers. */)}}
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | plugin | minor | `2.8.2` -> `2.10.1` |
---
### Release Notes
<details>
<summary>autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)</summary>
### [`v2.10.1`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-2101)
- \[Fix]: `BuildHealthException` extends `VerificationException`.
- \[Fix]: module advice must be 'actionable' to be 'not empty'.
### [`v2.10.0`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-2100)
- \[Feat]: new `dependencyAnalysis.reporting.printBuildHealth` DSL option.
- \[Fix]: support colorizing multiline strings.
### [`v2.9.0`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-290)
- \[Feat]: if buildHealth contains only warnings, adjust message to be less severe.
- \[Feat]: provide way to opt-out of printing postscript if it only contains warnings.
- \[Feat]: improve console output with colors and smarter vertical spacing.
- \[Fix]: improve comparability of `Declaration`.
- \[Fix]: dependency model classes are now fully Comparable.
- \[Fix]: `Source` is fully Comparable.
- \[Fix]: `ExplodingBytecode` is fully Comparable.
- \[Perf]: improve performance of `isForMissingSuperclass` (again).
- \[Chore]: update to Kotlin 2.0.21.
- \[Chore]: test against AGP 8.9 and 8.10
```kotlin
dependencyAnalysis {
reporting {
onlyOnFailure(false) // when true, only prints postscript when there are failure-level issues.
postscript(/* Some text to help out end users who may not be build engineers. */)
}
}
```
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3QiLCJyZW5vdmF0ZSJdfQ==-->
bot
force-pushed renovate/com.autonomousapps.dependency-analysis-2.x from 7021109a9e to 262dc088812025-02-22 03:02:27 +01:00Compare
bot
changed title from Update plugin com.autonomousapps.dependency-analysis to v2.10.0 to Update plugin com.autonomousapps.dependency-analysis to v2.10.12025-02-22 03:02:30 +01:00
bot
merged commit 262dc08881 into main2025-02-22 03:02:30 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
2.8.2->2.10.1Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)
v2.10.1BuildHealthExceptionextendsVerificationException.v2.10.0dependencyAnalysis.reporting.printBuildHealthDSL option.v2.9.0Declaration.Sourceis fully Comparable.ExplodingBytecodeis fully Comparable.isForMissingSuperclass(again).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.
This PR has been generated by Renovate Bot.
7021109a9eto262dc08881Update plugin com.autonomousapps.dependency-analysis to v2.10.0to Update plugin com.autonomousapps.dependency-analysis to v2.10.1