build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.2#1988
build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.2#1988dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
|
@catherinetcai quick question: any specific reason you used goccy/go-yaml here instead of sigs.k8s.io/yaml? 9e091b8#diff-22d7570902c88fdd1bd01a08bb6eac0a6142e6fbe169faa194e82676cc76f4a9R7 I think it would be good to consolidate on using a single library if possible. :) |
I used the goccy/go-yaml library because of its nicer interface for marshaling/unmarshaling. It's also actively maintained and I've had fewer unexpected unmarshaling issues with it than go-yaml, which sig.k8s.io/yaml still calls underneath. I'm happy to consolidate to whatever yaml library you'd prefer though! |
Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.19.0 to 1.19.2. - [Release notes](https://github.com/goccy/go-yaml/releases) - [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md) - [Commits](goccy/go-yaml@v1.19.0...v1.19.2) --- updated-dependencies: - dependency-name: github.com/goccy/go-yaml dependency-version: 1.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
73b9d22 to
f8975c7
Compare
|
Looks like github.com/goccy/go-yaml is up-to-date now, so this is no longer needed. |
Bumps github.com/goccy/go-yaml from 1.19.0 to 1.19.2.
Release notes
Sourced from github.com/goccy/go-yaml's releases.
Commits
92bc79cFix anchor reference regression in nested structures (#839)b0ab069Support line comment for flow sequence or flow map (#834)9e98b0cFix decoding of integer keys of map type (#829)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)