go-doudou
go-doudou copied to clipboard
Bump github.com/goccy/go-yaml from 1.11.0 to 1.11.3
Bumps github.com/goccy/go-yaml from 1.11.0 to 1.11.3.
Release notes
Sourced from github.com/goccy/go-yaml's releases.
1.11.3
What's Changed
- fix: remove any trailing empty lines if the block scalar has strip indicator by
@zoncoen
in goccy/go-yaml#421Full Changelog: https://github.com/goccy/go-yaml/compare/v1.11.2...v1.11.3
1.11.2
What's Changed
- Fix handle of space at start or last by
@ozraru
in goccy/go-yaml#376- Fix quoted comments by
@WillAbides
in goccy/go-yaml#370- Fix sequence with comment by
@goccy
in goccy/go-yaml#390- bump actions/checkout v4 by
@shogo82148
in goccy/go-yaml#391- add Go 1.21 to the build matrix by
@shogo82148
in goccy/go-yaml#392- apply go fmt with Go 1.21 by
@shogo82148
in goccy/go-yaml#394- bump actions/setup-go v4 by
@shogo82148
in goccy/go-yaml#393New Contributors
@WillAbides
made their first contribution in goccy/go-yaml#370@shogo82148
made their first contribution in goccy/go-yaml#391Full Changelog: https://github.com/goccy/go-yaml/compare/v1.11.1...v1.11.2
1.11.1
What's Changed
- Handle
\r
in a double-quoted string the same as\n
by@k1LoW
in goccy/go-yaml#372- chore: replace loop with n.Values = append(n.Values, target.Values...) by
@testwill
in goccy/go-yaml#380- fix: skip encoding an inline field if it is null by
@zoncoen
in goccy/go-yaml#386- Fix comment parsing with null value by
@goccy
in goccy/go-yaml#388New Contributors
@testwill
made their first contribution in goccy/go-yaml#380Full Changelog: https://github.com/goccy/go-yaml/compare/v1.11.0...v1.11.1
Changelog
Sourced from github.com/goccy/go-yaml's changelog.
1.11.2 - 2023-09-15
Fix bugs
- Fix quoted comments ( #370 )
- Fix handle of space at start or last ( #376 )
- Fix sequence with comment ( #390 )
1.11.1 - 2023-09-14
Fix bugs
Commits
31fe1ba
fix: remove any trailing empty lines if the block scalar has strip indicator ...0640a15
bump actions/setup-go v4 (#393)c33fec6
apply go fmt with Go 1.21 (#394)c25bb8b
add Go 1.21 to the build matrix (#392)aa422f5
bump actions/checkout v4 (#391)0c2ade1
update CHANGELOG957e9d7
Fix sequence with comment (#390)4df8923
Fix quoted comments (#370)1c0fdf0
Update issue templates5b5e7e0
create pull request template- 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 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)