Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kotlinpoet to v1.16.0 #1761

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update kotlinpoet to v1.16.0 #1761

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup:kotlinpoet-ksp 1.14.2 -> 1.16.0 age adoption passing confidence
com.squareup:kotlinpoet-metadata 1.14.2 -> 1.16.0 age adoption passing confidence
com.squareup:kotlinpoet 1.14.2 -> 1.16.0 age adoption passing confidence

Release Notes

square/kotlinpoet (com.squareup:kotlinpoet-ksp)

v1.16.0

Compare Source

Thanks to @​drawers, @​rickclephas for contributing to this release.

  • New: Kotlin 1.9.22.
  • New: KSP 1.9.22-1.0.16.
  • New: Add NameAllocator API to control keyword pre-allocation (#​1803).
  • Fix: Fix issue with missing suspend modifier in KSTypeReference.toTypeName (#​1793).
  • Fix: Honour same-package import aliases (#​1794).
  • Fix: Always include parameter docs in the type header (#​1800).

v1.15.3

Compare Source

Thanks to @​gabrielittner for contributing to this release.

  • Fix: Fix nullability of lambdas in KSTypeReference.toTypeName (#​1756).

v1.15.2

Compare Source

Thanks to @​evant for contributing to this release.

  • New: Kotlin 1.9.21.
  • New: KSP 1.9.21-1.0.15.
  • New: KSP: more accurately represent function types (#​1742).

v1.15.1

Compare Source

  • Fix: Fix a regression introduced by #​1637, where a superfluous newline is added to a type's KDoc if it has a primary constructor with no docs (#​1727).

v1.15.0

Compare Source

Thanks to @​drawers, @​fejesjoco, @​takahirom, @​martinbonnin, @​mcarleio for contributing to this release.

In this release the :kotlinpoet module has been converted to a Kotlin Multiplatform module (#​1654), though for now it only supports the JVM target.

  • New: Kotlin 1.9.20.
  • New: KSP 1.9.20-1.0.14.
  • New: Extract TypeSpecHolder interface for constructs that can hold a TypeSpec and their builders (#​1723).
  • New: Expose relative path from FileSpec (#​1720).
  • New: Return the generated path from FileSpec.writeTo(). (#​1514).
  • New: Remove default compatibility from unstable types (#​1662).
  • New: Deprecate TypeSpec.expectClassBuilder() and TypeSpec.valueClassBuilder() (#​1589).
  • New: Add option to convert KSAnnotation to AnnotationSpec while omitting default values (#​1538).
  • New: Add FileSpec.builder convenience for MemberName (#​1585).
  • Fix: Set DecimalFormatSymbols.minusSign for consistency across locales (#​1658).
  • Fix: Fix link to incremental KSP in KDoc (#​1638).
  • Fix: Emit primary constructor KDoc (#​1637).

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update kotlinpoet to v1.15.0 Update kotlinpoet to v1.15.1 Nov 19, 2023
@renovate renovate bot changed the title Update kotlinpoet to v1.15.1 Update kotlinpoet to v1.15.2 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/kotlinpoet branch 2 times, most recently from d7fc335 to 8cd5a37 Compare December 4, 2023 13:37
@renovate renovate bot changed the title Update kotlinpoet to v1.15.2 Update kotlinpoet to v1.15.3 Dec 4, 2023
@renovate renovate bot changed the title Update kotlinpoet to v1.15.3 Update kotlinpoet to v1.16.0 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/kotlinpoet branch 2 times, most recently from 141e680 to f482720 Compare January 19, 2024 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants