Skip to content

Commit c9ee38f

Browse files
fix(deps): update dependency it.krzeminski:snakeyaml-engine-kmp to v3.1.1 (#1819)
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.1.0` -> `3.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/it.krzeminski:snakeyaml-engine-kmp/3.1.1?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.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/it.krzeminski:snakeyaml-engine-kmp/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/it.krzeminski:snakeyaml-engine-kmp/3.1.0/3.1.1?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.1`](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/releases/tag/v3.1.1): 3.1.1 Corresponds to [snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine) 2.9. #### What's Changed ##### Customer-facing - Fix publishing for native targets by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/406](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/406) - Fix reading env vars for JS and WASM JS (only NodeJS) by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/335](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/335) - Fix CoreScalarResolver.INT regex to work with JS by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/403](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/403) - performance: avoid making codepoints window copy on prefix call by [@&#8203;OptimumCode](https://redirect.github.com/OptimumCode) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/331](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/331) - performance: avoid boxing when making array's copy by [@&#8203;OptimumCode](https://redirect.github.com/OptimumCode) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/333](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/333) - Implement partial source reading in StreamReader by [@&#8203;OptimumCode](https://redirect.github.com/OptimumCode) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/389](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/389) - fix(deps): update dependency com.squareup.okio:okio to v3.10.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/345](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/345) - fix(deps): update dependency com.squareup.okio:okio-bom to v3.10.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/341](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/341) ##### Internal - Publish build scans in case of failures by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/325](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/325) - Fix caching for generating test resources accessor by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/328](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/328) - Commonize DumpAnchorTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/326](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/326) - Handle non-existing common test resources gracefully by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/324](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/324) - Commonize EmitterWithCommentEnabledTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/329](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/329) - Commonize YamlUnicodeReaderTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/330](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/330) - Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/334](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/334) - Re-enable WASM JS tests by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/336](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/336) - Kotlinize and commonize IndentWithIndicatorTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/338](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/338) - Kotlinize and partially commonize EnvVariableTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/332](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/332) - Renovate: ignore test resources by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/344](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/344) - Kotlinize and commonize EmitCommentAndSpacesTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/339](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/339) - Kotlinize and commonize LoadSequenceTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/346](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/346) - Kotlinize and commonize GlobalDirectivesTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/347](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/347) - Kotlinize and commonize LoadMappingTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/348](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/348) - Add leading slash in path to common test resources by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/350](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/350) - Kotlinize and commonize RecursiveSetTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/351](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/351) - Kotlinize and commonize StandardConstructorTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/352](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/352) - Kotlinize and commonize ListWithCommentTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/353](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/353) - Allow larger common test resources by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/355](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/355) - chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.1.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/357](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/357) - Add assertion to DumpWithoutCommentsTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/359](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/359) - Kotlinize inherited tests by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/358](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/358) - fix(deps): update dependency org.snakeyaml:snakeyaml-engine to v2.9 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/361](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/361) - Update latest analyzed commit in snakeyaml-engine by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/362](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/362) - Use Okio in inherited tests by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/360](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/360) - Move inherited YAML resources to common resources by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/356](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/356) - Increase captureTimeout in karma configuration by [@&#8203;OptimumCode](https://redirect.github.com/OptimumCode) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/364](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/364) - Implement file system based on common test resources and use it in stringFromResources by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/365](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/365) - Commonize inherited tests by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/363](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/363) - Increase browserSocketTimeout parameter for karma tests by [@&#8203;OptimumCode](https://redirect.github.com/OptimumCode) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/367](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/367) - Remove JVM-specific way of reading test resources by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/366](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/366) - Correct how config parameters for karma are set by [@&#8203;OptimumCode](https://redirect.github.com/OptimumCode) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/369](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/369) - Kotlinize and commonize OptionalMarksTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/371](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/371) - Remove Java-based YAML test suite by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/370](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/370) - Allow reusing common test resources code generation by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/373](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/373) - Reuse common resource access infra for YAML test suite by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/372](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/372) - Kotlinize and commonize ComposerWithCommentEnabledTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/374](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/374) - Move code for JVM from 'java' to 'kotlin' directory by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/375](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/375) - Move Java-based JVM tests back to 'java' directory by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/376](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/376) - fix(deps): update dependency org.jetbrains:annotations to v26.0.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/377](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/377) - chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.2.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/378](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/378) - Validate path to common test resources in IntelliJ by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/349](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/349) - chore(deps): update plugin com.gradle.develocity to v3.19.1 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/380](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/380) - Kotlinize and commonize SerializerWithCommentEnabledTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/379](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/379) - Kotlinize and commonize ParserWithCommentEnabledTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/381](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/381) - chore(deps): update dependency gradle to v8.12.1 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/382](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/382) - Fix StringStreamDataWriter.toString to not consume buffer by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/384](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/384) - chore(deps): update plugin org.jetbrains.kotlin.plugin.allopen to v2.1.10 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/385](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/385) - Kotlinize and commonize EmitterTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/383](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/383) - fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.10 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/386](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/386) - Kotlinize and commonize ScannerWithCommentEnabledTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/387](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/387) - fix(deps): update dependency io.kotest:kotest-runner-junit5 to v6.0.0.m2 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/396](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/396) - fix(deps): update dependency io.kotest:kotest-framework-multiplatform-plugin-gradle to v6.0.0.m2 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/393](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/393) - Synchronize kotest version to 6.0.0.M1 via version catalog by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/398](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/398) - Kotlinize and commonize JsonScalarResolverTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/399](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/399) - Kotlinize and commonize CoreScalarResolverTest by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/397](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/397) - Increase regex readability by [@&#8203;Vampire](https://redirect.github.com/Vampire) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/391](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/391) - Remove dependency on kotest-framework-api by [@&#8203;krzema12](https://redirect.github.com/krzema12) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/404](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/404) - Verify emitted events also for error test suite tests by [@&#8203;Vampire](https://redirect.github.com/Vampire) in [https://github.com/krzema12/snakeyaml-engine-kmp/pull/392](https://redirect.github.com/krzema12/snakeyaml-engine-kmp/pull/392) **Full Changelog**: krzema12/snakeyaml-engine-kmp@v3.1.0...v3.1.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8000c8 commit c9ee38f

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.1.0")
24+
implementation("it.krzeminski:snakeyaml-engine-kmp:3.1.1")
2525
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
2626
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
2727
implementation(projects.sharedInternal)

0 commit comments

Comments
 (0)