Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2026

This PR contains the following updates:

Package Change Age Confidence
dev.zacsweers.metro 0.9.20.9.3 age confidence
dev.zacsweers.metro:runtime 0.9.20.9.3 age confidence
dev.zacsweers.metro:gradle-plugin 0.9.20.9.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ZacSweers/metro (dev.zacsweers.metro)

v0.9.3

Compare Source

2026-01-02

Happy new year!

Enhancements
  • [FIR] Add diagnostic for multiple graph-like annotations on a single declaration.
  • [IR] Stub @Binds expressions in origin points rather than graphs. This reduces unnecessary extra generated functions.
  • [IR] Generate reusable getters for scalar-only dependencies that are used multiple times. This helps avoid MethodTooLargeException errors in the JVM.
  • [IR] Detect suspicious member injections from inherited inject functions too.
  • [IR] Don't try to validate graphs if QualifierOverrideMismatch errors were reported prior to graph validation. This helps reduce noise in failure cases, as it would otherwise also likely report MissingBinding errors caused by the source of the QualifierOverrideMismatch error.
Fixes
  • [FIR, Anvil Interop] Fix rank-based binding replacements getting dropped for multi-contribution classes in root graphs when contributions are from external modules.
  • [FIR] Named annotation arguments in different order from declared parameters getting silently skipped.
  • [FIR] Fix Map<K, Provider<V>> parameters to @Provides functions mistakenly unwrapping the Provider value type.
  • [FIR] Disallow star projections in @ElementsIntoSet binding types.
  • [FIR] Require exactly one generic type argument @ElementsIntoSet binding types.
  • [IR, Anvil Interop] Fix rank-based binding replacements getting dropped for multi-contribution classes in graph extensions when contributions are from external modules.
  • [IR] Prohibit duplicate map keys.
  • [IR] Fix propagation of scoped multibinding sources to graph extensions.
  • [IR] Don't eagerly validate duplicate bindings (only report them if used).
  • [IC] Fix member injection metadata not always being written and causing IC issues with member inject function transformation.
  • [Gradle] Report all tested Kotlin versions when emitting compatibility warnings.
Changes
  • [FIR] Change SUSPICIOUS_MEMBER_INJECT_FUNCTION diagnostic to be a warning instead of an error.
  • Remove testing of 2.3.0 pre-releases. IntelliJ stable currently builds off Kotlin 2.3.2x and Android Studio stable currently points to Kotlin 2.2.2x.
Contributors

Special thanks to the following contributors for contributing to this release!


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.


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

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

@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Jan 2, 2026
@renovate renovate bot requested a review from a team as a code owner January 2, 2026 09:32
@renovate renovate bot removed the request for review from a team January 2, 2026 09:32
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Jan 2, 2026
@renovate renovate bot requested a review from bmarty January 2, 2026 09:32
@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2026

📱 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/SKKgGP

@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.40%. Comparing base (f47b913) to head (674b9e4).
⚠️ Report is 33 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #5967      +/-   ##
===========================================
+ Coverage    81.36%   81.40%   +0.03%     
===========================================
  Files         2535     2535              
  Lines        67626    67626              
  Branches      8669     8669              
===========================================
+ Hits         55022    55048      +26     
+ Misses        9394     9367      -27     
- Partials      3210     3211       +1     

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 5, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bmarty
Copy link
Member

bmarty commented Jan 5, 2026

I have tested a release build after the second commit and the application is still working fine.

@bmarty bmarty requested review from a team and jmartinesp and removed request for a team and bmarty January 5, 2026 15:13
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 5, 2026

@ElementBot
Copy link
Collaborator

Warnings
⚠️

gradle/libs.versions.toml#L25 - A newer version of androidx.compose:compose-bom than 2025.12.00 is available: 2025.12.01

⚠️

gradle/libs.versions.toml#L35 - A newer version of io.github.takahirom.roborazzi:roborazzi-junit-rule than 1.53.0 is available: 1.54.0

⚠️

gradle/libs.versions.toml#L193 - A newer version of org.jsoup:jsoup than 1.21.2 is available: 1.22.1

⚠️

gradle/libs.versions.toml#L204 - A newer version of org.unifiedpush.android:connector than 3.1.2 is available: 3.2.0

Generated by 🚫 dangerJS against 674b9e4

Copy link
Member

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine for me too in a release build.

@bmarty bmarty merged commit e92cf3c into develop Jan 5, 2026
31 of 32 checks passed
@bmarty bmarty deleted the renovate/metro branch January 5, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR-Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants