From 45d0ed4da475c7dcb3e99b359094ed0d7151a197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:54:23 -0500 Subject: [PATCH] Update plugin dependencyAnalysis to v1.27.0 (#1125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.autonomousapps.dependency-analysis](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin) | `1.26.0` -> `1.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.autonomousapps.dependency-analysis/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.autonomousapps.dependency-analysis/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.autonomousapps.dependency-analysis/1.26.0/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.autonomousapps.dependency-analysis/1.26.0/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis) ### [`v1.27.0`](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-1270) - \[New] Users can exclude source sets from ABI analysis. - \[New] Dominator tree calculation for runtime classpath. - \[New] Move `ignoreKtx()` to DependenciesHandler (structure). Add deprecation. - \[Fixed] Filter `Provider`s from `ConfigurableFileCollection` dependencies. - \[Fixed] Catch exception when analyzing Kotlin files for inline members. - \[Fixed] ReasonTask should use actual ID, not first one it finds that matches `String#startsWith`. - \[Fixed] Make XML source `Comparable` and use sorted sets. - \[Fixed] Track usage of `testInstrumentationRunner` in Android projects. - \[Chore] Check for presence of unused flags and warn. - \[Chore] Don't sign publications when testing. Don't disable configuration cache. - \[Chore] Deal with many old TODOs.
--- ### Configuration 📅 **Schedule**: 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ZacSweers/CatchUp). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 50163d0a1..386ba4b51 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -61,7 +61,7 @@ apollo = { id = "com.apollographql.apollo3", version.ref = "apollo" } baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark"} bugsnag = { id = "com.bugsnag.android.gradle", version = "8.1.0" } cacheFixPlugin = { id = "org.gradle.android.cache-fix", version = "3.0" } -dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "1.26.0" } +dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "1.27.0" } detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } doctor = { id = "com.osacky.doctor", version = "0.9.1" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }