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.31.0 #627

Merged
merged 1 commit into from Apr 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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.

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 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 826c3b1 to 8aef39a Compare December 3, 2023 19:57
@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 13, 2023
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from 8aef39a to fa51966 Compare December 13, 2023 00:15
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from fa51966 to fee63fb Compare December 24, 2023 04:39
@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 4 times, most recently from 7044b8f to 4b93f83 Compare January 19, 2024 20:04
@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 4b93f83 to af10a20 Compare February 15, 2024 00:52
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from af10a20 to 3c2b73f Compare April 5, 2024 00:36
@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 6 times, most recently from 6849d59 to c5dc57a Compare April 18, 2024 22:00
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from c5dc57a to 145a8ec Compare April 18, 2024 22:40
@renovate renovate bot force-pushed the renovate/dependencyanalysis branch from 145a8ec to 0f835da Compare April 18, 2024 23:10
@igorescodro igorescodro merged commit bb8395e into main Apr 18, 2024
4 checks passed
@igorescodro igorescodro deleted the renovate/dependencyanalysis branch April 18, 2024 23:38
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

1 participant