Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2025

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 11, 2025
@renovate renovate bot requested a review from a team as a code owner September 11, 2025 10:05
@renovate renovate bot requested review from jmartinesp and removed request for a team September 11, 2025 10:05
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Sep 11, 2025
@jmartinesp
Copy link
Member

We need Kotlin 2.2.0 first (#5317).

@jmartinesp
Copy link
Member

This will actually be done inside #5317 as we have need to bump both at the same time: Kotlin 2.2.0 needs a new Metro version and the new Metro version needs Kotlin 2.2.0 😅 .

@jmartinesp jmartinesp closed this Sep 12, 2025
Copy link
Contributor Author

renovate bot commented Sep 12, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.6.6). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/metro branch September 12, 2025 13:26
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.

1 participant