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 dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.1 #4037

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.9.0 -> 1.10.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.10.1

Compare Source

  • Fixed binary incompatibility introduced for non-JVM targets in #​4261 (#​4309).

v1.10.0

Compare Source

  • Kotlin was updated to 2.1.0 (#​4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#​4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#​4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#​4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#​4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#​4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#​4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#​4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#​4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#​4296).
  • Small tweaks, fixes, and documentation improvements.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 19, 2024
@renovate renovate bot enabled auto-merge (squash) December 19, 2024 20:39
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (3b54cfd) to head (a4e86dd).
Report is 1 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #4037   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           2       2           
  Lines          90      90           
  Branches        3       3           
======================================
  Misses         90      90           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from 4b7042d to c4f26e0 Compare December 19, 2024 21:27
@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch 2 times, most recently from 3979b33 to 0e0e383 Compare December 20, 2024 14:12
@renovate renovate bot force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from 0e0e383 to 6b61428 Compare December 20, 2024 16:49
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.0 chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.1 Dec 20, 2024
@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch 8 times, most recently from 583a99d to a35dd55 Compare December 23, 2024 18:43
@renovate renovate bot force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from a35dd55 to dea5753 Compare December 27, 2024 13:54
@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch 8 times, most recently from d82ba6a to 2e54925 Compare December 28, 2024 12:00
@renovate renovate bot force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from 2e54925 to 89d459a Compare December 28, 2024 12:07
@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from 89d459a to ff3cc3c Compare December 28, 2024 12:08
@renovate renovate bot force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from ff3cc3c to 7066084 Compare December 28, 2024 12:16
@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from 7066084 to 0f807df Compare December 28, 2024 13:18
@renovate renovate bot force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from 951624e to 2883bf8 Compare January 28, 2025 04:56
@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch 4 times, most recently from 99a1cf5 to 66f4ed6 Compare January 28, 2025 07:24
@renovate renovate bot force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch 2 times, most recently from 21b951d to 0c892f1 Compare January 28, 2025 07:50
@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch 13 times, most recently from d10b6c3 to 0d97856 Compare January 30, 2025 13:30
@renovate renovate bot force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from 0d97856 to 202a3ec Compare January 30, 2025 13:31
@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch 6 times, most recently from f374626 to 980db0b Compare January 31, 2025 05:45
@DanySK DanySK force-pushed the renovate/minor-1.10-kotlinx-coroutines-monorepo branch from 980db0b to a4e86dd Compare January 31, 2025 05:48
Copy link

Please retry analysis of this Pull-Request directly on SonarQube Cloud

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant