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 Dependencies (main) #426

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.8.0 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android 1.8.0 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.0 -> 1.8.1 age adoption passing confidence
composeOptions (source) 1.5.13 -> 1.5.14 age adoption passing confidence
org.jetbrains.kotlin.android (source) 1.9.23 -> 2.0.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.23 -> 2.0.0 age adoption passing confidence
org.jetbrains.kotlin.plugin.compose (source) 2.0.0-RC3 -> 2.0.0 age adoption passing confidence
org.jetbrains.kotlin.android (source) 2.0.0-RC3 -> 2.0.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.5.0 -> 0.6.0 age adoption passing confidence

Release Notes

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

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.
JetBrains/kotlin (org.jetbrains.kotlin.android)

v2.0.0

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
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)

Configuration

📅 Schedule: Branch creation - "before 4am" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner March 8, 2024 01:18
@renovate renovate bot requested a review from arriolac March 8, 2024 01:18
@renovate renovate bot force-pushed the renovate/main-kotlin-dependencies branch from 57e2816 to de9c308 Compare March 20, 2024 17:32
@renovate renovate bot changed the title Update Kotlin Dependencies to v1.9.23 (main) Update Kotlin Dependencies (main) Mar 20, 2024
@renovate renovate bot force-pushed the renovate/main-kotlin-dependencies branch 2 times, most recently from 6825c72 to 00cb4d9 Compare April 10, 2024 16:45
@renovate renovate bot force-pushed the renovate/main-kotlin-dependencies branch from 00cb4d9 to 1a145cb Compare April 17, 2024 19:29
@renovate renovate bot force-pushed the renovate/main-kotlin-dependencies branch from 1a145cb to e0ce71f Compare May 1, 2024 18:46
@renovate renovate bot changed the title Update Kotlin Dependencies (main) Update Kotlin Dependencies (main) - autoclosed May 2, 2024
@renovate renovate bot closed this May 2, 2024
@renovate renovate bot deleted the renovate/main-kotlin-dependencies branch May 2, 2024 18:50
@renovate renovate bot changed the title Update Kotlin Dependencies (main) - autoclosed Update Kotlin Dependencies (main) May 7, 2024
@renovate renovate bot reopened this May 7, 2024
@renovate renovate bot restored the renovate/main-kotlin-dependencies branch May 7, 2024 08:42
@renovate renovate bot force-pushed the renovate/main-kotlin-dependencies branch from e0ce71f to 945adf1 Compare May 7, 2024 11:49
@renovate renovate bot changed the title Update Kotlin Dependencies (main) Update Kotlin Dependencies to v1.9.24 (main) May 7, 2024
@renovate renovate bot force-pushed the renovate/main-kotlin-dependencies branch 2 times, most recently from 916fdc3 to 9e7af75 Compare May 10, 2024 10:53
@renovate renovate bot changed the title Update Kotlin Dependencies to v1.9.24 (main) Update Kotlin Dependencies (main) May 10, 2024
@renovate renovate bot force-pushed the renovate/main-kotlin-dependencies branch 2 times, most recently from 5cfdb67 to 55e820f Compare May 14, 2024 23:51
@renovate renovate bot force-pushed the renovate/main-kotlin-dependencies branch from 55e820f to aa0ac8e Compare May 21, 2024 06:38
Copy link
Contributor Author

renovate bot commented Jun 14, 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.

@mlykotom mlykotom merged commit 3683b97 into main Jun 14, 2024
15 checks passed
@mlykotom mlykotom deleted the renovate/main-kotlin-dependencies branch June 14, 2024 09:19
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.

None yet

1 participant