-
Notifications
You must be signed in to change notification settings - Fork 278
Update dependencyAnalysis to v3 (major) #5194
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
base: develop
Are you sure you want to change the base?
Conversation
d8f2438
to
37b3163
Compare
b508dc0
to
7799309
Compare
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5194 +/- ##
========================================
Coverage 79.73% 79.73%
========================================
Files 2274 2274
Lines 62867 62867
Branches 7874 7874
========================================
Hits 50130 50130
Misses 9840 9840
Partials 2897 2897 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7799309
to
934ae37
Compare
934ae37
to
1ffdf74
Compare
|
|
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
2.19.0
->3.0.4
2.19.0
->3.0.4
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)
v3.0.4
v3.0.3
VersionNumber
, not raw strings.v3.0.2
v3.0.1
v3.0.0
[Build] now building with Gradle 9.0.0.
[Breaking] minimum supported version of Gradle is now 8.11.
[Breaking]: annotations and their parameter classes are always considered
compileOnly
.Annotations for which the class file is not present are treated like being non-existent by the JVM.
If someone wants to consume an annotation via reflection, they are responsible for providing the class file
at runtime, so from the annotating project's view, annotations are always
compileOnly
.The same is true for classes and enums used as annotation arguments.
The only exception is a class literal as argument that is coming from a different artifact than the
annotation, such as a JUnit 4 runner implementation; those are considered
implementation
.[Feat]: Add type-safe accessor support for fixDependencies task.
[Feat]: report excluded dependencies as unused.
[Feat]: add coordinates identifier in the error message for invalid change.
[Feat]: moving
internal.artifacts
package to new module,com.autonomousapps:variant-artifacts
.[Feat]: detect and report all Android resource references in Manifest files.
[Fix]: detect constants more consistently including from e.g. inner classes.
[Fix]: Move
useTypesafeProjectAccessors
to global dsl service.[Fix]: reason works on included builds.
[Fix]: recognize test fixtures not only in Android libraries, but in Android app modules, too.
[Fix]: use Android flavors more consistently in advice.
[Chore]: update guava to 33.4.8-jre.
[Chore]: update AGP to the latest stable version, 8.12.0, and test against 8.13.0-alpha03.
[Chore]: add API-tracking tasks using metalava. Adopt semantic versioning.
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.
This PR was generated by Mend Renovate. View the repository job log.