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

chore(deps): update kotlin core dependencies #577

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.0 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.5.0 -> 0.6.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-properties 1.6.3 -> 1.7.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3 -> 1.7.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.6.3 -> 1.7.1 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) 1.9.23 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) 1.9.23 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-serialization (source) 1.9.23 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.23 -> 1.9.25 age adoption passing confidence

Release Notes

Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-core)

v1.8.1

Compare Source

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#​4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#​3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#​4051).
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small tweaks and documentation fixes.
Changelog relative to version 1.8.1-Beta
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small documentation fixes.
Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)

v0.6.0

  • Introduce the widely requested API for locale-invariant parsing and formatting (#​343)
  • Completely overhaul the KDoc-based documentation (#​347)
  • Breaking change: forbid parsing Instant values without the second-of-minute component on the JVM and JS, fixing inconsistency with Native (#​369)
  • Breaking change: use the fully qualified name of classes in the JSON serializers (#​308)
  • Fix Proguard emitting warning about missing kotlinx-serialization classes when serialization is not used (#​336)
  • Reimplement the timezone database handling for Native targets from scratch (#​286, #​327)
  • Support Android NDK targets (#​344)
  • Small tweaks and fixes.
Changelog relative to version 0.6.0-RC.2
  • Completely overhaul the KDoc-based documentation (#​347)
  • Breaking change: forbid parsing Instant values without the second-of-minute component on the JVM and JS, fixing inconsistency with Native (#​369)
  • Improve error descriptiveness in some cases (#​360, #​371)
  • Remove stat usages to comply with Apple's new publishing requirements (#​385)
  • Fix parsing of formats where optional is directly between numbers (#​362)
  • Forbid empty and duplicate month, day-of-week, and AM/PM marker names in datetime formats (#​362)
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-properties)

v1.7.1

==================

This is a bugfix release that aims to fix missing kotlinx-serialization-hocon artifact.
It also contains experimental integration with kotlinx-io library.
Kotlin 2.0.0 is used by default.

Fixed HOCON publication

Sadly, 1.7.0 release was published incomplete: kotlinx-serialization-hocon artifact is missing from 1.7.0 and 1.7.0-RC releases.
This release fixes this problem and now kotlinx-serialization-hocon is available again with 1.7.1 version.
No other changes were made to this artifact. Related ticket: #​2717.

Add integration with a kotlinx-io library

kotlinx-io is an official multiplatform library that provides basic IO primitives, similar to Okio.
kotlinx.serialization integration is now available in a separate artifact, located at the kotlinx-serialization-json-io coordinates.
Integration artifact provides functions similar to existing Okio integration: encodeToSink, decodeFromSource, and decodeSourceToSequence.
Check out the PR for more details.

Other bugfixes

  • Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#​2715)

v1.7.0

==================

This release contains all of the changes from 1.7.0-RC and is compatible with Kotlin 2.0.
Please note that for reasons explained in the 1.7.0-RC changelog, it may not be possible to use it with the Kotlin 1.9.x
compiler plugin. Yet, it is still fully backwards compatible with previous versions.

The only difference with 1.7.0-RC is that classDiscriminatorMode property in JsonBuilder is marked as experimental,
as it should have been when it was introduced (#​2680).

JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)

v1.9.25: Kotlin 1.9.25

Note: This is a technical release for IntelliJ IDEA.

Changelog

Tools. JPS
  • KT-69204 Generate lookups in dumb mode for compatibility with ref index

v1.9.24: 1.9.24

Changelog

Backend. Wasm
  • KT-64890 K/Wasm compiler crash with external class and Kodein
Compiler
  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call
Native
  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary
Tools. Gradle
  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation
Tools. Gradle. Multiplatform
  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it
Tools. JPS
  • KT-65043 JPS dumb mode should respect maps needed for the compiler
Tools. Wasm
  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented May 13, 2024

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

151 tests   - 94   137 ✅  - 84   2m 40s ⏱️ - 5m 27s
 31 suites  - 17    14 💤  - 10 
 31 files    - 17     0 ❌ ± 0 

Results for commit 1d5f1f9. ± Comparison against base commit 470be8f.

This pull request removes 94 tests.
com.saveourtool.save.cli.GeneralTest ‑ examples test from subfolder()[jvm]
com.saveourtool.save.cli.GeneralTest ‑ examples test()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file from a directory[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom with multiple parent configs[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom[linuxX64]
…

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 13, 2024

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

123 tests   - 122   111 ✅  - 110   3m 59s ⏱️ - 16m 54s
 24 suites  -  24    12 💤  -  12 
 24 files    -  24     0 ❌ ±  0 

Results for commit 1d5f1f9. ± Comparison against base commit 470be8f.

This pull request removes 122 tests.
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories[macosX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file[macosX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle[macosX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top[macosX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file from a directory[macosX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file[macosX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom with multiple parent configs[macosX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom[macosX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should fail on the invalid file[macosX64]
com.saveourtool.save.core.ExtraFlagsExtractorTest ‑ basic test[macosX64]
…

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 13, 2024

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

151 tests   - 94   137 ✅  - 84   2m 49s ⏱️ - 6m 26s
 31 suites  - 17    14 💤  - 10 
 31 files    - 17     0 ❌ ± 0 

Results for commit 1d5f1f9. ± Comparison against base commit 470be8f.

This pull request removes 94 tests.
com.saveourtool.save.cli.GeneralTest ‑ examples test from subfolder()[jvm]
com.saveourtool.save.cli.GeneralTest ‑ examples test()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file from a directory[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom with multiple parent configs[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom[mingwX64]
…

♻️ This comment has been updated with latest results.

```
Your current Kotlin version is 1.9.25, while kotlinx.serialization core runtime 1.7.1 requires at least Kotlin 2.0.0-RC1
```
Copy link
Contributor Author

renovate bot commented Jul 31, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@0x6675636b796f75676974687562 0x6675636b796f75676974687562 merged commit 677050c into main Jul 31, 2024
12 checks passed
@0x6675636b796f75676974687562 0x6675636b796f75676974687562 deleted the renovate/core-kotlin branch July 31, 2024 12:09
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.

2 participants