Skip to content

Commit 9e8fa69

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.59.0 (#165)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.charleskorn.kaml:kaml](https://togithub.com/charleskorn/kaml) | `0.56.0` -> `0.59.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.56.0/0.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.56.0/0.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary> ### [`v0.59.0`](https://togithub.com/charleskorn/kaml/releases/tag/0.59.0) [Compare Source](https://togithub.com/charleskorn/kaml/compare/0.58.0...0.59.0) - **New**: it is now possible to change the default 3 MB input document size limit by setting `YamlConfiguration.codePointLimit` ([#&#8203;543](https://togithub.com/charleskorn/kaml/issues/543) - thanks to [@&#8203;sschuberth](https://togithub.com/sschuberth) for the PR) - **Updated**: use Okio 3.9.0 - **Updated**: use snakeyaml-engine-kmp 2.7.5 ### [`v0.58.0`](https://togithub.com/charleskorn/kaml/releases/tag/0.58.0) [Compare Source](https://togithub.com/charleskorn/kaml/compare/0.57.0...0.58.0) - **Changed**: kaml now uses [snakeyaml-engine-kmp](https://togithub.com/krzema12/snakeyaml-engine-kmp) for all targets, rather than using SnakeYAML for the JVM and snakeyaml-engine-kmp for JS. ([#&#8203;507](https://togithub.com/charleskorn/kaml/issues/507) - thanks to [@&#8203;krzema12](https://togithub.com/krzema12) and [@&#8203;aSemy](https://togithub.com/aSemy) for the PR) As snakeyaml-engine-kmp is a port of SnakeYAML to multiplatform Kotlin, there should be no major behaviour differences. ⚠️ Breaking change: `Yaml.decodeFromStream()` no longer supports anything other than UTF-8 streams, as this is not supported by Okio. If this is a problem for you, please open an issue to discuss your use case. - **Updated**: use Okio 3.8.0 - **Updated**: use kotlinx.serialization 1.6.3 - **Updated**: use Kotlin 1.9.23 - **Updated**: use snakeyaml-engine-kmp 2.7.3 ### [`v0.57.0`](https://togithub.com/charleskorn/kaml/releases/tag/0.57.0) [Compare Source](https://togithub.com/charleskorn/kaml/compare/0.56.0...0.57.0) - **New**: Kaml now supports serializing polymorphic types without serializing any type information (ie. without a type property or tag). Set `polymorphismStyle` to `PolymorphismStyle.None` to use this feature. ([#&#8203;494](https://togithub.com/charleskorn/kaml/issues/494) - thanks to [@&#8203;ZacSweers](https://togithub.com/ZacSweers) for the PR) - **Updated**: use Okio 3.7.0 - **Updated**: use Kotlin 1.9.22 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dea5593 commit 9e8fa69

9 files changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation("com.charleskorn.kaml:kaml:0.56.0")
12+
implementation("com.charleskorn.kaml:kaml:0.59.0")
1313

1414
testImplementation(platform("io.kotest:kotest-bom:5.9.0"))
1515
testImplementation("io.kotest:kotest-runner-junit5")
9 Bytes
Binary file not shown.
165 KB
Binary file not shown.

dist/github-actions-typing/lib/kotlin-stdlib-1.9.21.jar renamed to dist/github-actions-typing/lib/kotlin-stdlib-1.9.23.jar

1.64 MB
Binary file not shown.

dist/github-actions-typing/lib/kotlinx-serialization-core-jvm-1.6.2.jar renamed to dist/github-actions-typing/lib/kotlinx-serialization-core-jvm-1.6.3.jar

410 KB
Binary file not shown.
363 KB
Binary file not shown.
-286 KB
Binary file not shown.
Binary file not shown.
6.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)