Skip to content

Commit

Permalink
Update kotlinInject.anvil to v0.1.0 (slackhq#1780)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[software.amazon.lastmile.kotlin.inject.anvil:runtime-optional](https://redirect.github.com/amzn/kotlin-inject-anvil)
| dependencies | minor | `0.0.5` -> `0.1.0` |
|
[software.amazon.lastmile.kotlin.inject.anvil:runtime](https://redirect.github.com/amzn/kotlin-inject-anvil)
| dependencies | minor | `0.0.5` -> `0.1.0` |
|
[software.amazon.lastmile.kotlin.inject.anvil:compiler](https://redirect.github.com/amzn/kotlin-inject-anvil)
| dependencies | minor | `0.0.5` -> `0.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>amzn/kotlin-inject-anvil
(software.amazon.lastmile.kotlin.inject.anvil:runtime-optional)</summary>

###
[`v0.1.0`](https://redirect.github.com/amzn/kotlin-inject-anvil/blob/HEAD/CHANGELOG.md#010---2024-11-04)

[Compare
Source](https://redirect.github.com/amzn/kotlin-inject-anvil/compare/0.0.5...0.1.0)

##### Added

- Provide option to hide the merged interface and make it no longer
required to add the super type, see
[#&#8203;8](https://redirect.github.com/amzn/kotlin-inject-anvil/issues/8).
- Support `expect / actual` for generated factory functions using
`@CreateComponent`, see
[#&#8203;20](https://redirect.github.com/amzn/kotlin-inject-anvil/issues/20).

##### Changed

-   Upgraded the project to Kotlin `2.0.21`.

##### Fixed

- Support qualifiers on the factory functions when contributing
subcomponents and don't silently drop them, see
[#&#8203;58](https://redirect.github.com/amzn/kotlin-inject-anvil/issues/58).
- Generate binding method for subcomponent factory, see
[#&#8203;49](https://redirect.github.com/amzn/kotlin-inject-anvil/issues/49).
- Update module name for KLib for common sources, see
[#&#8203;63](https://redirect.github.com/amzn/kotlin-inject-anvil/issues/63).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzOS4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
slack-oss-bot authored Nov 5, 2024
1 parent c5c65b4 commit f62fddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ publishedJvmTarget = "1.8"
kct = "0.5.1"
kotlin = "2.0.21"
kotlinInject = "0.7.2"
kotlinInject-anvil = "0.0.5"
kotlinInject-anvil = "0.1.0"
kotlinpoet = "1.18.1"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
Expand Down

0 comments on commit f62fddb

Please sign in to comment.