Skip to content

Commit 39c6956

Browse files
fix(deps): update dependency it.krzeminski:snakeyaml-engine-kmp to v3 (#1475)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [it.krzeminski:snakeyaml-engine-kmp](https://togithub.com/krzema12/snakeyaml-engine-kmp) | `2.7.5` -> `3.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/it.krzeminski:snakeyaml-engine-kmp/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/it.krzeminski:snakeyaml-engine-kmp/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/it.krzeminski:snakeyaml-engine-kmp/2.7.5/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/it.krzeminski:snakeyaml-engine-kmp/2.7.5/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>krzema12/snakeyaml-engine-kmp (it.krzeminski:snakeyaml-engine-kmp)</summary> ### [`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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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**: krzema12/snakeyaml-engine-kmp@v2.7.5...v3.0.0 </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-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzeminski <[email protected]> Co-authored-by: Piotr Krzemiński <[email protected]>
1 parent b35d93a commit 39c6956

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

github-workflows-kt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group = rootProject.group
1919
version = rootProject.version
2020

2121
dependencies {
22-
implementation("it.krzeminski:snakeyaml-engine-kmp:2.7.5")
22+
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.0")
2323
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.0")
2424
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
2525
implementation(projects.sharedInternal)

github-workflows-kt/src/main/kotlin/io/github/typesafegithub/workflows/yaml/ObjectToYaml.kt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
package io.github.typesafegithub.workflows.yaml
22

3-
import org.snakeyaml.engine.v2.api.DumpSettings
4-
import org.snakeyaml.engine.v2.api.StreamDataWriter
5-
import org.snakeyaml.engine.v2.common.FlowStyle
6-
import org.snakeyaml.engine.v2.common.ScalarStyle
7-
import org.snakeyaml.engine.v2.emitter.Emitter
8-
import org.snakeyaml.engine.v2.events.DocumentEndEvent
9-
import org.snakeyaml.engine.v2.events.DocumentStartEvent
10-
import org.snakeyaml.engine.v2.events.ImplicitTuple
11-
import org.snakeyaml.engine.v2.events.MappingEndEvent
12-
import org.snakeyaml.engine.v2.events.MappingStartEvent
13-
import org.snakeyaml.engine.v2.events.ScalarEvent
14-
import org.snakeyaml.engine.v2.events.SequenceEndEvent
15-
import org.snakeyaml.engine.v2.events.SequenceStartEvent
16-
import org.snakeyaml.engine.v2.events.StreamEndEvent
17-
import org.snakeyaml.engine.v2.events.StreamStartEvent
3+
import it.krzeminski.snakeyaml.engine.kmp.api.DumpSettings
4+
import it.krzeminski.snakeyaml.engine.kmp.api.StreamDataWriter
5+
import it.krzeminski.snakeyaml.engine.kmp.common.FlowStyle
6+
import it.krzeminski.snakeyaml.engine.kmp.common.ScalarStyle
7+
import it.krzeminski.snakeyaml.engine.kmp.emitter.Emitter
8+
import it.krzeminski.snakeyaml.engine.kmp.events.DocumentEndEvent
9+
import it.krzeminski.snakeyaml.engine.kmp.events.DocumentStartEvent
10+
import it.krzeminski.snakeyaml.engine.kmp.events.ImplicitTuple
11+
import it.krzeminski.snakeyaml.engine.kmp.events.MappingEndEvent
12+
import it.krzeminski.snakeyaml.engine.kmp.events.MappingStartEvent
13+
import it.krzeminski.snakeyaml.engine.kmp.events.ScalarEvent
14+
import it.krzeminski.snakeyaml.engine.kmp.events.SequenceEndEvent
15+
import it.krzeminski.snakeyaml.engine.kmp.events.SequenceStartEvent
16+
import it.krzeminski.snakeyaml.engine.kmp.events.StreamEndEvent
17+
import it.krzeminski.snakeyaml.engine.kmp.events.StreamStartEvent
1818
import java.io.StringWriter
1919

2020
internal fun Any.toYaml(): String {

0 commit comments

Comments
 (0)