Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump com.charleskorn.kaml:kaml from 0.46.0 to 0.57.0 #128

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2024

Bumps com.charleskorn.kaml:kaml from 0.46.0 to 0.57.0.

Release notes

Sourced from com.charleskorn.kaml:kaml's releases.

0.57.0

  • New: Kaml now supports serializing polymorphic types without serializing any type information (ie. without a type property or tag). Set polymorphismStyle to PolymorphismStyle.None to use this feature. (#494 - thanks to @​ZacSweers for the PR)
  • Updated: use Okio 3.7.0
  • Updated: use Kotlin 1.9.22

0.56.0

  • Updated: use SnakeYAML 2.7
  • Updated: use Okio 3.6.0
  • Updated: use kotlinx.serialization 1.6.2
  • Updated: use Kotlin 1.9.21
  • Updated: use snakeyaml-engine-kmp 2.7.1

0.55.0

  • New: add experimental support for Kotlin/JS (thanks to @​krzema12 and @​russellbanks for the PRs)

  • Updated: build with Kotlin 1.9.0

  • Updated: use Okio 3.4.0

0.54.0

  • New: add support for naming strategies, similar to the feature in kotlinx.serialization's JSON support (#400 - thanks to @​russellbanks for the PR)

    This makes it easy to use different field naming schemes such as snake_case, kebab-case, PascalCase, and camelCase without needing to modify the corresponding Kotlin property names or annotate properties with @SerialName.

  • Updated: build with Kotlin 1.8.21

  • Changed: remove unnecessary stdlib dependency (#421 - thanks to @​russellbanks for the PR)

0.53.0

  • Changed (:warning: potentially breaking change): default to not parsing anchors and aliases to prevent billion laughs attacks (GHSA-c24f-2j3g-rg48 - thanks to @​gdude2002 for reporting this offline)

    If your application needs to support anchors and aliases, enable them by setting YamlConfiguration.allowAnchorsAndAliases to true.

0.52.0

  • Updated: use Kotlin 1.8.10
  • Updated: use kotlinx.serialization 1.5.0

0.51.0

  • New: added SingleLineStringStyle.PlainExceptAmbiguous to automatically quote strings that may be interpreted as numeric or boolean values (#371 - thanks to @​russellbanks for the PR)

0.50.0

  • New: add Yaml.decodeFromYamlNode() method to deserialize an object from a previously read YamlNode instance (#369 - thanks to @​dellisd for the PR)
  • Updated: use kotlinx.serialization 1.4.1
  • Updated: use Kotlin 1.8.0
  • Updated: use snakeyaml-engine 2.6

0.49.0

  • Updated: use snakeyaml-engine 2.5.

0.48.0

  • Updated: use snakeyaml-engine 2.4.

... (truncated)

Commits
  • 2f0de20 Merge pull request #494 from ZacSweers/z/nonePolymorphism
  • 451593c Update src/commonTest/kotlin/com/charleskorn/kaml/YamlReadingTest.kt
  • 89babba Update src/commonTest/kotlin/com/charleskorn/kaml/YamlReadingTest.kt
  • 6acd1ab Spotless
  • 986a65f Add reading tests
  • 523d98f Error on polymorphic map with a diff message
  • b5d3fb7 Throw on tagged polymorphism when None is defined
  • d6b26b3 Update dependency org.ajoberstar.reckon:reckon-gradle to v0.18.2
  • 5a36491 Update Kotlin to v1.9.22
  • 9b9d6ac Update gradle/gradle-build-action action to v2.11.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies 依赖更新相关 label Feb 27, 2024
@ForteScarlet
Copy link
Member

@dependabot rebase

@ForteScarlet ForteScarlet enabled auto-merge March 3, 2024 06:58
Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.46.0 to 0.57.0.
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Commits](charleskorn/kaml@0.46.0...0.57.0)

---
updated-dependencies:
- dependency-name: com.charleskorn.kaml:kaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/main/com.charleskorn.kaml-kaml-0.57.0 branch from 53e272b to 2eb75d3 Compare March 3, 2024 06:58
@ForteScarlet ForteScarlet merged commit 5bd3c2e into dev/main Mar 3, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev/main/com.charleskorn.kaml-kaml-0.57.0 branch March 3, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 依赖更新相关
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant