jasonmimick / atlas-osb

DEPRECATED: See https://github.com/mongodb/atlas-osb
https://github.com/mongodb/atlas-osb
Apache License 2.0
0 stars 2 forks source link

Bump github.com/goccy/go-yaml from 1.8.0 to 1.9.4 #103

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/goccy/go-yaml from 1.8.0 to 1.9.4.

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.9.4

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.9.3...v1.9.4

1.9.3

New Features

  • Support encoding and decoding time.Duration fields ( #246 )
  • Allow reserved characters for key name in YAMLPath ( #251 )
  • Support getting YAMLPath from ast.Node ( #252 )
  • Support CommentToMap option ( #253 )

Fix bugs

  • Fix encoding nested sequences with yaml.IndentSequence ( #241 )
  • Fix error reporting on inline structs in strict mode ( #244, #245 )
  • Fix encoding of large floats ( #247 )

Improve workflow

  • Migrate CI from CircleCI to GitHub Action ( #249 )
  • Add workflow for ycat ( #250 )

1.9.2

Support WithComment option ( #238 )

yaml.WithComment is a option for encoding with comment. The position where you want to add a comment is represented by YAMLPath, and it is the key of yaml.CommentMap. Also, you can select Head comment or Line comment as the comment type.

1.9.1

Fix DecodeFromNode ( #237 )

  • Fix YAML handling where anchor exists

1.9.0

New features

  • Support encoding of comment node ( #233 )
  • Support yaml.NodeToValue(ast.Node, interface{}, ...DecodeOption) error ( #236 )
    • Can convert a AST node to a value directly

Fix decoder for comment

... (truncated)

Changelog

Sourced from github.com/goccy/go-yaml's changelog.

v1.9.4 - 2021-10-12

Fix bugs

  • Keep prev/next reference between tokens containing comments when filtering comment tokens ( #257 )
  • Supports escaping reserved keywords in PathBuilder ( #258 )

v1.9.3 - 2021-09-07

New Features

  • Support encoding and decoding time.Duration fields ( #246 )
  • Allow reserved characters for key name in YAMLPath ( #251 )
  • Support getting YAMLPath from ast.Node ( #252 )
  • Support CommentToMap option ( #253 )

Fix bugs

  • Fix encoding nested sequences with yaml.IndentSequence ( #241 )
  • Fix error reporting on inline structs in strict mode ( #244, #245 )
  • Fix encoding of large floats ( #247 )

Improve workflow

  • Migrate CI from CircleCI to GitHub Action ( #249 )
  • Add workflow for ycat ( #250 )

v1.9.2 - 2021-07-26

Support WithComment option ( #238 )

yaml.WithComment is a option for encoding with comment. The position where you want to add a comment is represented by YAMLPath, and it is the key of yaml.CommentMap. Also, you can select Head comment or Line comment as the comment type.

v1.9.1 - 2021-07-20

Fix DecodeFromNode ( #237 )

  • Fix YAML handling where anchor exists

v1.9.0 - 2021-07-19

New features

  • Support encoding of comment node ( #233 )
  • Support yaml.NodeToValue(ast.Node, interface{}, ...DecodeOption) error ( #236 )
    • Can convert a AST node to a value directly

Fix decoder for comment

... (truncated)

Commits
  • b478465 Update CHANGELOG
  • 0aae9a4 Merge pull request #258 from goccy/feature/escape-path-reserved-keywords
  • acb50e1 Fix child method
  • 58d9007 Supports escaping reserved keywords in PathBuilder
  • 9d41ffc Merge pull request #257 from goccy/feature/fix-annotate-source
  • 1179bab Add example
  • d647cb1 Keep prev/next reference between tokens containing comments when filtering co...
  • bf7fe89 Update CHANGELOG
  • 82ab4c7 Merge pull request #253 from goccy/feature/support-decode-comment
  • b034e1c Support CommentToMap option
  • 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 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[bot] commented 2 years ago

Superseded by #110.