Bump github.com/goccy/go-yaml from 1.9.5 to 1.10.0
Bumps github.com/goccy/go-yaml from 1.9.5 to 1.10.0.
Release notes
Sourced from github.com/goccy/go-yaml's releases.
1.10.0
What's Changed
- Fix comment option by
@goccyin goccy/go-yaml#349Full Changelog: https://github.com/goccy/go-yaml/compare/v1.9.8...v1.10.0
1.9.8
What's Changed
- ast: append new line at the end of file by
@kurochanin goccy/go-yaml#329- Fix custom marshaler by
@goccyin goccy/go-yaml#333- Care map node by
@goccyin goccy/go-yaml#334- Fix behavior when struct fields conflicted by
@goccyin goccy/go-yaml#335- scanner: fix position calculation for literal, folded and raw folded strings by
@efd6in goccy/go-yaml#330New Contributors
@kurochanmade their first contribution in goccy/go-yaml#329@efd6made their first contribution in goccy/go-yaml#330Full Changelog: https://github.com/goccy/go-yaml/compare/v1.9.7...v1.9.8
1.9.7
What's Changed
- Fix resusing process of scanning context by
@goccyin goccy/go-yaml#322- Fix quoted map key by
@goccyin goccy/go-yaml#328Full Changelog: https://github.com/goccy/go-yaml/compare/v1.9.6...v1.9.7
1.9.6
What's Changed
- UTF-8 Support by
@nervoin goccy/go-yaml#294- Update golang.org/x/sys by
@nervoin goccy/go-yaml#289- fix incorrect const type by
@chanxuehongin goccy/go-yaml#284- Update Go version in CI by
@goccyin goccy/go-yaml#295- yaml: typeError implements PrettyPrinter interface by
@braydonkin goccy/go-yaml#280- path tests: add missing keys to struct literals by
@marco-min goccy/go-yaml#300- Introduce MapKeyNode interface to limit node types for map key by
@itchynyin goccy/go-yaml#312- Fix large literals type inference on 32 bits by
@jriscin goccy/go-yaml#293- fix: insert a separator between each encoded document by
@zoncoenin goccy/go-yaml#318- Handle unmarshall unknown aliases by
@nervoin goccy/go-yaml#317- Quote strings with special characters in flow mode. by
@igorpeshanskyin goccy/go-yaml#270New Contributors
@chanxuehongmade their first contribution in goccy/go-yaml#284@braydonkmade their first contribution in goccy/go-yaml#280@marco-mmade their first contribution in goccy/go-yaml#300@itchynymade their first contribution in goccy/go-yaml#312@jriscmade their first contribution in goccy/go-yaml#293@igorpeshanskymade their first contribution in goccy/go-yaml#270
... (truncated)
Changelog
Sourced from github.com/goccy/go-yaml's changelog.
1.10.0 - 2023-03-01
Fix bugs
Reversible conversion of comments was not working in various cases, which has been corrected. Breaking Change exists in the comment map interface. However, if you are dealing with CommentMap directly, there is no problem.
1.9.8 - 2022-12-19
Fix feature
- Append new line at the end of file ( #329 )
Fix bugs
- Fix custom marshaler ( #333, #334 )
- Fix behavior when struct fields conflicted( #335 )
- Fix position calculation for literal, folded and raw folded strings ( #330 )
1.9.7 - 2022-12-03
Fix bugs
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
Commits
11ad39bUpdate CHANGELOG1564006Fix comment option (#349)6cdefc4update CHANGELOG13b070ascanner: fix position calculation for literal, folded and raw folded strings ...9044ecafix behavior when struct fields conflicted (#335)458cd4ecare map node (#334)45bdea2fix custom marshaler (#333)dc3fed8ast: append new line at the end of file (#329)49dc308Update CHANGELOG2cd47e3Merge pull request #328 from goccy/fix-quoted-map-key- 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 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)