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 3 updates #53

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps the all group with 3 updates: org.jetbrains.kotlin:kotlin-stdlib-jdk8, org.jetbrains.kotlin.jvm and org.jetbrains.kotlin.plugin.serialization.

Updates org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.20-RC to 1.9.20-RC2

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's releases.

Kotlin 1.9.20-RC2

Changelog

Compiler

  • KT-62747 Wrong warning message when overriding vararg with Array during actualization
  • KT-62655 Don't report a warning when new members and new supertypes are added to open expect actualization
  • KT-62313 Kotlin/Native Compiler crash: ClassCastException in IntrinsicGenerator

JavaScript

  • KT-62790 java.lang.ClassCastException in compiler when ::class is used

Libraries

  • KT-62656 Drop @AllowDifferentMembersInActual from stdlib

Reflection

  • KT-47973 Reflection: "IllegalArgumentException: argument type mismatch" when using callSuspend to call a function returning value class over primitive

Tools. Gradle

  • KT-61359 "Unresolved reference: platform" when enabling Gradle configuration cache
  • KT-62496 Configuration time regression with KGP 1.9.20-Beta caused by loading of properties

Checksums

File Sha256
kotlin-compiler-1.9.20-RC2.zip e7ecbb754203a427adcdfa97f609472e0840ef7c6722c04daaf218900b669728
kotlin-native-linux-x86_64-1.9.20-RC2.tar.gz 5faf5f8b1f20c8214767f23a1c9918ab97191abbb93d39aae9fd529b1a93b463
kotlin-native-macos-x86_64-1.9.20-RC2.tar.gz 64d40e0d3398a6fecc948391d1ccd02c30371a56da3710ee6491b5b7b98f7a24
kotlin-native-macos-aarch64-1.9.20-RC2.tar.gz 41be3a0f63a6f726118024c5a9960e480390267a96a30a45211d2bcf49104c33
kotlin-native-windows-x86_64-1.9.20-RC2.zip a5305b21517756b108c748ade77780af564589b1f64feb810ce211fb72b2da2b
Commits
  • 508e032 [K/JS] Remove unconditional cast to IrClass in KClass expression
  • d700cd1 [FE] 1.9.20 exclusive commit. Fix testData after previous two commits
  • 22b9d50 [FE 1.0] 2/2 Don't report a warning when new members are added to open expect...
  • 29cf556 [FE 1.0] 1/2 Don't report a warning when new supertypes are added to open exp...
  • 40cf415 [FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown
  • 4408d89 [FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg) a...
  • 6982fa1 [FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
  • 882f468 [STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib
  • 5cbfe24 Fix unstable TryK2IT.smokeTestForNativeTasks test
  • 9bf9cb4 [Gradle] Re-use existing nativeDistribution dir
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.jvm from 1.9.20-RC to 1.9.20-RC2

Release notes

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

Kotlin 1.9.20-RC2

Changelog

Compiler

  • KT-62747 Wrong warning message when overriding vararg with Array during actualization
  • KT-62655 Don't report a warning when new members and new supertypes are added to open expect actualization
  • KT-62313 Kotlin/Native Compiler crash: ClassCastException in IntrinsicGenerator

JavaScript

  • KT-62790 java.lang.ClassCastException in compiler when ::class is used

Libraries

  • KT-62656 Drop @AllowDifferentMembersInActual from stdlib

Reflection

  • KT-47973 Reflection: "IllegalArgumentException: argument type mismatch" when using callSuspend to call a function returning value class over primitive

Tools. Gradle

  • KT-61359 "Unresolved reference: platform" when enabling Gradle configuration cache
  • KT-62496 Configuration time regression with KGP 1.9.20-Beta caused by loading of properties

Checksums

File Sha256
kotlin-compiler-1.9.20-RC2.zip e7ecbb754203a427adcdfa97f609472e0840ef7c6722c04daaf218900b669728
kotlin-native-linux-x86_64-1.9.20-RC2.tar.gz 5faf5f8b1f20c8214767f23a1c9918ab97191abbb93d39aae9fd529b1a93b463
kotlin-native-macos-x86_64-1.9.20-RC2.tar.gz 64d40e0d3398a6fecc948391d1ccd02c30371a56da3710ee6491b5b7b98f7a24
kotlin-native-macos-aarch64-1.9.20-RC2.tar.gz 41be3a0f63a6f726118024c5a9960e480390267a96a30a45211d2bcf49104c33
kotlin-native-windows-x86_64-1.9.20-RC2.zip a5305b21517756b108c748ade77780af564589b1f64feb810ce211fb72b2da2b
Commits
  • 508e032 [K/JS] Remove unconditional cast to IrClass in KClass expression
  • d700cd1 [FE] 1.9.20 exclusive commit. Fix testData after previous two commits
  • 22b9d50 [FE 1.0] 2/2 Don't report a warning when new members are added to open expect...
  • 29cf556 [FE 1.0] 1/2 Don't report a warning when new supertypes are added to open exp...
  • 40cf415 [FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown
  • 4408d89 [FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg) a...
  • 6982fa1 [FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
  • 882f468 [STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib
  • 5cbfe24 Fix unstable TryK2IT.smokeTestForNativeTasks test
  • 9bf9cb4 [Gradle] Re-use existing nativeDistribution dir
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.serialization from 1.9.20-RC to 1.9.20-RC2

Release notes

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

Kotlin 1.9.20-RC2

Changelog

Compiler

  • KT-62747 Wrong warning message when overriding vararg with Array during actualization
  • KT-62655 Don't report a warning when new members and new supertypes are added to open expect actualization
  • KT-62313 Kotlin/Native Compiler crash: ClassCastException in IntrinsicGenerator

JavaScript

  • KT-62790 java.lang.ClassCastException in compiler when ::class is used

Libraries

  • KT-62656 Drop @AllowDifferentMembersInActual from stdlib

Reflection

  • KT-47973 Reflection: "IllegalArgumentException: argument type mismatch" when using callSuspend to call a function returning value class over primitive

Tools. Gradle

  • KT-61359 "Unresolved reference: platform" when enabling Gradle configuration cache
  • KT-62496 Configuration time regression with KGP 1.9.20-Beta caused by loading of properties

Checksums

File Sha256
kotlin-compiler-1.9.20-RC2.zip e7ecbb754203a427adcdfa97f609472e0840ef7c6722c04daaf218900b669728
kotlin-native-linux-x86_64-1.9.20-RC2.tar.gz 5faf5f8b1f20c8214767f23a1c9918ab97191abbb93d39aae9fd529b1a93b463
kotlin-native-macos-x86_64-1.9.20-RC2.tar.gz 64d40e0d3398a6fecc948391d1ccd02c30371a56da3710ee6491b5b7b98f7a24
kotlin-native-macos-aarch64-1.9.20-RC2.tar.gz 41be3a0f63a6f726118024c5a9960e480390267a96a30a45211d2bcf49104c33
kotlin-native-windows-x86_64-1.9.20-RC2.zip a5305b21517756b108c748ade77780af564589b1f64feb810ce211fb72b2da2b
Commits
  • 508e032 [K/JS] Remove unconditional cast to IrClass in KClass expression
  • d700cd1 [FE] 1.9.20 exclusive commit. Fix testData after previous two commits
  • 22b9d50 [FE 1.0] 2/2 Don't report a warning when new members are added to open expect...
  • 29cf556 [FE 1.0] 1/2 Don't report a warning when new supertypes are added to open exp...
  • 40cf415 [FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown
  • 4408d89 [FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg) a...
  • 6982fa1 [FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
  • 882f468 [STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib
  • 5cbfe24 Fix unstable TryK2IT.smokeTestForNativeTasks test
  • 9bf9cb4 [Gradle] Re-use existing nativeDistribution dir
  • 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 3 updates: [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin).


Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.20-RC to 1.9.20-RC2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20-RC...v1.9.20-RC2)

Updates `org.jetbrains.kotlin.jvm` from 1.9.20-RC to 1.9.20-RC2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20-RC...v1.9.20-RC2)

Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.20-RC to 1.9.20-RC2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20-RC...v1.9.20-RC2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  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
...

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 Oct 30, 2023
@IRus IRus merged commit f830d3c into main Oct 30, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/all-254aba743f branch October 30, 2023 17:29
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