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 dependency org.jetbrains.kotlinx:kotlinx-coroutines-core-js to v1.6.3 #121

Merged
merged 1 commit into from Jun 20, 2022

Conversation

juul-mobile-bot
Copy link
Contributor

@juul-mobile-bot juul-mobile-bot commented May 28, 2022

This PR contains the following updates:

Package Update Change
org.jetbrains.kotlinx:kotlinx-coroutines-core-js patch 1.6.1 -> 1.6.3

Release Notes

Kotlin/kotlinx.coroutines

v1.6.3

Compare Source

  • Updated atomicfu version to 0.17.3 (#​3321), fixing the projects using this library with JS IR failing to build (#​3305).

v1.6.2

Compare Source

  • Fixed a bug with ThreadLocalElement not being correctly updated when the most outer suspend function was called directly without kotlinx.coroutines (#​2930).
  • Fixed multiple data races: one that might have been affecting runBlocking event loop, and a benign data race in Mutex (#​3250, #​3251).
  • Obsolete TestCoroutineContext is removed, which fixes the kotlinx-coroutines-test JPMS package being split between kotlinx-coroutines-core and kotlinx-coroutines-test (#​3218).
  • Updated the ProGuard rules to further shrink the size of the resulting DEX file with coroutines (#​3111, #​3263). Thanks, @​agrieve!
  • Atomicfu is updated to 0.17.2, which includes a more efficient and robust JS IR transformer (#​3255).
  • Kotlin is updated to 1.6.21, Gradle version is updated to 7.4.2 (#​3281). Thanks, @​wojtek-kalicinski!
  • Various documentation improvements.

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 this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@twyatt
Copy link
Member

twyatt commented May 31, 2022

Upstream issue: Kotlin/kotlinx.coroutines#3305

Should be fixed with Coroutines 1.6.3.

@juul-mobile-bot juul-mobile-bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core-js to v1.6.2 Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core-js to v1.6.3 Jun 20, 2022
@twyatt twyatt enabled auto-merge (squash) June 20, 2022 15:15
@codecov
Copy link

codecov bot commented Jun 20, 2022

Codecov Report

Merging #121 (0cf095b) into main (56a59f1) will increase coverage by 0.36%.
The diff coverage is 33.33%.

@@             Coverage Diff              @@
##               main     #121      +/-   ##
============================================
+ Coverage     57.25%   57.62%   +0.36%     
  Complexity       11       11              
============================================
  Files             8        8              
  Lines           613      656      +43     
  Branches        145      145              
============================================
+ Hits            351      378      +27     
- Misses          223      239      +16     
  Partials         39       39              
Impacted Files Coverage Δ
koap/src/commonMain/kotlin/Message.kt 57.44% <33.33%> (-1.79%) ⬇️
koap/src/commonMain/kotlin/Debug.kt 26.08% <0.00%> (-1.19%) ⬇️
koap/src/commonMain/kotlin/ByteArrayReader.kt 68.08% <0.00%> (-0.10%) ⬇️
koap/src/commonMain/kotlin/Decoder.kt 53.74% <0.00%> (+1.62%) ⬆️
koap/src/commonMain/kotlin/Encoder.kt 71.69% <0.00%> (+3.27%) ⬆️
koap/src/commonMain/kotlin/Option.kt 26.31% <0.00%> (+4.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e9c1332...0cf095b. Read the comment docs.

@twyatt twyatt merged commit 7cc49d6 into main Jun 20, 2022
@twyatt twyatt deleted the renovate/org.jetbrains.kotlinx branch June 20, 2022 15:22
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.

None yet

3 participants