Skip to content

Commit b300eaf

Browse files
fix(deps): update dependency it.krzeminski:snakeyaml-engine-kmp to v3.1.0 (#1760)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [it.krzeminski:snakeyaml-engine-kmp](https://redirect.github.com/krzema12/snakeyaml-engine-kmp) | `3.0.3` -> `3.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/it.krzeminski:snakeyaml-engine-kmp/3.1.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.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/it.krzeminski:snakeyaml-engine-kmp/3.0.3/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/it.krzeminski:snakeyaml-engine-kmp/3.0.3/3.1.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.1.0`](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/releases/tag/v3.1.0): 3.1.0 Corresponds to [snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine) 2.8, with a few extra changes not released there yet. #### What's Changed ##### Customer-facing - Update Kotlin to 2.1.0 and kotest to 6.0.0.M1 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/231](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/231) - \[Port from snakeyaml-engine] Remove extra indent after blank line comments. by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/265](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/265) - \[Port from snakeyaml-engine] Update setEnvConfig Javadoc in LoadSettingsBuilder by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/267](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/267) - \[Port from snakeyaml-engine] Refactor: comment changed by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/297](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/297) - \[Port from snakeyaml-engine] Improve Javadoc for comments in the directives by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/298](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/298) - \[Port from snakeyaml-engine] Refactor: improve Emitter as in SnakeYAML by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/299](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/299) - \[Port from snakeyaml-engine] Try to keep the anchor name when available by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/301](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/301) - \[Port from snakeyaml-engine] Scanner#checkToken(Token.ID) avoids varargs by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/302](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/302) - \[Port from snakeyaml-engine] ScannerImpl scanFlow\* append to existing StringBuilder by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/306](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/306) - \[Port from snakeyaml-engine] Allow to avoid dumping anchors by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/272](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/272) - \[Port from snakeyaml-engine] Dump as JSON by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/313](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/313) - \[Port from snakeyaml-engine] Fix issue 53 by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/316](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/316) - \[Port from snakeyaml-engine] Issue 54: Insert a trailing space when alias is a simple key by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/309](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/309) - \[Port from snakeyaml-engine] Allow HighSurrogate to be the last char in the data window by [@&#8203;krzema12](https://redirect.github.com/krzema12) and [@&#8203;OptimumCode](https://redirect.github.com/OptimumCode) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/314](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/314) - Fix identityHashCode for JS and WasmJS by [@&#8203;krzema12](https://redirect.github.com/krzema12) and [@&#8203;OptimumCode](https://redirect.github.com/OptimumCode) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/273](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/273) - Remove irrelevant JavaDoc by [@&#8203;Vampire](https://redirect.github.com/Vampire) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/243](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/243) - ci: publish snapshot releases to Sonatype snapshots repo by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/308](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/308) ##### Internal - Add stub of workflow for checking the state of upstream project by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/261](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/261) - Document the release process by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/263](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/263) - Add self-updating badge with commits to snakeyaml-engine by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/262](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/262) - Link to log diff between repost in "To upstream" badge by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/264](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/264) - Convert EmitterWithCommentEnabledTest to Kotlin by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/268](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/268) - Update dependency org.jetbrains.kotlinx:kotlinx-benchmark-runtime to v0.4.13 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/274](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/274) - Update plugin org.jetbrains.kotlinx.benchmark to v0.4.13 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/275](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/275) - Update dependency io.github.java-diff-utils:java-diff-utils to v4.15 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/276](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/276) - Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/277](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/277) - ci: change how upstream project is tracked by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/295](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/295) - docs: describe the badge in README by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/296](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/296) - test: migrate tests for representer package to common sources by [@&#8203;OptimumCode](https://redirect.github.com/OptimumCode) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/278](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/278) - Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.4 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/300](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/300) - Update dependency gradle to v8.11.1 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/270](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/270) - Update dependency com.google.guava:guava to v33.4.0-jre by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/303](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/303) - refactor: convert CanonicalScanner to Kotlin by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/305](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/305) - Update plugin org.jetbrains.kotlinx.binary-compatibility-validator to v0.17.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/310](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/310) - Update dependency gradle to v8.12 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/311](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/311) - Allow accessing test resources from common source set by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/312](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/312) - Update dependency io.github.typesafegithub:github-workflows-kt to v3.0.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/319](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/319) - Temporarily disable Wasm tests by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/321](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/321) - Migrate renovate config by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/322](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/322) **Full Changelog**: krzema12/snakeyaml-engine-kmp@v3.0.3...v3.1.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aab8d2b commit b300eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-workflows-kt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group = rootProject.group
2121
version = rootProject.version
2222

2323
dependencies {
24-
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.3")
24+
implementation("it.krzeminski:snakeyaml-engine-kmp:3.1.0")
2525
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3")
2626
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
2727
implementation(projects.sharedInternal)

0 commit comments

Comments
 (0)