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

Bump com.autonomousapps.dependency-analysis from 1.19.0 to 1.30.0 #104

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps com.autonomousapps.dependency-analysis from 1.19.0 to 1.30.0.

Changelog

Sourced from com.autonomousapps.dependency-analysis's changelog.

Version 1.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.

Version 1.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.

Version 1.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.

Version 1.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.

Version 1.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.

Version 1.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."

... (truncated)

Commits
  • 6268373 Prepare for release 1.30.0.
  • 4c6f33b chore: add links to upstream AGP issue.
  • c95a70c fix: don't pass in android res (incl layouts) to XmlSourceExploderTask.
  • 3963add fix: remove GradleBuilder methods that take an env.
  • 4170ad1 docs: improve kdoc for AndroidClassesTask.
  • 0850e05 chore: use AGP-blessed API for getting compiled class files instead of bundle...
  • 36f114b fix: use AGP's variant.artifacts instead of tasks.named for accessing class f...
  • afe39cb fix: ugly workaround for issue 1116.
  • 4546eb5 feat(testkit-support): make it easier to pass in a custom environment to Grad...
  • afdaf8a test: update JVM specs to manually apply DAGP.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 1.19.0 to 1.30.0.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v1.19.0...v1.30.0)

---
updated-dependencies:
- dependency-name: com.autonomousapps.dependency-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2024
@dependabot dependabot bot requested a review from davidradl March 1, 2024 10:53
Copy link

github-actions bot commented May 1, 2024

This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #106.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/com.autonomousapps.dependency-analysis-1.30.0 branch May 1, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code no-pr-activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants