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 dependency com.autonomousapps.dependency-analysis to v2.10.1 #79

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.autonomousapps.dependency-analysis 2.6.1 -> 2.10.1 age adoption passing confidence

Release Notes

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

v2.10.1

  • [Fix]: BuildHealthException extends VerificationException.
  • [Fix]: module advice must be 'actionable' to be 'not empty'.

v2.10.0

  • [Feat]: new dependencyAnalysis.reporting.printBuildHealth DSL option.
  • [Fix]: support colorizing multiline strings.

v2.9.0

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

v2.8.2

  • [Fix]: generate supergraph just once per variant (source set).

v2.8.1

  • [Fix]: cache SuperClassGraph. No need to recompute for each dependency.
  • [Fix]: use less heap by using empty singleton collections.
  • [Fix]: trade metaspace for heap by interning strings.

v2.8.0

  • [Feat]: support reasoning about multiple pieces of advice.
  • [Fix]: compute/printDuplicateDependencies works even when not all projects apply this plugin.
  • [Fix]: do not filter out advice to add to testImplementation if there is conflicting advice to downgrade from implementation.
  • [Fix]: compileOnly dependencies are not visible to the test compile classpath.
  • [Build]: use Gradle 8.12.1
  • [Chore]: update to AGP 8.8.0
  • [Refactor]: use DependencyHandler.project() instead of Project.project().
  • [Test]: only run functionalTest against latest combination of AGP and Gradle.
  • [Test]: don't forward stdout on CI.

v2.7.0

  • [Feat]: can set severity and filter duplicate class warnings.
  • [Feat]: don't recommend removing implementation dependency on necessary superclass.
  • [Chore]: use non-deprecated method when available.
  • [Chore]: update various dependencies, including antlr.

New DSL option for configuring duplicate class warnings:

// root build.gradle[.kts]
dependencyAnalysis {
  issues {
    all {
      onDuplicateClassWarnings {
        severity(<"fail"|"warn"|"ignore">)
        // Fully-qualified class reference to exclude, slash- or dot-delimited
        exclude("org/jetbrains/annotations/NotNull", "org.jetbrains.annotations.Nullable")
      }
    }
  }
}

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 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.


  • 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 force-pushed the renovate/dependency.analysis branch 11 times, most recently from 5646e3d to c8cc7fd Compare January 20, 2025 17:44
@renovate renovate bot force-pushed the renovate/dependency.analysis branch 4 times, most recently from 1d919f7 to 886ec6e Compare January 26, 2025 17:58
@renovate renovate bot force-pushed the renovate/dependency.analysis branch 3 times, most recently from 4665253 to 025d318 Compare January 29, 2025 21:46
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v2.7.0 Update dependency com.autonomousapps.dependency-analysis to v2.8.0 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/dependency.analysis branch 6 times, most recently from 026882e to 31152aa Compare February 3, 2025 20:47
@renovate renovate bot force-pushed the renovate/dependency.analysis branch from 31152aa to cc2657d Compare February 8, 2025 02:05
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v2.8.0 Update dependency com.autonomousapps.dependency-analysis to v2.8.1 Feb 8, 2025
@renovate renovate bot force-pushed the renovate/dependency.analysis branch 2 times, most recently from 3acd86a to d275c64 Compare February 8, 2025 16:42
@renovate renovate bot force-pushed the renovate/dependency.analysis branch 2 times, most recently from f96be33 to 631a567 Compare February 11, 2025 12:42
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v2.8.1 Update dependency com.autonomousapps.dependency-analysis to v2.8.2 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/dependency.analysis branch 12 times, most recently from ba8a87c to 50abce8 Compare February 18, 2025 01:27
@renovate renovate bot force-pushed the renovate/dependency.analysis branch 4 times, most recently from f5d9e9f to 262d264 Compare February 20, 2025 19:23
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v2.8.2 Update dependency com.autonomousapps.dependency-analysis to v2.10.0 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/dependency.analysis branch 2 times, most recently from 3129acc to 9819a94 Compare February 22, 2025 02:31
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v2.10.0 Update dependency com.autonomousapps.dependency-analysis to v2.10.1 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/dependency.analysis branch 5 times, most recently from b67c613 to 5fcbdd3 Compare February 24, 2025 19:29
@renovate renovate bot force-pushed the renovate/dependency.analysis branch from 5fcbdd3 to ea3c77a Compare February 24, 2025 22:39
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.

0 participants