fix(deps): update dependency com.squareup:kotlinpoet to v1.14.2#235
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency com.squareup:kotlinpoet to v1.14.2#235renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/kotlin-poet
branch
from
May 28, 2023 10:41
b89e476 to
912a58b
Compare
renovate
Bot
force-pushed
the
renovate/kotlin-poet
branch
from
May 29, 2023 10:05
912a58b to
c49b23c
Compare
renovate
Bot
force-pushed
the
renovate/kotlin-poet
branch
from
May 29, 2023 15:45
c49b23c to
9bfced0
Compare
renovate
Bot
force-pushed
the
renovate/kotlin-poet
branch
from
May 30, 2023 09:24
9bfced0 to
f430524
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.12.0->1.14.2⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
square/kotlinpoet
v1.14.2Compare Source
Annotatable.Builder(#1581).v1.14.1Compare Source
v1.14.0Compare Source
Thanks to @Omico, @drawers, @RBusarow for contributing to this release.
New: Kotlin 1.8.21.
New: KSP 1.8.21-1.0.11.
New: Enable default methods in Java bytecode (#1561).
New: Group Kotlin and Renovate updates together in Renovate (#1562).
New: Extract trait interface for annotatable constructs and their builders (#1564).
New: Extract trait interface for documentable constructs and their builders (#1571).
New: Document the usage of
STAR(#1572).New: Add builder for
FunSpecwhich accepts aMemberName(#1574).Fix: Omit public modifier on override function or constructor parameters (#1550).
Fix: Correct handling of members in various types (#1558).
Fix: Function return types now default to
Unitunless explicitly set (#1559).Previously the default was
nullwhich behaved likeUnitfor block bodies. When an expression body was produced,however, no return type would be emitted. This meant that the return type was implicit based on the contents of
the body.
With this change, when no return type is specified and an expression body is produced, the return type will be
explicitly
Unit. Specify the actual return type explicitly to correct the output.Old versions:
This version, incorrect:
This version, correct:
val funSpec = FunSpec.builder("foo") + .returns(INT) .addStatement("return 1") .build()Additionally, as part of this change,
FunSpec.returnTypehas changed to be non-nullable. This is a source- andbinary-compatible change, although if you were performing null-checks then new warnings may appear after upgrade.
Fix: Append nested class names to alias during name lookup (#1568).
Fix: Allow PropertySpec with context receivers and without getter or setter (#1575).
v1.13.2Compare Source
What's Changed
New Contributors
Full Changelog: square/kotlinpoet@1.13.1...1.13.2
v1.13.1Compare Source
What's Changed
New Contributors
Full Changelog: square/kotlinpoet@1.13.0...1.13.1
v1.13.0Compare Source
What's Changed
OriginatingElementsandTagMapimplementations (#1270).FileSpec.builder(ClassName)(#1397).KSTypeArgument.toTypeName()for a wildcard in a recursive type bound (#1272).shouldEmitPublicModifierreturns false (#1342).LambdaTypeName(#1454).bestGuessforKClass.asClassName(#1469).TypeNameequals (#1477).ClassName(#1506).New Contributors
Full Changelog: square/kotlinpoet@1.12.0...1.13.0
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.