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 v1.33.0 #197

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2023

This PR contains the following updates:

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

Release Notes

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

v1.33.0

  • [Feat] Bundle kotlin-test to avoid false-positives.
  • [Fix] Merge dependency usages by identifier, not gav.
  • [Fix] Publish graph-support v0.3, fixing broken metadata.
  • [Fix] Improve performance of usesResByRes.
  • [Fix] Sort output of findDeclarations.
  • [Fix] Sort output of graphView tasks.
  • [Fix] Handle constant pool tag 17 (CONSTANT_DYNAMIC).
  • [Chore] Update latest stable AGP version to 8.5.1.

v1.32.0

  • [New] Output dominator tree results in JSON format including size and total size of deps.
  • [New] Allow to force app behavior for pure Java projects.
  • [New] generateProjectGraph task.
  • [New] reason works for multi-capabilities.
  • [New] Print build file path in projectHealth console report.
  • [Fix] Enhance logging (more) when ConstantPoolParser throws exception.
  • [Fix] Do not dotty for path matching and remove prefix and suffix from binary class name.
  • [Fix] Fix Windows file separator incompatibility.
  • [Fix] Don't suggest adding testImplementation dependency on self.
  • [Fix] DAGP variants have a Category of 'dependency-analysis'.
  • [Fix] Sort an input map for better reproducibility.

v1.31.0

  • [Fix] support Isolated Projects.
  • [Fix] only use new configurations factories from Gradle 8.5.
  • [Fix] Do not suggest to move dependencies between feature variants
  • [Fix] Reason explanation id ambiguity
  • [Fix] Use a hash in file name for dependencies with capabilities
  • [Fix] make file relativizing work properly on Windows
  • [Fix] try/catch to workaround AGP issue.
  • [Fix] enhance logging when ConstantPoolParser throws exception.
  • [Chore] no group for 'internal' tasks.

v1.30.0

  • [Fix] Don't pass in android res (incl layouts) to XmlSourceExploderTask.
  • [Fix] Use AGP-blessed API for getting compiled class files instead of bundleTask.
  • [Fix] Use AGP's variant.artifacts instead of tasks.named for accessing class files.
  • [Fix] Move Android project configuration outside of afterEvaluate.
  • [Fix] Bump gradle-script-grammar to v0.3 (improving fixDependencies results).
  • [Fix] Reason was failing to give correct results for project dependencies.
  • [Fix] Handle disjoint classpaths. (main source and test source might have different versions on the same dependency.)
  • [Chore] Use java.util.Objects instead of Guava for hashing.

v1.29.0

  • [New] Migrate to new, non-deprecated AGP APIs. Min AGP version now 8.0.
  • [Fix] Don't suggest unnecessary dependency relating to Android res and new IDs.
  • [Fix] Longstanding copy-paste bug in AndroidScore calculation.
  • [Fix] Don't leak Kotlin stdlib from shaded dependencies.

v1.28.0

  • [New] Fully compatible with the configuration cache.
  • [Fix] Detect typealias usage.
  • [Chore] Fix deprecations relating to kotlinx-metadata 0.8.0.
  • [Chore] Build with Gradle 8.5.

v1.27.0

  • [New] Users can exclude source sets from ABI analysis.
  • [New] Dominator tree calculation for runtime classpath.
  • [New] Move ignoreKtx() to DependenciesHandler (structure). Add deprecation.
  • [Fixed] Filter Providers from ConfigurableFileCollection dependencies.
  • [Fixed] Catch exception when analyzing Kotlin files for inline members.
  • [Fixed] ReasonTask should use actual ID, not first one it finds that matches String#startsWith.
  • [Fixed] Make XML source Comparable and use sorted sets.
  • [Fixed] Track usage of testInstrumentationRunner in Android projects.
  • [Chore] Check for presence of unused flags and warn.
  • [Chore] Don't sign publications when testing. Don't disable configuration cache.
  • [Chore] Deal with many old TODOs.

v1.26.0

  • [New] Support KMP artifacts better ("-android" and "-jvm").
  • [New] Support version catalog references in BundleHandler and DependenciesHandler.
  • [Fixed] Look for InlineMembers in class files, not just jar files.
  • [Chore] Update kotlinx-metadata-jvm to 0.7 from 0.6. Remove deprecated usages involved in Kotlin ABI analysis.
  • [Chore] Rename all-declared-dependencies to exploded-jars.json.
  • [Chore] Promote some tasks to the non-internal group.

v1.25.0

  • [New] Add exclude method for version catalog dependencies.
  • [Fixed] Deprecate dependencyAnalysis.dependencies for structure.
  • [Fixed] Filter out comments when scanning for annotation processors.
  • [Fixed] Clarify annotation processor-related error messages.
  • Use asm-relocated 9.6.0.0 to support Java 22.
  • Revert "Support for correctly resolving KMP artifacts."
  • Lower min supported version of Gradle to 7.4 from 7.5.

v1.24.0

  • [New] Support for correctly resolving KMP artifacts.
  • [Fixed] Use full GAV when comparing module coordinates.
  • Update 'known good AGP versions' logging.
  • resolveExternalDependencies is configuration-cache compatible.
  • Resolve Kotlin deprecations.

v1.23.1

  • [New] DSL now permits custom behavior per sourceSet.
  • [Fixed] Fix issues with sourceSet-based analysis. (Custom sourceSets, the test sourceSet.)
  • [Fixed] There is now parity between Kotlin-JVM library analysis and java-library analysis.
  • Use Shadow 8.1.1.

v1.23.0

  • [New] DSL now permits custom behavior per sourceSet.
  • [Fixed] Fix issues with sourceSet-based analysis. (Custom sourceSets, the test sourceSet.)
  • [Fixed] There is now parity between Kotlin-JVM library analysis and java-library analysis.
  • Use Shadow 8.1.1.

v1.22.0

  • [Fixed] Bundles account for IncludedBuildCoordinates, which are used more now.
  • [Fixed] Workaround Gradle bug when analyzing files(...) dependencies in a Kotlin DSL build script.
  • [Fixed] Workaround Gradle bug (?) relating to analyzing mixed source sets of Java and Kotlin.
  • Use BuildIdentifier.getBuildPath() starting with Gradle 8.2.
  • AGP 8.1.0 is the latest supported version.
  • Kotlin 1.9.10.
  • Fix issue in plugin build script for publishing to Gradle Plugin Portal.

Thanks Jendrik Johannes)
Thanks Josh Friend)

v1.21.0

  • [Fixed] Include Android res IDs in analysis.
  • [Fixed] Handle ResolvedDependencyResult.resolvedVariant == null.
  • Reduce memory usage by using a single InMemoryCache when possible.
  • Remove pretty-printed files, reducing IO and disk usage.
  • Consistently use IncludedBuildCoordinates to refer to other projects (#​916).
  • Change text to clarify missing entries (#​910).
  • Use new grammar for source analysis.
  • Build and test against Gradle 8.2.1.
  • Build and test against Kotlin 1.9.0.
  • Test against latest AGP versions, and compile against AGP 7.4.2.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from RBusarow as a code owner August 15, 2023 18:37
@renovate renovate bot added automerge dependencies Pull requests that update a dependency file labels Aug 15, 2023
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.21.0 Update dependency com.autonomousapps.dependency-analysis to v1.22.0 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from 5e4e83f to fe6fd84 Compare September 13, 2023 18:32
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.22.0 Update dependency com.autonomousapps.dependency-analysis to v1.23.1 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch 2 times, most recently from 0539a7a to c65bcec Compare September 30, 2023 03:47
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.23.1 Update dependency com.autonomousapps.dependency-analysis to v1.24.0 Sep 30, 2023
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.24.0 Update dependency com.autonomousapps.dependency-analysis to v1.25.0 Oct 8, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from c65bcec to a385725 Compare October 8, 2023 01:48
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.25.0 Update dependency com.autonomousapps.dependency-analysis to v1.26.0 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from a385725 to 3b4180a Compare November 15, 2023 22:43
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.26.0 Update dependency com.autonomousapps.dependency-analysis to v1.27.0 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from 3b4180a to 2b0789e Compare December 3, 2023 19:43
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from 2b0789e to 5021199 Compare December 12, 2023 22:47
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.27.0 Update dependency com.autonomousapps.dependency-analysis to v1.28.0 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from 5021199 to edabb89 Compare January 18, 2024 03:50
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.28.0 Update dependency com.autonomousapps.dependency-analysis to v1.29.0 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from edabb89 to f876582 Compare February 15, 2024 01:53
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.29.0 Update dependency com.autonomousapps.dependency-analysis to v1.30.0 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from f876582 to c08694d Compare April 5, 2024 01:19
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.30.0 Update dependency com.autonomousapps.dependency-analysis to v1.31.0 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from c08694d to f541102 Compare May 23, 2024 22:31
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.31.0 Update dependency com.autonomousapps.dependency-analysis to v1.32.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from f541102 to 5ad218a Compare July 27, 2024 20:23
@renovate renovate bot changed the title Update dependency com.autonomousapps.dependency-analysis to v1.32.0 Update dependency com.autonomousapps.dependency-analysis to v1.33.0 Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants