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.2 #96

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

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

  • Fix parsing of literal with comment ( #234 )

Rename API ( #235 )

  • Rename MarshalWithContext to MarshalContext
  • Rename UnmarshalWithContext to UnmarshalContext

1.8.10

Fixed bugs

  • Fix searching anchor by alias name ( #212 )
  • Fixing Issue 186, scanner should account for newline characters when processing multi-line text. Without this source annotations line/column number (for this and all subsequent tokens) is inconsistent with plain text editors. e.g. goccy/go-yaml#186. This addresses the issue specifically for single and double quote text only. ( #210 )
  • Add error for unterminated flow mapping node ( #213 )
  • Handle missing required field validation ( #221 )
  • Nicely format unexpected node type errors ( #229 )
  • Support to encode map which has defined type key ( #231 )

New features

  • Support sequence indentation by EncodeOption ( #232 )

1.8.9

Fix bugs

  • Fix origin buffer for DocumentHeader and DocumentEnd and Directive
  • Fix origin buffer for anchor value
  • Fix syntax error about map value
  • Fix parsing MergeKey ('<<') characters

... (truncated)

Changelog

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

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

  • Fix parsing of literal with comment ( #234 )

Rename API ( #235 )

  • Rename MarshalWithContext to MarshalContext
  • Rename UnmarshalWithContext to UnmarshalContext

v1.8.10 - 2021-07-02

Fixed bugs

  • Fix searching anchor by alias name ( #212 )
  • Fixing Issue 186, scanner should account for newline characters when processing multi-line text. Without this source annotations line/column number (for this and all subsequent tokens) is inconsistent with plain text editors. e.g. goccy/go-yaml#186. This addresses the issue specifically for single and double quote text only. ( #210 )
  • Add error for unterminated flow mapping node ( #213 )
  • Handle missing required field validation ( #221 )
  • Nicely format unexpected node type errors ( #229 )
  • Support to encode map which has defined type key ( #231 )

New features

  • Support sequence indentation by EncodeOption ( #232 )

v1.8.9 - 2021-03-01

Fixed bugs

... (truncated)

Commits


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 #100.