Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2025

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:

Package Change Age Confidence
dev.zacsweers.metro 0.6.4 -> 0.6.6 age confidence
dev.zacsweers.metro:runtime 0.6.4 -> 0.6.6 age confidence
dev.zacsweers.metro:gradle-plugin 0.6.4 -> 0.6.6 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.6.6

Compare Source

2025-09-11

  • Enhancement: Optimize annotation lookups in some places in IR.
  • Fix: If a graph declares an overridable declaration that matches one of a contributed supertype, transform it to add the requisite override modifier.
    • All that is to say, this code now works
      @​ContributesTo(AppScope::class)
      interface StringRequester {
        val string: String
      }
      
      @​DependencyGraph(AppScope::class)
      interface AppGraph {
        val string: String // <-- previously failed to compile due to missing override
      }
  • Update to Kotlin 2.2.20. This release requires 2.2.20 or later. See the compatibility docs.

Special thanks to @​kevinguitar for contributing to this release!

v0.6.5

Compare Source

2025-09-11

  • New: Add @Origin annotation for custom code generators to link origin classes. See the docs.
  • Fix: Fix wrong IrType for default value expressions wrapped in Provider.

Special thanks to @​ChristianKatzmann, @​KevinGuitar, and @​hossain-khan 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 Sep 18, 2025
@renovate renovate bot requested a review from a team as a code owner September 18, 2025 15:41
@renovate renovate bot requested review from bmarty and removed request for a team September 18, 2025 15:41
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Sep 18, 2025
@renovate renovate bot changed the title fix(deps): update metro to v0.6.6 Update metro to v0.6.6 Sep 18, 2025
@renovate renovate bot changed the title Update metro to v0.6.6 fix(deps): update metro to v0.6.6 Sep 19, 2025
@renovate renovate bot changed the title fix(deps): update metro to v0.6.6 Update metro to v0.6.6 Sep 19, 2025
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.

0 participants