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 coroutines to v1.8.1 #367

Merged
merged 1 commit into from
May 17, 2024
Merged

Update coroutines to v1.8.1 #367

merged 1 commit into from
May 17, 2024

Conversation

juul-mobile-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies patch 1.8.0 -> 1.8.1
org.jetbrains.kotlinx:kotlinx-coroutines-core-js dependencies patch 1.8.0 -> 1.8.1
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies patch 1.8.0 -> 1.8.1
org.jetbrains.kotlinx:kotlinx-coroutines-android dependencies patch 1.8.0 -> 1.8.1

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

@juul-mobile-bot juul-mobile-bot requested review from cedrickcooke and a team as code owners May 17, 2024 09:09
@juul-mobile-bot juul-mobile-bot requested a review from twyatt May 17, 2024 09:09
@twyatt twyatt enabled auto-merge (squash) May 17, 2024 09:13
Copy link

Test Results

 62 files  ±0   62 suites  ±0   23s ⏱️ +6s
321 tests ±0  321 ✅ ±0  0 💤 ±0  0 ❌ ±0 
366 runs  ±0  366 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 296551f. ± Comparison against base commit 948b999.

This pull request removes 69 and adds 69 tests. Note that renamed tests count towards both.
com.juul.krayon.color.ColorTests ‑ checkArgbTransformIsCorrect[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ checkComponentRetrievalIsCorrect[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ checkComponentsAreMasked[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ checkCopyWorks[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ colorConstructor_withFloatInput_matchesIntegerInput[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ colorConstructor_withLargeFloatInput_throwsException[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ colorConstructor_withNegativeFloatInput_throwsException[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ toHexString_withNoTransparency_omitsAlpha[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ toHexString_withTransparency_includesAlpha[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.krayon.color.OperationsTests ‑ lerp_fromWhiteToBlack_isGray[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
…
com.juul.krayon.color.ColorTests ‑ checkArgbTransformIsCorrect[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ checkComponentRetrievalIsCorrect[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ checkComponentsAreMasked[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ checkCopyWorks[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ colorConstructor_withFloatInput_matchesIntegerInput[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ colorConstructor_withLargeFloatInput_throwsException[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ colorConstructor_withNegativeFloatInput_throwsException[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ toHexString_withNoTransparency_omitsAlpha[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.krayon.color.ColorTests ‑ toHexString_withTransparency_includesAlpha[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.krayon.color.OperationsTests ‑ lerp_fromWhiteToBlack_isGray[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
…

@twyatt twyatt merged commit 2b4ac4c into main May 17, 2024
4 checks passed
@juul-mobile-bot juul-mobile-bot deleted the renovate/coroutines branch May 24, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants