Skip to content

Commit

Permalink
Update dependencyAnalysisPlugin to v2.2.0 (#1046)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[com.autonomousapps.dependency-analysis](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin)
| plugin | minor | `2.1.4` -> `2.2.0` |
|
[com.autonomousapps:dependency-analysis-gradle-plugin](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin)
| dependencies | minor | `2.1.4` -> `2.2.0` |

---

### Release Notes

<details>
<summary>autonomousapps/dependency-analysis-android-gradle-plugin
(com.autonomousapps.dependency-analysis)</summary>

###
[`v2.2.0`](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-220)

-   \[Feat]: new ReportingHandler with ability to specify postscript.
- \[Feat]: DSL option that opts-in source sets to requiring explicit
dependencies.
-   \[Chore]: build and test against Gradle 8.10.2.
-   \[Chore]: bump to latest Kotlin 1.9.x patch.
-   \[Chore]: update to AGP 8.7 stable and 8.8 alpha04

Summary of new DSL options below:

```kotlin
// root build.gradle[.kts] or settings.gradle[.kts]
dependencyAnalysis {
  structure {
    explicitSourceSets(/* vararg of source sets to be treated "explicitly" */)
  }
  reporting {
    postscript(/* Some text to help out end users who may not be build engineers. */)
  }
}
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Oct 21, 2024
1 parent 6e3bc36 commit 19535a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ compose-jb-stable = "1.7.0"
coroutines = "1.9.0"
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#coroutinesLibraries
coroutines-ij = "1.9.0"
dependencyAnalysisPlugin = "2.1.4"
dependencyAnalysisPlugin = "2.2.0"
detekt = "1.23.7"
dokka = "2.0.0-Beta"
errorproneGradle = "4.1.0"
Expand Down

0 comments on commit 19535a5

Please sign in to comment.