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

Update Kotlin core dependencies to v1.9.10 #87

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlin.plugin.serialization 1.9.0 -> 1.9.10 age adoption passing confidence
org.jetbrains.kotlin.multiplatform 1.9.0 -> 1.9.10 age adoption passing confidence
org.jetbrains.kotlin:kotlin-serialization (source) 1.9.0 -> 1.9.10 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.0 -> 1.9.10 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

JetBrains/kotlin (org.jetbrains.kotlin:kotlin-serialization)

v1.9.10: Kotlin 1.9.10

Changelog
Compiler
  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0
JavaScript
  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type
Native
  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4
Native. C and ObjC Import
  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1
Tools. Gradle
  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
Checksums
File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Merging #87 (c38e399) into main (1836a0f) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

❗ Current head c38e399 differs from pull request most recent head d4b6b1b. Consider uploading reports for the commit d4b6b1b to get more accurate results

@@            Coverage Diff            @@
##               main      #87   +/-   ##
=========================================
  Coverage     67.87%   67.87%           
  Complexity       32       32           
=========================================
  Files             4        4           
  Lines           277      277           
  Branches         72       72           
=========================================
  Hits            188      188           
  Misses           46       46           
  Partials         43       43           
Flag Coverage Δ
unittests 67.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@github-actions
Copy link

github-actions bot commented Aug 28, 2023

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

72 tests  ±0   72 ✔️ ±0   2s ⏱️ ±0s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ±0 

Results for commit d4b6b1b. ± Comparison against base commit 732533b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 28, 2023

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

72 tests  ±0   72 ✔️ ±0   3s ⏱️ ±0s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ±0 

Results for commit d4b6b1b. ± Comparison against base commit 732533b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 28, 2023

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

72 tests  ±0   72 ✔️ ±0   2s ⏱️ -1s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ±0 

Results for commit d4b6b1b. ± Comparison against base commit 732533b.

♻️ This comment has been updated with latest results.

Copy link
Member

@nulls nulls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait till CodeQL supports kotlin 1.9.10

@nulls nulls merged commit 4bf12f9 into main Sep 4, 2023
18 checks passed
@nulls nulls deleted the renovate/core-kotlin branch September 4, 2023 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant