Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Bumps dev.zacsweers.metro:gradle-plugin from 0.9.1 to 0.9.2.

Release notes

Sourced from dev.zacsweers.metro:gradle-plugin's releases.

0.9.2

New

  • [Gradle DSL + FIR] Configurable nonPublicContributionSeverity diagnostic that allows for configuring non-public contributions to warn or error. See its kdoc for full details.

Enhancements

  • [IR] Avoid deeply nested IR call chains for generated SetFactory/MapFactory multibindings that can cause StackOverflowErrors in large graphs at compile-time.
  • [IR] Short-circuit visitCall expressions in Metro IR transformation.
  • [IR] Include fully qualified names of scopes when reporting incompatible scope binding errors.

Fixes

  • [IR] Don't apply replaces effect from excluded contributions in cross-module scenarios.
  • [IR] Fix binding replacements getting dropped in classes with multiple contributions in graph extensions.
  • [IR] Fix dynamic graph bindings not being propagated to graph extensions.
  • [IR] Fix detection of internal contributions from non-friend compilations in IR contribution merging.
  • [IR] Fix detection of internal contributions from friend compilations in IR contribution merging. Not a typo, turns out both scenarios were misbehaving in different ways.

Contributors

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

What's Changed

Full Changelog: ZacSweers/metro@0.9.1...0.9.2

Changelog

Sourced from dev.zacsweers.metro:gradle-plugin's changelog.

0.9.2

2025-12-18

New

  • [Gradle DSL + FIR] Configurable nonPublicContributionSeverity diagnostic that allows for configuring non-public contributions to warn or error. See its kdoc for full details.

Enhancements

  • [IR] Avoid deeply nested IR call chains for generated SetFactory/MapFactory multibindings that can cause StackOverflowErrors in large graphs at compile-time.
  • [IR] Short-circuit visitCall expressions in Metro IR transformation.
  • [IR] Include fully qualified names of scopes when reporting incompatible scope binding errors.

Fixes

  • [IR] Don't apply replaces effect from excluded contributions in cross-module scenarios.
  • [IR] Fix binding replacements getting dropped in classes with multiple contributions in graph extensions.
  • [IR] Fix dynamic graph bindings not being propagated to graph extensions.
  • [IR] Fix detection of internal contributions from non-friend compilations in IR contribution merging.
  • [IR] Fix detection of internal contributions from friend compilations in IR contribution merging. Not a typo, turns out both scenarios were misbehaving in different ways.

Contributors

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

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dev.zacsweers.metro:gradle-plugin](https://github.com/ZacSweers/metro) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/ZacSweers/metro/releases)
- [Changelog](https://github.com/ZacSweers/metro/blob/main/CHANGELOG.md)
- [Commits](ZacSweers/metro@0.9.1...0.9.2)

---
updated-dependencies:
- dependency-name: dev.zacsweers.metro:gradle-plugin
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Dec 19, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 19, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@technoir42 technoir42 merged commit 36ea93f into main Dec 25, 2025
5 checks passed
@technoir42 technoir42 deleted the dependabot/gradle/dev.zacsweers.metro-gradle-plugin-0.9.2 branch December 25, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants