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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2023

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/com.autonomousapps-dependency-analysis-gradle-plugin-1.x branch from 7f3542d to 2d8ee15 Compare November 16, 2023 02:05
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.25.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.26.0 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/com.autonomousapps-dependency-analysis-gradle-plugin-1.x branch from 2d8ee15 to 5c1a07c Compare December 3, 2023 21:06
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.26.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.27.0 Dec 3, 2023
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.27.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.28.0 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/com.autonomousapps-dependency-analysis-gradle-plugin-1.x branch from 5c1a07c to 0a2f927 Compare December 13, 2023 00:44
@renovate renovate bot force-pushed the renovate/com.autonomousapps-dependency-analysis-gradle-plugin-1.x branch from 0a2f927 to 988ddb6 Compare January 18, 2024 03:01
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.28.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.29.0 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/com.autonomousapps-dependency-analysis-gradle-plugin-1.x branch 2 times, most recently from f0a2db3 to 4722421 Compare January 18, 2024 08:28
@renovate renovate bot force-pushed the renovate/com.autonomousapps-dependency-analysis-gradle-plugin-1.x branch from 4722421 to c64c3cf Compare February 15, 2024 00:04
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.29.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.30.0 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/com.autonomousapps-dependency-analysis-gradle-plugin-1.x branch from c64c3cf to bda3184 Compare April 5, 2024 00:29
@renovate renovate bot changed the title fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.30.0 fix(deps): update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v1.31.0 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/com.autonomousapps-dependency-analysis-gradle-plugin-1.x branch from bda3184 to b2e00b7 Compare April 22, 2024 06:34
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.

None yet

0 participants