Skip to content

build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.2#1988

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/goccy/go-yaml-1.19.2
Closed

build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.2#1988
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/goccy/go-yaml-1.19.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2026

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.

1.19.2

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.19.1...v1.19.2

1.19.1

What's Changed

Full Changelog: goccy/go-yaml@v1.19.0...v1.19.1

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 15, 2026
@mrueg
Copy link
Copy Markdown
Collaborator

mrueg commented Jan 15, 2026

@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. :)

@catherinetcai
Copy link
Copy Markdown
Collaborator

@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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/goccy/go-yaml-1.19.2 branch from 73b9d22 to f8975c7 Compare January 31, 2026 18:16
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

Looks like github.com/goccy/go-yaml is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 13, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/goccy/go-yaml-1.19.2 branch February 13, 2026 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants