charleskorn / kaml

YAML support for kotlinx.serialization
Apache License 2.0
515 stars 50 forks source link

Update dependency it.krzeminski:snakeyaml-engine-kmp to v3 - autoclosed #561

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
it.krzeminski:snakeyaml-engine-kmp 2.7.5 -> 3.0.0 age adoption passing confidence

Release Notes

krzema12/snakeyaml-engine-kmp (it.krzeminski:snakeyaml-engine-kmp) ### [`v3.0.0`](https://togithub.com/krzema12/snakeyaml-engine-kmp/releases/tag/v3.0.0) ### TODO: refine the release notes to enumerate breaking changes #### 💣 Breaking changes - change package from `org.snakeyaml.engine.v2` to `it.krzeminski.snakeyaml.engine.kmp` by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/158](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/158) - TODO: add more #### 🌟 Features - Add wasmJs target by [@​krzema12](https://togithub.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/191](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/191) #### Other changes - Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.24 by [@​renovate](https://togithub.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/162](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/162) - Emitter: Add message for Unexpected Event.ID error by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/170](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/170) - Fix scanning for tabs in plain-spaces by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/173](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/173) - Refactor StandardConstructor by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/172](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/172) - Simplify `CharConstants.escapeChar()` by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/171](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/171) - Refactor YamlUnicodeReader by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/169](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/169) - refactor JsonSchema to avoid unnecessary expect/actual class by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/168](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/168) - Add source-code link to Dokka docs by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/174](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/174) - Refactor Parse by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/175](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/175) - Update YamlIterator to implement Iterator, not MutableIterator by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/180](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/180) - Refactor Compose by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/176](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/176) - refactor YamlOutputStreamWriter by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/178](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/178) - Remove BOM skip in ScannerImpl by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/186](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/186) - Remove deprecated Tag constructor by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/190](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/190) - Cherrypick test from upstream: Fix issue 51 - use the full buffer by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/183](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/183) - Add StreamReader tests by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/185](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/185) - Kotlin 2.0.0 by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/187](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/187) - Refactor Mark by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/182](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/182) - Refactor Load by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/181](https://togithub.com/krzema12/snakeyaml-engine-kmp/pull/181) **Full Changelog**: https://github.com/krzema12/snakeyaml-engine-kmp/compare/v2.7.5...v3.0.0

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.



This PR has been generated by Mend Renovate. View repository job log here.

krzema12 commented 4 months ago

@charleskorn see https://github.com/charleskorn/kaml/pull/566 where I'm adjusting the PR to the lib's breaking changes.