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-core to v1.6.2 #485

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.6.0 -> 1.6.2 age adoption passing confidence

Release Notes

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

v1.6.2

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: 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from charleskorn November 15, 2023 22:30
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-serialization-core-1.x branch 2 times, most recently from c977f4a to b0c2b79 Compare November 23, 2023 16:07
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-serialization-core-1.x branch 4 times, most recently from c3d2fbd to 26e588c Compare November 29, 2023 21:40
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.6.1 Update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.6.2 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-serialization-core-1.x branch 2 times, most recently from e6b01ab to a6dcb17 Compare November 30, 2023 22:45
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-serialization-core-1.x branch from a6dcb17 to e0074a1 Compare December 4, 2023 09:28
@charleskorn charleskorn merged commit 1f48cb7 into main Dec 10, 2023
2 checks passed
@charleskorn charleskorn deleted the renovate/org.jetbrains.kotlinx-kotlinx-serialization-core-1.x branch January 26, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant