Commit da495b3
authored
fix(deps): update dependency com.squareup:kotlinpoet to v2.1.0 (#1843)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.squareup:kotlinpoet](https://redirect.github.com/square/kotlinpoet)
| `2.0.0` -> `2.1.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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>square/kotlinpoet (com.squareup:kotlinpoet)</summary>
###
[`v2.1.0`](https://redirect.github.com/square/kotlinpoet/releases/tag/2.1.0)
[Compare
Source](https://redirect.github.com/square/kotlinpoet/compare/2.0.0...2.1.0)
Thanks to
[@​ForteScarlet](https://redirect.github.com/ForteScarlet),
[@​TrevorSStone](https://redirect.github.com/TrevorSStone),
[@​RaoPrashanth](https://redirect.github.com/RaoPrashanth),
[@​damianw](https://redirect.github.com/damianw),
[@​ansehoon1999](https://redirect.github.com/ansehoon1999),
[@​TheMrMilchmann](https://redirect.github.com/TheMrMilchmann) for
contributing to this release.
- New: Kotlin 2.1.10.
- New: KSP 2.1.10-1.0.30.
- Fix: Support delegates on anonymous classes.
([#​2034](https://redirect.github.com/square/kotlinpoet/issues/2034))
- Fix: Prevent aliased imports from colliding with existing imports.
([#​2052](https://redirect.github.com/square/kotlinpoet/issues/2052))
- Fix: `TypeName.MUTABLE_MAP_ENTRY` now correctly uses the
`MutableEntry` nested class name.
([#​2061](https://redirect.github.com/square/kotlinpoet/issues/2061))
- Fix: Use the same aliased import for both the nullable and
non-nullable versions of a type.
([#​2068](https://redirect.github.com/square/kotlinpoet/issues/2068))
- Fix: Allow zero methods in a functional interface if it has a
superinterface.
([#​2075](https://redirect.github.com/square/kotlinpoet/issues/2075))
</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 this update
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/typesafegithub/github-workflows-kt).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent fcc1127 commit da495b3
File tree
2 files changed
+2
-2
lines changed- action-binding-generator
- code-generator
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
0 commit comments