Commit b300eaf
authored
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
[@​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 [@​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
[@​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
[@​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 [@​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 [@​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 [@​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 [@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​krzema12](https://redirect.github.com/krzema12) and
[@​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
[@​krzema12](https://redirect.github.com/krzema12) and
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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 [@​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
[@​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 [@​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 [@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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 [@​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
[@​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
[@​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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments