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.6 #122

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

1.9.6

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.9.5...v1.9.6

1.9.5

What's Changed

New Features

Fixed bugs

New Contributors

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

1.9.4

... (truncated)

Changelog

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

v1.9.6 - 2022-10-26

New Features

  • Introduce MapKeyNode interface to limit node types for map key ( #312 )

Fix bugs

  • Quote strings with special characters in flow mode ( #270 )
  • typeError implements PrettyPrinter interface ( #280 )
  • Fix incorrect const type ( #284 )
  • Fix large literals type inference on 32 bits ( #293 )
  • Fix UTF-8 characters ( #294 )
  • Fix decoding of unknown aliases ( #317 )
  • Fix stream encoder for insert a separator between each encoded document ( #318 )

Update

  • Update golang.org/x/sys ( #289 )
  • Update Go version in CI ( #295 )
  • Add test cases for missing keys to struct literals ( #300 )

v1.9.5 - 2022-01-12

New Features

  • Add UseSingleQuote option ( #265 )

Fix bugs

  • Preserve defaults while decoding nested structs ( #260 )
  • Fix minor typo in decodeInit error ( #264 )
  • Handle empty sequence entries ( #275 )
  • Fix encoding of sequence with multiline string ( #276 )
  • Fix encoding of BytesMarshaler type ( #277 )
  • Fix indentState logic for multi-line value ( #278 )

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 )

... (truncated)

Commits
  • 33858b4 Update CHANGELOG
  • bc437e1 Merge pull request #270 from igorpeshansky/fix-flow-mode-quotes
  • 8607d4f Merge pull request #317 from nervo/handle-unmarshall-unknown-aliases
  • 48a606c Merge pull request #318 from zoncoen/fix-encode
  • 548aa05 fix: insert a separator between each encoded document
  • 941abdb Handle unmarshall unknown aliases
  • ecececd Merge pull request #293 from jrisc/explicit_int64
  • 03bdafe Merge pull request #312 from itchyny/introduce-map-key-node
  • f7e9124 Introduce MapKeyNode interface to limit node types for map key
  • 66e8faa Fix large literals type inference on 32 bits
  • 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 1 year ago

Superseded by #126.