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

Bump the dependencies group across 1 directory with 10 updates #226

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the dependencies group with 10 updates in the / directory:

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 2.0.10 2.0.21
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.1 1.9.0
io.vertx:vertx-core 4.5.9 4.5.10
io.vertx:vertx-lang-kotlin 4.5.9 4.5.10
io.vertx:vertx-lang-kotlin-coroutines 4.5.9 4.5.10
io.vertx:vertx-junit5 4.5.9 4.5.10
com.google.devtools.ksp:symbol-processing-api 2.0.10-1.0.24 2.0.21-1.0.26
com.squareup:kotlinpoet 1.18.1 2.0.0
com.squareup:kotlinpoet-ksp 1.18.1 2.0.0
com.google.devtools.ksp 2.0.10-1.0.24 2.0.21-1.0.26

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.10 to 2.0.21

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.0.21

Changelog

Apple Ecosystem

Backend. Native. Debug

  • KT-71374 lldb: step out breaks breaking in Xcode 16

Compiler

Fixes

  • KT-69735 K2: Static fields are missing from the declaration list of corresponding IrClass for java class
  • KT-71122 Regression in Kotlin Compiler 2.0 causing NPE in the runtime
  • KT-70931 K2 / Scripts: "cannot convert IrExpression to ConstantValue" when using function annotation
  • KT-70584 K2: "IllegalStateException: flow for PostponedLambdaExitNode not initialized - traversing nodes in wrong order?"
  • KT-70808 K2: "node has already been visited" with anonymous object in dead code
  • KT-69985 K2: Classifier declarations from root package are resolved without imports in non-root packages
  • KT-70683 K2: Internal compiler error in IrFakeOverrideSymbolBase.getOwner
  • KT-70901 False positive Public-API inline function cannot access non-public-API property accessor
  • KT-70930 K2: Java annotations not present on ENUM_ENTRY IR elements
  • KT-70194 K2 IDE: exception on a very red file
  • KT-69399 Native: IllegalStateException: "Failed to build cache"

Compose compiler

Fixes

  • b/329477544 Force open / overridden Composable functions to be non-restartable.
  • b/361652128 Disable live literal transform if the corresponding flag is disabled

IR. Actualizer

  • KT-70894 IR crash. Unprocessed IrFunctionFakeOverrideSymbol when actualize to Java

IR. Tree

  • KT-71191 SymbolTable: Check if the provided signature is public before adding a symbol to the SymbolTable

Native. Build Infrastructure

  • KT-71485 K/N runtime parts don't build due to _Float16 issues on x86_64 macOS

Native. C Export

  • KT-69507 LLVM 11 clang with Xcode 16 headers: standard c++ headers

Native. C and ObjC Import

  • KT-71029 Investigate why stdarg.h declarations leak into testModuleA

Native. Platform Libraries

  • KT-70566 LLVM 11 clang with Xcode 16 headers: 'sys/cdefs.h' file not found
  • KT-71624 Eliminate remaining UIKit/AppKit removed signatures
  • KT-70031 Rebuild platform libraries in 2.0.21 with Xcode 16

Native. Testing

  • KT-70603 C++ with -fmodules: cyclic dependency in module 'std': std -> _wctype -> __wctype -> std in dev llvm toolchains

Tools. CLI. Native

  • KT-71262 KotlinNativeLink tasks fetching from network despite -Xoverride-konan-properties=dependenciesUrl= being set

Tools. Compiler Plugins

  • KT-71038 PowerAssert: Constant on RHS of elvis operator leads to compiler crash

Tools. Daemon

  • KT-35381 Get rid of the native-platform usage in kotlin compiler

Tools. Gradle. Multiplatform

  • KT-71444 Certain POMs produced by Kotlin 2.0.20 cannot be consumed by KMP projects with Android targets
  • KT-70700 Gradle 8.10: The value for task ':commonizeNativeDistribution' property 'kotlinNativeBundleBuildService' cannot be changed any further
  • KT-71396 Gradle client side JVM explodes with OOM due to xcodebuild logs

Tools. Gradle. Native

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

2.0.21

Apple Ecosystem

Backend. Native. Debug

  • KT-71374 lldb: step out breaks breaking in Xcode 16

Compiler

Fixes

  • KT-69735 K2: Static fields are missing from the declaration list of corresponding IrClass for java class
  • KT-71122 Regression in Kotlin Compiler 2.0 causing NPE in the runtime
  • KT-70931 K2 / Scripts: "cannot convert IrExpression to ConstantValue" when using function annotation
  • KT-70584 K2: "IllegalStateException: flow for PostponedLambdaExitNode not initialized - traversing nodes in wrong order?"
  • KT-70808 K2: "node has already been visited" with anonymous object in dead code
  • KT-69985 K2: Classifier declarations from root package are resolved without imports in non-root packages
  • KT-70683 K2: Internal compiler error in IrFakeOverrideSymbolBase.getOwner
  • KT-70901 False positive Public-API inline function cannot access non-public-API property accessor
  • KT-70930 K2: Java annotations not present on ENUM_ENTRY IR elements
  • KT-70194 K2 IDE: exception on a very red file
  • KT-69399 Native: IllegalStateException: "Failed to build cache"

Compose compiler

Fixes

  • b/329477544 Force open / overridden Composable functions to be non-restartable.
  • b/361652128 Disable live literal transform if the corresponding flag is disabled

IR. Actualizer

  • KT-70894 IR crash. Unprocessed IrFunctionFakeOverrideSymbol when actualize to Java

IR. Tree

  • KT-71191 SymbolTable: Check if the provided signature is public before adding a symbol to the SymbolTable

Native. Build Infrastructure

  • KT-71485 K/N runtime parts don't build due to _Float16 issues on x86_64 macOS

Native. C Export

  • KT-69507 LLVM 11 clang with Xcode 16 headers: standard c++ headers

Native. C and ObjC Import

... (truncated)

Commits
  • 284e9b4 Add ChangeLog for 2.0.21-RC
  • 38084f0 Enable source information for getters and other special-named functions
  • 9fcd247 Move source information of default parameters to the default group
  • 4bad11d Add source markers to @​ExplicitGroupsComposable
  • fcc1075 Bump IntelliJ platform to 233.13135.128
  • 1499254 [FIR2IR] Add static fields to the list of declarations of lazy IR java class
  • 8f121bc Derelocate NSTextAttachment and NSTextContainer methods
  • cc0919d Allow using categories in the def file to reintroduce methods in the class
  • b1504e7 [IC] Add synchronized clean methods to storage classes
  • 273abb8 Derelocate deprecated DOMElement APIs
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.1 to 1.9.0

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.

1.9.0

Features

  • Wasm/WASI target support (#4064). Thanks, @​igoriakovlev!
  • limitedParallelism now optionally accepts the name of the dispatcher view for easier debugging (#4023).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Introduced the Flow<T>.chunked(size: Int): Flow<List<T>> operator that groups emitted values into groups of the given size (#1290).
  • Closeable dispatchers are instances of AutoCloseable now (#4123).

Fixes

  • Calling hasNext on a Channel's iterator is idempotent (#4065). Thanks, @​gitpaxultek!
  • CoroutineScope() created without an explicit dispatcher uses Dispatchers.Default on Native (#4074). Thanks, @​whyoleg!
  • Fixed a bug that prevented non-Android Dispatchers.Main from initializing when the Firebase dependency is used (#3914).
  • Ensured a more intuitive ordering of tasks in runBlocking (#4134).
  • Forbid casting a Mutex to Semaphore (#4176).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).

Deprecations and promotions

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Deprecated Job.cancelFutureOnCompletion (#4173).
  • Promoted CoroutineDispatcher.limitedParallelism to stable (#3864).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Promoted CancellableContinuation.resume with an onCancellation lambda to stable, providing extra arguments to the lambda (#4088).
  • Marked the classes and interfaces that are not supposed to be inherited from with the new InternalForInheritanceCoroutinesApi opt-in (#3770).
  • Marked the classes and interfaces inheriting from which is not stable with the new ExperimentalForInheritanceCoroutinesApi opt-in (#3770).

Other

  • Kotlin was updated to 2.0 (#4137).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Simplified the internal implementation of Job (#4053).
  • Small tweaks, fixes, and documentation improvements.

1.9.0-RC.2

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Forbid casting a Mutex to Semaphore (#4176).
  • Deprecated Job.cancelFutureOnCompletion (#4156).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).
  • Fixed a bug that disallowed setting a custom probeCoroutineResumed when starting coroutines with UNDISPATCHED (#4162).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Small tweaks, fixes, and documentation improvements.

1.9.0-RC

  • Kotlin was updated to 2.0 (#4137).

... (truncated)

Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.

Version 1.9.0

Features

  • Wasm/WASI target support (#4064). Thanks, @​igoriakovlev!
  • limitedParallelism now optionally accepts the name of the dispatcher view for easier debugging (#4023).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Introduced the Flow<T>.chunked(size: Int): Flow<List<T>> operator that groups emitted values into groups of the given size (#1290).
  • Closeable dispatchers are instances of AutoCloseable now (#4123).

Fixes

  • Calling hasNext on a Channel's iterator is idempotent (#4065). Thanks, @​gitpaxultek!
  • CoroutineScope() created without an explicit dispatcher uses Dispatchers.Default on Native (#4074). Thanks, @​whyoleg!
  • Fixed a bug that prevented non-Android Dispatchers.Main from initializing when the Firebase dependency is used (#3914).
  • Ensured a more intuitive ordering of tasks in runBlocking (#4134).
  • Forbid casting a Mutex to Semaphore (#4176).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).

Deprecations and promotions

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Deprecated Job.cancelFutureOnCompletion (#4173).
  • Promoted CoroutineDispatcher.limitedParallelism to stable (#3864).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Promoted CancellableContinuation.resume with an onCancellation lambda to stable, providing extra arguments to the lambda (#4088).
  • Marked the classes and interfaces that are not supposed to be inherited from with the new InternalForInheritanceCoroutinesApi opt-in (#3770).
  • Marked the classes and interfaces inheriting from which is not stable with the new ExperimentalForInheritanceCoroutinesApi opt-in (#3770).

Other

  • Kotlin was updated to 2.0 (#4137).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Simplified the internal implementation of Job (#4053).
  • Small tweaks, fixes, and documentation improvements.

Version 1.9.0-RC.2

  • Advanced the deprecation levels for BroadcastChannel-based API (#4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#4198).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#4169).
  • Reworked the documentation for CoroutineStart and Channel-based API (#4147, #4148, #4167). Thanks, @​globsterg!
  • Forbid casting a Mutex to Semaphore (#4176).
  • Deprecated Job.cancelFutureOnCompletion (#4173).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#4156).
  • Fixed a bug that disallowed setting a custom probeCoroutineResumed when starting coroutines with UNDISPATCHED (#4162).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#4166). Thanks, @​metalhead8816!
  • Small tweaks, fixes, and documentation improvements.

... (truncated)

Commits

Updates io.vertx:vertx-core from 4.5.9 to 4.5.10

Commits
  • d5a16c6 Releasing 4.5.10
  • 83c72a4 Revert "Hook for VertxBuilder customization"
  • 3f930dc Hook for VertxBuilder customization
  • 6ddbde4 Rollback breaking change of internal API
  • 334e2cd Context created from a vertx thread should not be recorded as a sticky context.
  • bab52b7 Set version to 4.5.10-SNAPSHOT
  • See full diff in compare view

Updates io.vertx:vertx-lang-kotlin from 4.5.9 to 4.5.10

Updates io.vertx:vertx-lang-kotlin-coroutines from 4.5.9 to 4.5.10

Updates io.vertx:vertx-junit5 from 4.5.9 to 4.5.10

Updates com.google.devtools.ksp:symbol-processing-api from 2.0.10-1.0.24 to 2.0.21-1.0.26

Release notes

Sourced from com.google.devtools.ksp:symbol-processing-api's releases.

2.0.21-1.0.26

Bugs Fixed

  • A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #1968
  • [KSP2] default value is null for nested annotation #2077
  • [KSP2] "internal" members are out of order in Resolver.getDeclarationsInSourceOrder() #1827
  • [KSP2] Resolver.getDeclarationsFromPackage() couldn't find Java declarations #1952
  • [KSP2] Property setter parameter name becomes value #1865
  • [KSP2] A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #1941
  • [KSP2] NullPointerException when calling hasBackingField on properties of Enum declarations #1753
  • JVM Module name is changed for libraries #2105
  • [KSP2] asMemberOf() is not working with Java sources #2051
  • KSP2: implement KSPropertyDeclaration.findOverridee and Resolver.asMemberOf for java fields #1642
  • [KSP2] command line doesn't support absolute Windows paths #2046
  • [KSP2] NPE when getting annotation arguments on non-Jvm targets #1823
  • [KSP2] Resolver.mapToJvmSignature() is not consistent #2109
  • [KSP2] Default annotation argument values are sometimes missing #2107
  • [KSP2] KSFunctionDeclaration.asMemberOf doesn't work sometimes #2116
  • [KSP2] Qualified names of nested annotations from JAVA_LIB is null #2033
  • [KSP2] Class literal annotation default values resolve to error types #1910
  • KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol #2119
  • KSP memory leak in Android build #2073
  • [KSP2] KSClassDeclaration.asType(emptyList()) fails after Resolver.getSymbolsWithAnnotation() call #2094
  • KSValueArgumentImpl doesn't implement .equals() in KSP2 #2091
  • [KSP2] JvmName is ignored in annotation property getters #2148
  • [KSP2] Unable to get visibility of KSTypeAlias #2140
  • Gradle kspKotlin task failed when upgrading to 2.0.20-1.0.25 #2123
  • [KSP2] Generic type arguments on typealiases are improperly forwarded to the KSType #2088
  • java.lang.IllegalStateException: Storage for [...] is already registered with 2.0.20-1.0.24 #2072

Full Changelog: google/ksp@911690b...2.0.21-1.0.26

Contributors

Thanks to @​ansman, @​asapha, @​kaeawc, @​kuanyingchou, @​scott-pollom, and everyone who reported bugs and participated in discussions!

2.0.21-1.0.25

What's Changed

Full Changelog: google/ksp@2.0.21-RC-1.0.25...2.0.21-1.0.25

2.0.21-RC-1.0.25

What's Changed

Full Changelog: google/ksp@2.0.20-1.0.25...2.0.21-RC-1.0.25

2.0.20-1.0.25

Bugs Fixed

... (truncated)

Commits
  • b27396c Refine error message
  • 36252be KSTypeArgumentResolvedImpl: use aliasing type
  • f1057e6 KSP2: Implement KSValueArgument.equals
  • e7cbdd6 Handle empty array in annotation arguments.
  • 66e4e32 KSP2: implement KSTypeAlias.modifiers for libs
  • a1fbd18 Handle JvmName in annotation classes
  • 057675d Test @​JvmName on annotation property getters
  • d2b8f11 UPDATE_AA_VERSION: 2.1.20-dev-1729
  • 0385163 UPDATE_AA_VERSION: 2.1.0-dev-7621
  • 4c489c9 Replace toLowerCase() with lowercase()
  • Additional commits viewable in compare view

Updates com.squareup:kotlinpoet from 1.18.1 to 2.0.0

Release notes

Sourced from com.squareup:kotlinpoet's releases.

2.0.0

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.

  • New: Kotlin 2.0.10.
  • New: Spaces don't break by default.
  • New: New placeholder representing a space that is safe to wrap.
  • New: Add KSTypeAlias.toClassName(). (#1956)
  • New: Add KSType.toClassNameOrNull(). (#1956)
  • Fix: Enum classes that only have an init block now also generate the required semicolon. (#1953)
  • Fix: Preserve typealiases in KSAnnotation.toAnnotationSpec(). (#1956)
  • Fix: Preserve nullability in KSType.toClassName(). (#1956)
Changelog

Sourced from com.squareup:kotlinpoet's changelog.

Version 2.0.0

Thanks to [@​brokenhappy][brokenhappy], [@​tajobe][tajobe], [@​niyajali][niyajali], [@​ForteScarlet][ForteScarlet] for contributing to this release.

2024-10-23

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.

  • New: Kotlin 2.0.10.
  • New: Spaces don't break by default.
  • New: New placeholder representing a space that is safe to wrap.
  • New: Add KSTypeAlias.toClassName(). (#1956)
  • New: Add KSType.toClassNameOrNull(). (#1956)
  • Fix: Enum classes that only have an init block now also generate the required semicolon. (#1953)
  • Fix: Preserve typealiases in KSAnnotation.toAnnotationSpec(). (#1956)
  • Fix: Preserve nullability in KSType.toClassName(). (#1956)
Commits
  • 96d4ebe Prepare for release 2.0.0
  • 41d18a9 Update dependency mkdocs-material to v9.5.42
  • bf13b16 Update dependency MarkupSafe to v3.0.2
  • cf9a5e2 Update dependency mkdocs-macros-plugin to v1.3.6
  • e832055 Update dependency mkdocs-material to v9.5.41
  • e4e7a6f Apply the JS and WasmJs source sets to the main module (#1992)
  • 57586fe Update line wrapping-related documentation (#2003)
  • 591a4a3 Introduce the new ♢ modifier and don't wrap spaces by default (#2001)
  • b84c462 Update plugin mavenPublish to v0.30.0
  • b95afb8 Update dependency termcolor to v2.5.0
  • Additional commits viewable in compare view

Updates com.squareup:kotlinpoet-ksp from 1.18.1 to 2.0.0

Release notes

Sourced from com.squareup:kotlinpoet-ksp's releases.

2.0.0

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.

  • New: Kotlin 2.0.10.
  • New: Spaces don't break by default.
  • New: New placeholder representing a space that is safe to wrap.
  • New: Add KSTypeAlias.toClassName(). (#1956)
  • New: Add KSType.toClassNameOrNull(). (#1956)
  • Fix: Enum classes that only have an init block now also generate the required semicolon. (#1953)
  • Fix: Preserve typealiases in KSAnnotation.toAnnotationSpec(). (#1956)
  • Fix: Preserve nullability in KSType.toClassName(). (#1956)
Changelog

Sourced from com.squareup:kotlinpoet-ksp's changelog.

Version 2.0.0

Thanks to [@​brokenhappy][brokenhappy], [@​tajobe][tajobe], [@​niyajali][niyajali], [@​ForteScarlet][ForteScarlet] for contributing to this release.

2024-10-23

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.

  • New: Kotlin 2.0.10.
  • New: Spaces don't break by default.
  • New: New placeholder representing a space that is safe to wrap.
  • New: Add KSTypeAlias.toClassName(). (#1956)
  • New: Add KSType.toClassNameOrNull(). (#1956)
  • Fix: Enum classes that only have an init block now also generate the required semicolon. (#1953)
  • Fix: Preserve typealiases in KSAnnotation.toAnnotationSpec(). (#1956)
  • Fix: Preserve nullability in KSType.toClassName(). (#1956)
Commits
  • 96d4ebe Prepare for release 2.0.0
  • 41d18a9 Update dependency mkdocs-material to v9.5.42
  • bf13b16 Update dependency MarkupSafe to v3.0.2
  • cf9a5e2 Update dependency mkdocs-macros-plugin to v1.3.6
  • e832055 Update dependency mkdocs-material to v9.5.41
  • e4e7a6f Apply the JS and WasmJs source sets to the main module (#1992)
  • 57586fe Update line wrapping-related documentation (#2003)
  • 591a4a3 Introduce the new ♢ modifier and don't wrap spaces by default (#2001)
  • b84c462 Update plugin mavenPublish to v0.30.0
  • b95afb8 Update dependency termcolor to v2.5.0
  • Additional commits viewable in compare view

Updates com.squareup:kotlinpoet-ksp from 1.18.1 to 2.0.0

Release notes

Sourced from com.squareup:kotlinpoet-ksp's releases.

2.0.0

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.

  • New: Kotlin 2.0.10.
  • New: Spaces don't break by default.
  • New: New placeholder representing a space that is safe to wrap.
  • New: Add KSTypeAlias.toClassName(). (#1956)
  • New: Add KSType.toClassNameOrNull(). (#1956)
  • Fix: Enum classes that only have an init block now also generate the required semicolon. (#1953)
  • Fix: Preserve typealiases in KSAnnotation.toAnnotationSpec(). (#1956)
  • Fix: Preserve nullability in KSType.toClassName(). (#1956)
Changelog

Sourced from com.squareup:kotlinpoet-ksp's changelog.

Version 2.0.0

Thanks to [@​brokenhappy][brokenhappy], [@​tajobe][tajobe], [@​niyajali][niyajali], [@​ForteScarlet][ForteScarlet] for contributing to this release.

2024-10-23

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.

  • New: Kotlin 2.0.10.
  • New: Spaces don't break by default.
  • New: New placeholder representing a space that is safe to wrap.
  • New: Add KSTypeAlias.toClassName(). (#1956)
  • New: Add KSType.toClassNameOrNull(). (#1956)
  • Fix: Enum classes that only have an init block now also generate the required semicolon. (#1953)
  • Fix: Preserve typealiases in KSAnnotation.toAnnotationSpec(). (#1956)
  • Fix: Preserve nullability in KSType.toClassName(). (#1956)
Commits
  • 96d4ebe Prepare for release 2.0.0
  • 41d18a9 Update dependency mkdocs-material to v9.5.42
  • bf13b16 Update dependency MarkupSafe to v3.0.2
  • cf9a5e2 Update dependency mkdocs-macros-plugin to v1.3.6
  • e832055 Update dependency mkdocs-material to v9.5.41
  • e4e7a6f Apply the JS and WasmJs source sets to the main module (#1992)
  • 57586fe Update line wrapping-related documentation (#2003)
  • 591a4a3 Introduce the new ♢ modifier and don't wrap spaces by default (#2001)
  • b84c462 Update plugin mavenPublish to v0.30.0
  • b95afb8 Update dependency termcolor to v2.5.0
  • Additional commits viewable in compare view

Updates io.vertx:vertx-lang-kotlin from 4.5.9 to 4.5.10

Updates io.vertx:vertx-lang-kotlin-coroutines from 4.5.9 to 4.5.10

Updates com.google.devtools.ksp from 2.0.10-1.0.24 to 2.0.21-1.0.26

Release notes

Sourced from com.google.devtools.ksp's releases.

2.0.21-1.0.26

Bugs Fixed

  • A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #1968
  • [KSP2] default value is null for nested annotation #2077
  • [KSP2] "internal" members are out of order in Resolver.getDeclarationsInSourceOrder() #1827
  • [KSP2] Resolver.getDeclarationsFromPackage() couldn't find Java declarations #1952
  • [KSP2] Property setter parameter name becomes value #1865
  • [KSP2] A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #1941
  • [KSP2] NullPointerException when calling hasBackingField on properties of Enum declarations #1753
  • JVM Module name is changed for libraries #2105
  • [KSP2] asMemberOf() is not working with Java sources #2051
  • KSP2: implement KSPropertyDeclaration.findOverridee and Resolver.asMemberOf for java fields #1642
  • [KSP2] command line doesn't support absolute Windows paths #2046
  • [KSP2] NPE when getting annotation arguments on non-Jvm targets #1823
  • [KSP2] Resolver.mapToJvmSignature() is not consistent #2109
  • [KSP2] Default annotation argument values are sometimes missing #2107
  • [KSP2] KSFunctionDeclaration.asMemberOf doesn't work sometimes #2116
  • [KSP2] Qualified names of nested annotations from JAVA_LIB is null #2033
  • [KSP2] Class literal annotation default values resolve to error types #1910
  • KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol #2119
  • KSP memory leak in Android build #2073
  • [KSP2] KSClassDeclaration.asType(emptyList()) fails after Resolver.getSymbolsWithAnnotation() call #2094
  • KSValueArgumentImpl doesn't implement .equals() in KSP2 #2091
  • [KSP2] JvmName is ignored in annotation property getters #2148
  • [KSP2] Unable to get visibility of KSTypeAlias #2140
  • Gradle kspKotlin task failed when upgrading to 2.0.20-1.0.25 #2123
  • [KSP2] Generic type arguments on typealiases are improperly forwarded to the KSType

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.0.10` | `2.0.21` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.8.1` | `1.9.0` |
| [io.vertx:vertx-core](https://github.com/eclipse/vert.x) | `4.5.9` | `4.5.10` |
| io.vertx:vertx-lang-kotlin | `4.5.9` | `4.5.10` |
| io.vertx:vertx-lang-kotlin-coroutines | `4.5.9` | `4.5.10` |
| io.vertx:vertx-junit5 | `4.5.9` | `4.5.10` |
| [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) | `2.0.10-1.0.24` | `2.0.21-1.0.26` |
| [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) | `1.18.1` | `2.0.0` |
| [com.squareup:kotlinpoet-ksp](https://github.com/square/kotlinpoet) | `1.18.1` | `2.0.0` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.0.10-1.0.24` | `2.0.21-1.0.26` |



Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.10 to 2.0.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.21)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)

Updates `io.vertx:vertx-core` from 4.5.9 to 4.5.10
- [Commits](eclipse-vertx/vert.x@4.5.9...4.5.10)

Updates `io.vertx:vertx-lang-kotlin` from 4.5.9 to 4.5.10

Updates `io.vertx:vertx-lang-kotlin-coroutines` from 4.5.9 to 4.5.10

Updates `io.vertx:vertx-junit5` from 4.5.9 to 4.5.10

Updates `com.google.devtools.ksp:symbol-processing-api` from 2.0.10-1.0.24 to 2.0.21-1.0.26
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.10-1.0.24...2.0.21-1.0.26)

Updates `com.squareup:kotlinpoet` from 1.18.1 to 2.0.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.18.1...2.0.0)

Updates `com.squareup:kotlinpoet-ksp` from 1.18.1 to 2.0.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.18.1...2.0.0)

Updates `com.squareup:kotlinpoet-ksp` from 1.18.1 to 2.0.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.18.1...2.0.0)

Updates `io.vertx:vertx-lang-kotlin` from 4.5.9 to 4.5.10

Updates `io.vertx:vertx-lang-kotlin-coroutines` from 4.5.9 to 4.5.10

Updates `com.google.devtools.ksp` from 2.0.10-1.0.24 to 2.0.21-1.0.26
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.10-1.0.24...2.0.21-1.0.26)

Updates `io.vertx:vertx-junit5` from 4.5.9 to 4.5.10

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin-coroutines
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.squareup:kotlinpoet-ksp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.squareup:kotlinpoet-ksp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin-coroutines
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #227.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/gradle/dependencies-f1b8f40e3a branch November 11, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants