Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix(deps): update autonomous.dependencyanalysis to v3.17.0#632

Open
renovate[bot] wants to merge 1 commit into
mainmtrewartha/positional:mainfrom
renovate/autonomous.dependencyanalysismtrewartha/positional:renovate/autonomous.dependencyanalysisCopy head branch name to clipboard
Open

fix(deps): update autonomous.dependencyanalysis to v3.17.0#632
renovate[bot] wants to merge 1 commit into
mainmtrewartha/positional:mainfrom
renovate/autonomous.dependencyanalysismtrewartha/positional:renovate/autonomous.dependencyanalysisCopy head branch name to clipboard

Conversation

@renovate

@renovate renovate Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.autonomousapps.dependency-analysis 3.8.03.17.0 age confidence
com.autonomousapps:dependency-analysis-gradle-plugin 3.8.03.17.0 age 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)

v3.17.0

  • [feat]: support KMP with 'fixDependencies' (RewriteTask) in Kotlin DSL only.
  • [feat]: add DSL option for binary-compatibility check. It now defaults to 'false'. This is a breaking behavioral
    change.
  • [fix]: close leaked ZipFile objects.
  • [fix]: use Iterator.remove() to remove changes in Android project analysis.
  • [performance]: reduce memory usage when not opting-in to the binary-compatibility check.
  • [refactor]: limit use of T.toJson(). Prefer bufferedWriteJson().

v3.16.1

  • [fix]: stop checking for missing runtime exceptions.
  • [fix]: don't advise moving dependency from commonMainApi to jvmMainApi.
  • [fix]: use Iterator.remove() for safe modification.
  • [perf]: compress synthetic-project.json to save disk space.
  • [chore]: update kotlin-editor-relocated to latest.
  • [chore]: update simple grammar ('antlr-shadowed') to latest.
  • [chore]: build with Gradle 9.6.0, and test against it
  • [refactor]: split StandardTransform into Android/JVM/KMP-specific classes.

v3.16.0

  • [feat]: only emit 'Fixing dependencies for...' if the build script is being rewritten.
  • [fix]: test against AGP 9.2.1 and update AGP_MAX to 9.2.1.
  • [fix]: make InMemoryCache compatible with isolated projects.
  • [fix]: escape Kotlin reserved keywords when using project accessors.
  • [fix]: improve handling of Android product flavors.
  • [fix]: improve handling of Android build types.
  • [chore]: update kotlin-editor-relocated to latest.

v3.15.0

  • [feat]: support AGP 9.2.0.
  • [fix]: don't report Android R classes as classpath duplicates.
  • [fix]: track multiple package names from libs that provide type aliases, and enhance default kotlin-lib bundle.
  • [fix]: update metadata of :aggregatePublicTypesTask to move group to description.
  • [fix]: simple grammar supports another kind of file-level annotation. (Updated com.autonomousapps:antlr to latest.)

v3.14.1

  • [fix]: resolve performance issue with computeTypeUsage.
  • [fix]: JarExploder should ignore some MRJar content.

v3.14.0

  • [feat]: new ':publicTypeUsage' task.
  • [fix]: AndroidScore should ignore class files when testing if a project has source splits.

v3.13.0

  • [feat]: new computeTypeUsage<variant> task generates usage report.
  • [fix]: when computing actual usages, actually look at the runtime graph.
  • [refactor]: use Graphs wrapper instead of Guava directly.

v3.12.2

  • [fix]: The new "exceptions are special" (in v3.12.0) handling was over-eager and flagging things that only referenced
    exceptions. We only want to flag things that provide the exception types.
  • [fix]: MutableSet<Usage>.simplify(visibility, bucket) in StandardTransform wasn't properly handling the case when
    a usage was visible on both compile and runtime classpaths. In such a case, we can filter out all usages.
  • [fix]: reason output said "implies implementation" when it should have been "implies runtimeOnly" in the android lint
    jar case.

v3.12.1

  • [fix]: don't suggest non-existent Android unit test variant in advice.

v3.12.0

  • [feat]: exceptions are special. Exceptions get verified early by the JVM and so if a dependency is missing an
    exception's type from the runtime classpath, that can cause failures in the consumer at runtime.

v3.11.0

  • [fix]: when following a bundle rule, don't drop api dependencies.

v3.10.0

  • [feat]: Gradle plugin markers are the preferred way to depend on a plugin.
  • [feat]: Gradle plugin markers are part of an implicit bundle.
  • [fix]: handle dependencies blocks that have a single line.
  • [docs]: add 'partial analysis' section to readme.

v3.9.0

  • (Reverted) Compiled against Kotlin 2.3.20. Compiling against Kotlin 2.2.21 again, with language level 2.2.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Apr 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 20.20%. Comparing base (f7e5b72) to head (dcb7892).

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch 3 times, most recently from a75511a to c81d020 Compare April 23, 2026 16:47
@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch from c81d020 to bd987ed Compare April 29, 2026 22:13
@renovate renovate Bot changed the title fix(deps): update autonomous.dependencyanalysis to v3.9.0 fix(deps): update autonomous.dependencyanalysis to v3.10.0 Apr 29, 2026
@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch from bd987ed to 8b41058 Compare May 13, 2026 20:11
@renovate renovate Bot changed the title fix(deps): update autonomous.dependencyanalysis to v3.10.0 fix(deps): update autonomous.dependencyanalysis to v3.11.0 May 13, 2026
@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch from 8b41058 to 70e8c59 Compare May 16, 2026 06:36
@renovate renovate Bot changed the title fix(deps): update autonomous.dependencyanalysis to v3.11.0 fix(deps): update autonomous.dependencyanalysis to v3.12.0 May 16, 2026
@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch from 70e8c59 to ba2714c Compare May 22, 2026 03:35
@renovate renovate Bot changed the title fix(deps): update autonomous.dependencyanalysis to v3.12.0 fix(deps): update autonomous.dependencyanalysis to v3.13.0 May 22, 2026
@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch from ba2714c to b2dcf3a Compare May 28, 2026 05:32
@renovate renovate Bot changed the title fix(deps): update autonomous.dependencyanalysis to v3.13.0 fix(deps): update autonomous.dependencyanalysis to v3.14.0 May 28, 2026
@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch from b2dcf3a to 014d9da Compare June 21, 2026 23:41
@renovate renovate Bot changed the title fix(deps): update autonomous.dependencyanalysis to v3.14.0 fix(deps): update autonomous.dependencyanalysis to v3.15.0 Jun 21, 2026
@renovate renovate Bot changed the title fix(deps): update autonomous.dependencyanalysis to v3.15.0 fix(deps): update autonomous.dependencyanalysis to v3.16.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch from 014d9da to 1b92d58 Compare June 25, 2026 18:34
@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch from 1b92d58 to 3d80d12 Compare July 7, 2026 22:06
@renovate renovate Bot changed the title fix(deps): update autonomous.dependencyanalysis to v3.16.0 fix(deps): update autonomous.dependencyanalysis to v3.16.1 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/autonomous.dependencyanalysis branch from 3d80d12 to dcb7892 Compare July 15, 2026 21:59
@renovate renovate Bot changed the title fix(deps): update autonomous.dependencyanalysis to v3.16.1 fix(deps): update autonomous.dependencyanalysis to v3.17.0 Jul 15, 2026
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.