Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.squareup:kotlinpoet-ksp](https://redirect.github.com/square/kotlinpoet) | dependencies | minor | `2.0.0` -> `2.1.0` | | [com.squareup:kotlinpoet](https://redirect.github.com/square/kotlinpoet) | dependencies | minor | `2.0.0` -> `2.1.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> ### [`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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
- Loading branch information