Skip to content

Commit

Permalink
Update kotlin.inject to v0.7.2 (#57)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[me.tatarka.inject:kotlin-inject-runtime](https://redirect.github.com/evant/kotlin-inject)
| `0.7.1` -> `0.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/me.tatarka.inject:kotlin-inject-runtime/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/me.tatarka.inject:kotlin-inject-runtime/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/me.tatarka.inject:kotlin-inject-runtime/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/me.tatarka.inject:kotlin-inject-runtime/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[me.tatarka.inject:kotlin-inject-compiler-ksp](https://redirect.github.com/evant/kotlin-inject)
| `0.7.1` -> `0.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/me.tatarka.inject:kotlin-inject-compiler-ksp/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/me.tatarka.inject:kotlin-inject-compiler-ksp/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/me.tatarka.inject:kotlin-inject-compiler-ksp/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/me.tatarka.inject:kotlin-inject-compiler-ksp/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

---

### Release Notes

<details>
<summary>evant/kotlin-inject
(me.tatarka.inject:kotlin-inject-runtime)</summary>

###
[`v0.7.2`](https://redirect.github.com/evant/kotlin-inject/blob/HEAD/CHANGELOG.md#072-2024-09-13)

##### Changed

-   kotlin updated to 2.0.0

##### Fixed

-   Fixed various issues with qualifier annotations.
- Fixed issue with inner class or companion inside a component extending
the component interface causing an error.
-   Fixed crash when attempting to display a type parameter.
- Added ksp work-around when running multiple rounds to prevent a
FileAlreadyExistsException on a duplicate symbol.
- Fixed injecting into a java constructor that doesn't have a
nullability annotation defined.
-   Fixed various issues when resolving cycles.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/r0adkll/kimchi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent e39b94b commit c47707d
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 @@ -8,7 +8,7 @@ dokka = "1.9.20"
junit5 = "5.11.0"
kotlin = "2.0.20"
kotlin-compile-testing = "0.5.1"
kotlin-inject = "0.7.1"
kotlin-inject = "0.7.2"
kotlinpoet = "1.18.1"
ksp = "2.0.20-1.0.25"
ksp-autoservce = "1.2.0"
Expand Down

0 comments on commit c47707d

Please sign in to comment.