element-hq / element-x-android

Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compose
GNU Affero General Public License v3.0
1.08k stars 155 forks source link

Update dependencyAnalysis to v2.2.0 #3707

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.autonomousapps.dependency-analysis 2.1.4 -> 2.2.0 age adoption passing confidence
com.autonomousapps:dependency-analysis-gradle-plugin 2.1.4 -> 2.2.0 age adoption passing 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) ### [`v2.2.0`](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-220) - \[Feat]: new ReportingHandler with ability to specify postscript. - \[Feat]: DSL option that opts-in source sets to requiring explicit dependencies. - \[Chore]: build and test against Gradle 8.10.2. - \[Chore]: bump to latest Kotlin 1.9.x patch. - \[Chore]: update to AGP 8.7 stable and 8.8 alpha04 Summary of new DSL options below: ```kotlin // root build.gradle[.kts] or settings.gradle[.kts] dependencyAnalysis { structure { explicitSourceSets(/* vararg of source sets to be treated "explicitly" */) } reporting { postscript(/* Some text to help out end users who may not be build engineers. */) } } ```

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.

github-actions[bot] commented 4 weeks ago

:iphone: Scan the QR code below to install the build (arm64 only) for this PR. QR code If you can't scan the QR code you can install the build via this link: https://i.diawi.com/Jyta9f

sonarcloud[bot] commented 4 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.02%. Comparing base (714f74a) to head (580d795). Report is 4 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3707 +/- ## =========================================== - Coverage 83.02% 83.02% -0.01% =========================================== Files 1752 1752 Lines 43772 43772 Branches 5121 5121 =========================================== - Hits 36341 36340 -1 Misses 5610 5610 - Partials 1821 1822 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.