This repository was archived by the owner on Sep 2, 2024. It is now read-only.
Update dependency com.squareup:kotlinpoet to v1.12.0#58
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency com.squareup:kotlinpoet to v1.12.0#58renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
51a56b4 to
43dde7c
Compare
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.10.2->1.12.0⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
square/kotlinpoet
v1.12.0Compare Source
What's Changed
New Contributors
Full Changelog: square/kotlinpoet@1.11.0...1.12.0
v1.11.0Compare Source
Thanks to @liujingxing and @BoD for contributing to this release.
New: Kotlin scripting support in
FileSpec.Generates a Taco.kts file with the following contents:
New: Emit trailing commas for multi-line parameters and annotations.
New: Add
KSAnnotation.toAnnotationSpec().New: Add
UnitandCharSequenceconversions in javapoet-interop.New: Add support for default imports in
FileSpec.New: Update to Kotlin 1.6.10.
Fix: Fail compilation if you only pass one string to
ClassName.Fix: Inline val property if its getter is inline.
Fix: Add
yieldto the list of reserved keywords.Fix: Enforce only allowed parameter modifiers in
ParameterSpec(i.e.crossinline,vararg, andnoinline).Fix: Fix
CodeBlocks in class delegation gettingtoString()'d instead of participating in code writing.Fix: Error when attempting to convert KSP error types (i.e. if
KSType.isErroris true) toTypeName.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.