Skip to content

fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0#22

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gradleplugins-dependencyanalysis
Open

fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0#22
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gradleplugins-dependencyanalysis

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

autonomousapps/dependency-analysis-android-gradle-plugin

v1.20.0

  • [New] Support testFixtures in standard JVM projects.
    (Thanks Jendrik Johannes)
  • [New] Can ignore analysis for specified source sets.
    (Thanks Jendrik Johannes)
  • [Fixed] Incorrect advice when using a dependency with a capability.
    (Thanks Jendrik Johannes)
  • [Fixed] False positive for testImplementation dependency with classifier.
    (Thanks Jendrik Johannes)

v1.19.0

  • [New] Analyze dependencies of all source sets in standard JVM projects.
    (Thanks Jendrik Johannes)
  • [Fixed] Dependencies that provide Android Activities are now considered to be providing runtime capabilities.
  • [Fixed] Variant-specific declarations now more accurately map to variant-specific usages in the advice.
  • [Fixed] Allow exclusions to be added more than once.
    (Thanks Daan Schipper)
  • Kotlinx Metadata 0.6.0.
    (Thanks Gabriel Ittner)

v1.18.0

  • [New] Add flag for ignoring android variants.
    (Thanks Sergey Boishtyan)
  • [New] Use buffered reading when reading files in SynthesizeDependenciesTask.
    (Thanks Daan Schipper)

v1.17.0

  • [Fixed] Fix NPE in asmUtil.exportedPackages().
    (Thanks Jendrik Johannes)
  • [Fixed] Coordinates.compareTo() fix.
    (Thanks Jendrik Johannes)
  • [Fixed] Use buffered writer when writing large json objects to file.
    (Thanks Daan Schipper)

v1.16.0

  • [New] Support ABI filtering on project level.
    (Thanks Martijn Vegter.)
  • [New] You can now specify an allow-list (using regex) of which projects to enable analysis on. By default, the regex
    is ".*" (that is, all projects). An example of a regex that would exclude paths matching a prefix is
    "^((?!:prefix)).*$". Example usage:

v1.15.0

  • [Fixed] Duplicated declaration does not lead to wrong analysis result (#​807)
    (Thanks Jendrik Johannes)
  • [Fixed] Use information from 'module-info' to determine if a package is public.
    (Thanks Jendrik Johannes)
  • [Fixed] project(...) dependencies between subprojects of an included build.
    (Thanks Jendrik Johannes)
  • [Fixed] The requested version is irrelevant for included builds.
    (Thanks Jendrik Johannes)
  • Improve performance in SynthesizeDependenciesTask.
  • Eliminate some redundant work in FindInlineMembersTask.
  • Eliminate some redundant work relating to JarExploder.
  • Use asm 9.4.

Thanks as well to Adam Ahmed for modernizing the GHA workflows!

v1.14.1

  • [New] Support analysis of androidTest source sets.
  • [Fixed] Improve sorting of duplicate versions.
  • [Fixed] Only check AGP version on root project.
  • Add debug logs for issue 780.
  • Extracted new graph-support library.
  • Bug fixes and performance improvements.

v1.14.0

  • [New] Support analysis of androidTest source sets.
  • [Fixed] Improve sorting of duplicate versions.
  • [Fixed] Only check AGP version on root project.
  • Add debug logs for issue 780.
  • Extracted new graph-support library.
  • Bug fixes and performance improvements.

v1.13.1

  • [New] ./gradlew printDuplicateDependencies will generate a report and print to console all external dependencies in
    the build for which various subprojects resolve varying versions. This is an indication that your build might benefit
    from a platform.
  • [New] fixDependencies task now supports the --upgrade flag, which triggers it to only "upgrade" dependencies (from
    implementation to api, and to add used transitives that aren't yet declared). Use it like:
    ./gradlew :module:fixDependencies --upgrade.
  • [Fixed] Consider ModuleAdvice to be empty if none of it is actionable.
  • Various improvements to Groovy Gradle build script grammar.

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. View repository job log here.

@renovate renovate bot force-pushed the renovate/gradleplugins-dependencyanalysis branch from 3c7350a to 29a775a Compare November 20, 2022 18:53
@renovate renovate bot changed the title Update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.13.1 Update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.15.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/gradleplugins-dependencyanalysis branch from 29a775a to 95c096d Compare March 16, 2023 13:30
@renovate renovate bot changed the title Update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.15.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.19.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/gradleplugins-dependencyanalysis branch from 95c096d to f9aa26c Compare May 28, 2023 11:49
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.19.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 May 28, 2023
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 - autoclosed May 31, 2023
@renovate renovate bot closed this May 31, 2023
@renovate renovate bot deleted the renovate/gradleplugins-dependencyanalysis branch May 31, 2023 13:30
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 - autoclosed fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 May 31, 2023
@renovate renovate bot reopened this May 31, 2023
@renovate renovate bot restored the renovate/gradleplugins-dependencyanalysis branch May 31, 2023 15:47
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 - autoclosed May 31, 2023
@renovate renovate bot closed this May 31, 2023
@renovate renovate bot deleted the renovate/gradleplugins-dependencyanalysis branch May 31, 2023 21:51
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 - autoclosed fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 Jun 1, 2023
@renovate renovate bot reopened this Jun 1, 2023
@renovate renovate bot restored the renovate/gradleplugins-dependencyanalysis branch June 1, 2023 05:12
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 - autoclosed Jun 1, 2023
@renovate renovate bot closed this Jun 1, 2023
@renovate renovate bot deleted the renovate/gradleplugins-dependencyanalysis branch June 1, 2023 06:01
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 - autoclosed fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.20.0 Jun 1, 2023
@renovate renovate bot reopened this Jun 1, 2023
@renovate renovate bot restored the renovate/gradleplugins-dependencyanalysis branch June 1, 2023 15:23
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