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 dependencyAnalysis to v2.6.1 #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.autonomousapps.dependency-analysis 2.1.0 -> 2.6.1 age adoption passing confidence
com.autonomousapps:dependency-analysis-gradle-plugin 2.1.0 -> 2.6.1 age adoption passing confidence

Release Notes

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

v2.6.1

  • [Fix]: superClassName can be null (Object has no superclass).

v2.6.0

  • [Feat]: improvements relating to generating project graphs.
  • [Fix]: use stable kotlin-metadata 2.0.21.
  • [Fix]: error message code example
  • [Chore]: use graph-support v0.4.
  • [Chore]: build with Gradle 8.11.1.
  • [Chore]: use com.gradle.develocity plugin exclusively.
  • [Chore]: replace deprecated kotlinOptions with compilerOptions.

v2.5.0

  • [Feat]: use KotlinEditor to rewrite Gradle Kotlin DSL scripts.
  • [Fix]: ProjectAdvice is totally Comparable.
  • [Refactor]: make a lot of data models internal that don't need to be public.

v2.4.2

  • [Fix]: reason can explain usage of invisible annotations.

v2.4.1

  • [Fix]: differentiate visible from invisible annotations.
  • [Fix]: enable easier runtime debugging of bytecode analysis.
    Use -Ddependency.analysis.bytecode.logging=true to get extremely verbose logging during bytecode analysis.

v2.4.0

  • [Feat]: detect duplicate class files on compile and runtime classpaths, and warn.
  • [Fix]: use asm-relocated 9.7.1.0. Support Java 23.

v2.3.0

  • [Feat]: enable reason task to get reason for specific gradle capabilities (e.g., test-fixtures).
  • [Fix]: don't suggest removing runtime-required annotation libraries.
  • [Fix]: only print issue postscript if there's an issue to report.

Example usage of reason:

./gradlew app:reason --id foo --capability test-fixtures

Which will print the "reason" for any advice relating to the test-fixtures variant of the foo library.

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

v2.1.4

  • [Fix]: @Metadata's d2 array should typically be compileOnly.

v2.1.3

  • [Fix]: kotlin modules can have java code.
  • [Fix]: classes referenced in runtime-retained annotations are required at runtime.
  • [Fix]: reason for dependencies used in annotations is still confusing but less misleading.

v2.1.2

  • [Fix]: include project description json at both external and internal coordinates.

v2.1.1

  • [Fix]: improve separation of "annotation" vs "not-annotation" in bytecode analysis.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependencyAnalysis to v2.1.1 Update dependencyAnalysis to v2.1.2 Oct 3, 2024
@renovate renovate bot force-pushed the deps/dependencyanalysis branch 2 times, most recently from ea3bc8d to 9a4d507 Compare October 4, 2024 07:13
@renovate renovate bot changed the title Update dependencyAnalysis to v2.1.2 Update dependencyAnalysis to v2.1.3 Oct 4, 2024
@renovate renovate bot changed the title Update dependencyAnalysis to v2.1.3 Update dependencyAnalysis to v2.1.4 Oct 4, 2024
@renovate renovate bot force-pushed the deps/dependencyanalysis branch from 9a4d507 to c909a2d Compare October 4, 2024 22:37
@renovate renovate bot force-pushed the deps/dependencyanalysis branch from c909a2d to ed398bc Compare October 18, 2024 21:05
@renovate renovate bot changed the title Update dependencyAnalysis to v2.1.4 Update dependencyAnalysis to v2.2.0 Oct 18, 2024
@renovate renovate bot changed the title Update dependencyAnalysis to v2.2.0 Update dependencyAnalysis to v2.3.0 Oct 24, 2024
@renovate renovate bot force-pushed the deps/dependencyanalysis branch 2 times, most recently from a722ee2 to 17bdba2 Compare October 31, 2024 02:12
@renovate renovate bot changed the title Update dependencyAnalysis to v2.3.0 Update dependencyAnalysis to v2.4.0 Oct 31, 2024
@renovate renovate bot force-pushed the deps/dependencyanalysis branch from 17bdba2 to 0c9a697 Compare November 2, 2024 00:50
@renovate renovate bot changed the title Update dependencyAnalysis to v2.4.0 Update dependencyAnalysis to v2.4.1 Nov 2, 2024
@renovate renovate bot force-pushed the deps/dependencyanalysis branch from 0c9a697 to d8a210c Compare November 4, 2024 01:33
@renovate renovate bot changed the title Update dependencyAnalysis to v2.4.1 Update dependencyAnalysis to v2.4.2 Nov 4, 2024
@renovate renovate bot changed the title Update dependencyAnalysis to v2.4.2 Update dependencyAnalysis to v2.5.0 Nov 21, 2024
@renovate renovate bot force-pushed the deps/dependencyanalysis branch from d8a210c to 5034cb0 Compare November 21, 2024 10:35
@renovate renovate bot force-pushed the deps/dependencyanalysis branch from 5034cb0 to 89a9c8a Compare December 5, 2024 00:03
@renovate renovate bot changed the title Update dependencyAnalysis to v2.5.0 Update dependencyAnalysis to v2.6.0 Dec 5, 2024
@renovate renovate bot changed the title Update dependencyAnalysis to v2.6.0 Update dependencyAnalysis to v2.6.1 Dec 14, 2024
@renovate renovate bot force-pushed the deps/dependencyanalysis branch from 89a9c8a to 8d53c48 Compare December 14, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants