Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencyAnalysisPlugin to v2.2.0 #1046

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

slack-oss-bot
Copy link
Collaborator

@slack-oss-bot slack-oss-bot commented Oct 19, 2024

This PR contains the following updates:

Package Type Update Change
com.autonomousapps.dependency-analysis plugin minor 2.1.4 -> 2.2.0
com.autonomousapps:dependency-analysis-gradle-plugin dependencies minor 2.1.4 -> 2.2.0

Release Notes

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

v2.2.0

  • [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:

// 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. */)
  }
}

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@slack-oss-bot slack-oss-bot force-pushed the test-renovate/dependencyanalysisplugin branch from 4de05b0 to e738414 Compare October 20, 2024 08:07
@slack-oss-bot slack-oss-bot force-pushed the test-renovate/dependencyanalysisplugin branch from e738414 to 6da0de4 Compare October 21, 2024 08:07
@slack-oss-bot slack-oss-bot added this pull request to the merge queue Oct 21, 2024
Merged via the queue into main with commit 19535a5 Oct 21, 2024
3 checks passed
@slack-oss-bot slack-oss-bot deleted the test-renovate/dependencyanalysisplugin branch October 21, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants