fix(deps): update com.squareup:kotlinpoet-ksp to v2#119
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update com.squareup:kotlinpoet-ksp to v2#119renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
8eeba0a to
23ec3b5
Compare
23ec3b5 to
95b84e6
Compare
1b2a4f1 to
b6a1084
Compare
b6a1084 to
6aefd17
Compare
6aefd17 to
0a071af
Compare
0a071af to
5a8c056
Compare
5a8c056 to
d0e1e9d
Compare
d0e1e9d to
99c444a
Compare
99c444a to
d3a8141
Compare
d3a8141 to
feb9ed5
Compare
feb9ed5 to
181b1ec
Compare
181b1ec to
a9c90eb
Compare
a9c90eb to
5215505
Compare
5215505 to
eb34dcf
Compare
eb34dcf to
54bb987
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.18.1→2.2.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
square/kotlinpoet (com.squareup:kotlinpoet-ksp)
v2.2.0Compare Source
Thanks to @IRus for contributing to this release.
v2.1.0Compare Source
Thanks to @ForteScarlet, @TrevorSStone, @RaoPrashanth, @damianw, @ansehoon1999, @TheMrMilchmann for contributing to this release.
TypeName.MUTABLE_MAP_ENTRYnow correctly uses theMutableEntrynested class name. (#2061)v2.0.0Compare Source
Thanks to @brokenhappy, @tajobe, @niyajali, @ForteScarlet for contributing to this release.
This release is source- and binary-compatible with KotlinPoet 1.x.
The most important behavior change in this release is that spaces in generated code don't wrap by default anymore.
KotlinPoet 1.x used to replace space characters with newline characters whenever a given line of code exceeded the length limit. This usually led to better code formatting, but could also lead to compilation errors in generated code. Non-breaking spaces could be marked by the
·character, but the discoverability of this feature wasn't great.KotlinPoet 2.0 does not wrap spaces, even if the line of code they occur in exceeds the length limit. The newly introduced
♢character can be used to mark spaces that are safe to wrap, which can improve code formatting. The·character has been preserved for compatibility, but its behavior is now equivalent to a regular space character.♢placeholder representing a space that is safe to wrap.KSTypeAlias.toClassName(). (#1956)KSType.toClassNameOrNull(). (#1956)KSAnnotation.toAnnotationSpec(). (#1956)KSType.toClassName(). (#1956)Configuration
📅 Schedule: Branch creation - "after 1am and before 8am" in timezone Asia/Shanghai, 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 was generated by Mend Renovate. View the repository job log.