Skip to content

Commit

Permalink
Update kotlinpoet to v1.18.0 (#1507)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com.squareup:kotlinpoet-ksp](https://togithub.com/square/kotlinpoet)
| dependencies | minor | `1.17.0` -> `1.18.0` |
| [com.squareup:kotlinpoet](https://togithub.com/square/kotlinpoet) |
dependencies | minor | `1.17.0` -> `1.18.0` |

---

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

---

### Release Notes

<details>
<summary>square/kotlinpoet (com.squareup:kotlinpoet-ksp)</summary>

###
[`v1.18.0`](https://togithub.com/square/kotlinpoet/releases/tag/1.18.0)

[Compare
Source](https://togithub.com/square/kotlinpoet/compare/1.17.0...1.18.0)

Thanks to [@&#8203;DanielGronau](https://togithub.com/DanielGronau) for
contributing to this release.

-   New: Kotlin 2.0.0.
-   New: KSP 2.0.0-1.0.22.
-   New: Promote `kotlinpoet-metadata` out of preview to stable.
- New: Migrate `kotlinpoet-metadata` to stable
`org.jetbrains.kotlin:kotlin-metadata-jvm` artifact for Metadata
parsing.
- New: Make enum entry references in `KSAnnotation.toAnnotationSpec()`
and `KSClassDeclaration.toClassName()` more robust.
- Fix: Don't expand typealiases of function types to `LambdaTypeName`s
in `KSTypeReference.toTypeName()`.
- Fix: Avoid rounding small double and float values in `%L` translation
([#&#8203;1927](https://togithub.com/square/kotlinpoet/issues/1927)).
- Fix: Fix typealias type argument resolution in KSP2
([#&#8203;1929](https://togithub.com/square/kotlinpoet/issues/1929)).

</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 has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot committed Jul 7, 2024
1 parent 9e7c8d7 commit c744f42
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 @@ -29,7 +29,7 @@ jvmTarget = "11"
publishedJvmTarget = "1.8"
kct = "0.5.1"
kotlin = "2.0.0"
kotlinpoet = "1.17.0"
kotlinpoet = "1.18.0"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.7.1"
ksp = "2.0.0-1.0.22"
Expand Down

0 comments on commit c744f42

Please sign in to comment.