simbot-component-qq-guild
simbot-component-qq-guild copied to clipboard
build(deps): bump com.charleskorn.kaml:kaml from 0.57.0 to 0.59.0
Bumps com.charleskorn.kaml:kaml from 0.57.0 to 0.59.0.
Release notes
Sourced from com.charleskorn.kaml:kaml's releases.
0.59.0
- New: it is now possible to change the default 3 MB input document size limit by setting
YamlConfiguration.codePointLimit(#543 - thanks to@sschuberthfor the PR)- Updated: use Okio 3.9.0
- Updated: use snakeyaml-engine-kmp 2.7.5
0.58.0
Changed: kaml now uses snakeyaml-engine-kmp for all targets, rather than using SnakeYAML for the JVM and snakeyaml-engine-kmp for JS. (#507 - thanks to
@krzema12and@aSemyfor the PR)As snakeyaml-engine-kmp is a port of SnakeYAML to multiplatform Kotlin, there should be no major behaviour differences.
⚠️ Breaking change:
Yaml.decodeFromStream()no longer supports anything other than UTF-8 streams, as this is not supported by Okio. If this is a problem for you, please open an issue to discuss your use case.Updated: use Okio 3.8.0
Updated: use kotlinx.serialization 1.6.3
Updated: use Kotlin 1.9.23
Updated: use snakeyaml-engine-kmp 2.7.3
Commits
32fa7c9Update actions/checkout action to v4.1.390f5db1Update gradle/wrapper-validation-action action to v3.3.19b3c18fUpdate gradle/gradle-build-action action to v3.3.1eab051aMerge pull request #543 from sschuberth/no-code-point-limitedcc354Update gradle/wrapper-validation-action action to v34e825c4Update gradle/gradle-build-action action to v3.3.066953b5Make SnakeYAML's code point limit configurablea31a3aeUpdate gradle/wrapper-validation-action action to v2.1.3ecccc41Update gradle/gradle-build-action action to v3.2.162a8e4aUpdate dependency io.github.gradle-nexus:publish-plugin to v2- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)