Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

chore(deps): update dependencyanalysis to v1.28.0 #168

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 these updates 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/dependencyanalysis branch from cce09d2 to 011b703 Compare September 13, 2023 19:12
@renovate renovate bot changed the title chore(deps): update dependencyanalysis to v1.21.0 chore(deps): update dependencyanalysis to v1.22.0 Sep 13, 2023
@renovate renovate bot changed the title chore(deps): update dependencyanalysis to v1.22.0 chore(deps): update dependencyanalysis to v1.23.0 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch 2 times, most recently from 76cc864 to bc06e30 Compare September 29, 2023 04:36
@renovate renovate bot changed the title chore(deps): update dependencyanalysis to v1.23.0 chore(deps): update dependencyanalysis to v1.23.1 Sep 29, 2023
@renovate renovate bot changed the title chore(deps): update dependencyanalysis to v1.23.1 chore(deps): update dependencyanalysis to v1.24.0 Sep 30, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from bc06e30 to 140f384 Compare September 30, 2023 04:59
@renovate renovate bot changed the title chore(deps): update dependencyanalysis to v1.24.0 chore(deps): update dependencyanalysis to v1.25.0 Oct 8, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from 140f384 to f7157da Compare October 8, 2023 00:33
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from f7157da to c07362d Compare November 16, 2023 01:10
@renovate renovate bot changed the title chore(deps): update dependencyanalysis to v1.25.0 chore(deps): update dependencyanalysis to v1.26.0 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from c07362d to 7d7c881 Compare December 3, 2023 23:17
@renovate renovate bot changed the title chore(deps): update dependencyanalysis to v1.26.0 chore(deps): update dependencyanalysis to v1.27.0 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from 7d7c881 to bcd9498 Compare December 13, 2023 00:45
@renovate renovate bot changed the title chore(deps): update dependencyanalysis to v1.27.0 chore(deps): update dependencyanalysis to v1.28.0 Dec 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants