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 all group with 4 updates #155

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the all group with 4 updates: com.google.devtools.ksp:symbol-processing-api, com.google.devtools.ksp, org.jetbrains.kotlin.jvm and org.jetbrains.kotlin.plugin.serialization.

Updates com.google.devtools.ksp:symbol-processing-api from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24

Release notes

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

2.0.20-RC-1.0.24

What's Changed

Full Changelog: google/ksp@2.0.10-RC2-1.0.24...2.0.20-RC-1.0.24

Commits
  • 84f061c UPDATE_KOTLIN_VERSION: 2.0.20-RC
  • c6a8c38 Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-6501"
  • 7f7c4dc Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-4579"
  • 296d515 Reapply "Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-3728""
  • aed6eb6 Revert "Reapply "Downgrade Kotlin to 2.0.0""
  • 1c40f88 Reapply "UPDATE_KOTLIN_VERSION: 2.0.10-RC"
  • 848924a Revert "UPDATE_KOTLIN_VERSION: 2.0.10-RC2"
  • 7e600a0 UPDATE_KOTLIN_VERSION: 2.0.10-RC2
  • c63864c UPDATE_AA_VERSION: 2.1.0-dev-2499
  • b683dee Handle edge cases of KtAnnotated.annotations
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24

Release notes

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

2.0.20-RC-1.0.24

What's Changed

Full Changelog: google/ksp@2.0.10-RC2-1.0.24...2.0.20-RC-1.0.24

Commits
  • 84f061c UPDATE_KOTLIN_VERSION: 2.0.20-RC
  • c6a8c38 Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-6501"
  • 7f7c4dc Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-4579"
  • 296d515 Reapply "Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-3728""
  • aed6eb6 Revert "Reapply "Downgrade Kotlin to 2.0.0""
  • 1c40f88 Reapply "UPDATE_KOTLIN_VERSION: 2.0.10-RC"
  • 848924a Revert "UPDATE_KOTLIN_VERSION: 2.0.10-RC2"
  • 7e600a0 UPDATE_KOTLIN_VERSION: 2.0.10-RC2
  • c63864c UPDATE_AA_VERSION: 2.1.0-dev-2499
  • b683dee Handle edge cases of KtAnnotated.annotations
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.jvm from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin.jvm's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.jvm's changelog.

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Commits
  • dd44c8e Add ChangeLog for 2.0.20-RC
  • a1167e1 [FIR] Propagate variables initialized in loops to parent statements
  • e9ad2a1 [FIR] Prevent stack overflow when checking variable initialization
  • 315d59a [FIR] Improve performance when tracking local variable assignment
  • dd0ab96 [FIR] Properties with captured dispatch receivers should be unstable
  • a17692d [KGP] Fix misconfigured usePreciseJavaTracking in k2 mode
  • deda562 Improve docs of extension functions for hex formatting #KT-68025
  • 6092d2b Revert "[AA] Fix shared mutable default values in lock and `serviceRegister...
  • d3bb4a9 Fix regression with nested PCLA calls with lambda
  • 2361ff4 Minor. Extract prepareContextForTypeVariableForSemiFixation
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.serialization from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin.plugin.serialization's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Commits
  • dd44c8e Add ChangeLog for 2.0.20-RC
  • a1167e1 [FIR] Propagate variables initialized in loops to parent statements
  • e9ad2a1 [FIR] Prevent stack overflow when checking variable initialization
  • 315d59a [FIR] Improve performance when tracking local variable assignment
  • dd0ab96 [FIR] Properties with captured dispatch receivers should be unstable
  • a17692d [KGP] Fix misconfigured usePreciseJavaTracking in k2 mode
  • deda562 Improve docs of extension functions for hex formatting #KT-68025
  • 6092d2b Revert "[AA] Fix shared mutable default values in lock and `serviceRegister...
  • d3bb4a9 Fix regression with nested PCLA calls with lambda
  • 2361ff4 Minor. Extract prepareContextForTypeVariableForSemiFixation
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.serialization from 2.0.20-Beta2 to 2.0.20-RC

Release notes

Sourced from org.jetbrains.kotlin.plugin.serialization's releases.

Kotlin 2.0.20-RC

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.

2.0.20-RC

Analysis. API

  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Backend. Wasm

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-69529 compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)
  • KT-68088 Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows

Compiler

  • KT-69494 StackOverflowError in CfgTraverserKt.getPreviousCfgNodes
  • KT-69723 K2: code analysis taking too long
  • KT-56880 K2. Conflicting overloads for main() isn't shown when language version is set to 2.0
  • KT-69170 K2: "Unresolved reference" caused by generics and fun interfaces
  • KT-70039 K2: inconsistent stability of vals of captured receivers
  • KT-68996 K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument
  • KT-68889 K2: type variable should not be fixed
  • KT-15388 Forbid delegated property to have external getter/setter

Compose compiler

  • b/351858979 Fix stability inferencing of interfaces on incremental compilation
  • b/346821372 [Compose] Fix code generation for group optimization

JavaScript

  • KT-69353 KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts

Libraries

  • KT-68025 Improve documentation for Hex

Native. Build Infrastructure

  • KT-69781 Kotlin/Native performance tests fail to compile with bitcode

Native. C and ObjC Import

  • KT-69094 LLVM 11 clang: cinterops fail with "_Float16 is not supported on this target"

Native. Platform Libraries

  • KT-69382 LLVM 11 clang: symbol not found when running the linker

Native. Runtime

... (truncated)

Commits
  • dd44c8e Add ChangeLog for 2.0.20-RC
  • a1167e1 [FIR] Propagate variables initialized in loops to parent statements
  • e9ad2a1 [FIR] Prevent stack overflow when checking variable initialization
  • 315d59a [FIR] Improve performance when tracking local variable assignment
  • dd0ab96 [FIR] Properties with captured dispatch receivers should be unstable
  • a17692d [KGP] Fix misconfigured usePreciseJavaTracking in k2 mode
  • deda562 Improve docs of extension functions for hex formatting #KT-68025
  • 6092d2b Revert "[AA] Fix shared mutable default values in lock and `serviceRegister...
  • d3bb4a9 Fix regression with nested PCLA calls with lambda
  • 2361ff4 Minor. Extract prepareContextForTypeVariableForSemiFixation
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24

Release notes

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

2.0.20-RC-1.0.24

What's Changed

Full Changelog: google/ksp@2.0.10-RC2-1.0.24...2.0.20-RC-1.0.24

Commits
  • 84f061c UPDATE_KOTLIN_VERSION: 2.0.20-RC
  • c6a8c38 Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-6501"
  • 7f7c4dc Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-4579"
  • 296d515 Reapply "Reapply "UPDATE_KOTLIN_VERSION: 2.0.20-dev-3728""
  • aed6eb6 Revert "Reapply "Downgrade Kotlin to 2.0.0""
  • 1c40f88 Reapply "UPDATE_KOTLIN_VERSION: 2.0.10-RC"
  • 848924a Revert "UPDATE_KOTLIN_VERSION: 2.0.10-RC2"
  • 7e600a0 UPDATE_KOTLIN_VERSION: 2.0.10-RC2
  • c63864c UPDATE_AA_VERSION: 2.1.0-dev-2499
  • b683dee Handle edge cases of KtAnnotated.annotations
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 4 updates: [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp), [com.google.devtools.ksp](https://github.com/google/ksp), [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin).


Updates `com.google.devtools.ksp:symbol-processing-api` from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.20-Beta2-1.0.23...2.0.20-RC-1.0.24)

Updates `com.google.devtools.ksp` from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.20-Beta2-1.0.23...2.0.20-RC-1.0.24)

Updates `org.jetbrains.kotlin.jvm` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20-Beta2 to 2.0.20-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20-Beta2...v2.0.20-RC)

Updates `com.google.devtools.ksp` from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.20-Beta2-1.0.23...2.0.20-RC-1.0.24)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 5, 2024
@IRus IRus merged commit ba97039 into main Aug 8, 2024
7 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/all-4429b4b17d branch August 8, 2024 08:39
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 java Pull requests that update Java code
Development

Successfully merging this pull request may close these issues.

1 participant