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 (end) #427

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:kotlin-stdlib-jdk8 (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-RC2 -> 2.0.0 age adoption passing confidence
org.jetbrains.kotlin.android (source) 2.0.0-RC2 -> 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:kotlin-stdlib-jdk8)

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 force-pushed the renovate/end-kotlin-dependencies branch from f754eac to a324966 Compare March 20, 2024 17:32
@renovate renovate bot changed the title Update Kotlin Dependencies to v1.9.23 (end) Update Kotlin Dependencies (end) Mar 20, 2024
@renovate renovate bot force-pushed the renovate/end-kotlin-dependencies branch from a324966 to 892c1ee Compare March 21, 2024 20:31
@renovate renovate bot force-pushed the renovate/end-kotlin-dependencies branch 2 times, most recently from 843b0f7 to 9e83412 Compare April 18, 2024 16:34
@renovate renovate bot force-pushed the renovate/end-kotlin-dependencies branch from 9e83412 to f11e61c Compare May 1, 2024 18:46
@renovate renovate bot changed the title Update Kotlin Dependencies (end) Update Kotlin Dependencies (end) - autoclosed May 3, 2024
@renovate renovate bot closed this May 3, 2024
@renovate renovate bot deleted the renovate/end-kotlin-dependencies branch May 3, 2024 08:53
@renovate renovate bot changed the title Update Kotlin Dependencies (end) - autoclosed Update Kotlin Dependencies (end) May 7, 2024
@renovate renovate bot reopened this May 7, 2024
@renovate renovate bot restored the renovate/end-kotlin-dependencies branch May 7, 2024 08:42
@renovate renovate bot force-pushed the renovate/end-kotlin-dependencies branch from f11e61c to a6a3cbb Compare May 7, 2024 11:49
@renovate renovate bot changed the title Update Kotlin Dependencies (end) Update Kotlin Dependencies to v1.9.24 (end) May 7, 2024
@renovate renovate bot force-pushed the renovate/end-kotlin-dependencies branch from a6a3cbb to de95c32 Compare May 10, 2024 10:54
@renovate renovate bot changed the title Update Kotlin Dependencies to v1.9.24 (end) Update Kotlin Dependencies (end) May 10, 2024
@renovate renovate bot force-pushed the renovate/end-kotlin-dependencies branch 3 times, most recently from e3fe726 to 8499660 Compare May 15, 2024 00:06
@renovate renovate bot force-pushed the renovate/end-kotlin-dependencies branch from 8499660 to a24da4e Compare May 21, 2024 06:39
# Conflicts:
#	AnimationCodelab/finished/build.gradle
#	AnimationCodelab/gradle/wrapper/gradle-wrapper.properties
#	AnimationCodelab/start/build.gradle
#	BasicStateCodelab/app/build.gradle.kts
#	BasicStateCodelab/build.gradle
#	BasicStateCodelab/gradle/wrapper/gradle-wrapper.properties
#	BasicsCodelab/app/build.gradle.kts
#	BasicsCodelab/build.gradle.kts
#	BasicsCodelab/gradle/wrapper/gradle-wrapper.properties
#	TestingCodelab/app/build.gradle
#	TestingCodelab/build.gradle
#	ThemingCodelab/app/src/main/java/com/example/reply/ui/theme/Shapes.kt
#	ThemingCodelabM2/app/build.gradle
#	ThemingCodelabM2/build.gradle
#	ThemingCodelabM2/gradle/wrapper/gradle-wrapper.properties
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 6603c7b into end Jun 14, 2024
12 checks passed
@mlykotom mlykotom deleted the renovate/end-kotlin-dependencies branch June 14, 2024 09:44
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