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-serialization-json to v1.6.1 #225

Merged

Conversation

juul-mobile-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies patch 1.6.0 -> 1.6.1

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.6.1

==================

This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.

Trailing commas in Json

Trailing commas are one of the most popular non-spec Json variations.
A new configuration flag, allowTrailingComma, makes Json parser accept them instead of throwing an exception.
Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas.
See details in the corresponding PR

Support of WasmJs target

Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries.
Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more
functionality.
As usual, just add serialization dependencies to your build
and declare wasmJs target.
Please remember that Kotlin/Wasm is still experimental, so changes are expected.

Bugfixes and 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, check this box

This PR has been generated by Renovate Bot.

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (56a59f1) 57.25% compared to head (3f80d86) 57.97%.
Report is 153 commits behind head on main.

Files Patch % Lines
koap/src/commonMain/kotlin/Message.kt 33.33% 12 Missing ⚠️
koap/src/commonMain/kotlin/Debug.kt 25.00% 3 Missing ⚠️
koap/src/commonMain/kotlin/Decoder.kt 66.66% 2 Missing ⚠️
koap/src/commonMain/kotlin/ByteArrayReader.kt 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #225      +/-   ##
============================================
+ Coverage     57.25%   57.97%   +0.71%     
  Complexity       11       11              
============================================
  Files             8        8              
  Lines           613      652      +39     
  Branches        145      144       -1     
============================================
+ Hits            351      378      +27     
- Misses          223      235      +12     
  Partials         39       39              

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

@twyatt twyatt enabled auto-merge (squash) November 17, 2023 09:32
@twyatt twyatt merged commit f02b400 into main Nov 22, 2023
2 checks passed
@twyatt twyatt deleted the renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x branch November 22, 2023 17:06
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