Skip to content

Conversation

@updateclibot
Copy link
Contributor

@updateclibot updateclibot bot commented Nov 29, 2025

deps(go): bump module github.com/goccy/go-yaml

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/goccy/go-yaml to v1.19.0

go.mod updated Module path "github.com/goccy/go-yaml" version from "v1.18.0" to "v1.19.0"

v1.18.0
## What's Changed
* feat: add global `OmitEmpty` encoding option by @bwplotka in https://github.com/goccy/go-yaml/pull/691
* chore: clarify omitempty behaviour. by @bwplotka in https://github.com/goccy/go-yaml/pull/696
* Treat output from TextMarshaler as string by @shuheiktgw in https://github.com/goccy/go-yaml/pull/698
* Update golangci-lint to v2.1.2 by @shuheiktgw in https://github.com/goccy/go-yaml/pull/701
* Tidy benchmarks/go.mod by @eikemeier in https://github.com/goccy/go-yaml/pull/686
* Remove testmod task by @goccy in https://github.com/goccy/go-yaml/pull/715
* Clean up encoder.go by @shuheiktgw in https://github.com/goccy/go-yaml/pull/703
* Fix validation error position for container type by @goccy in https://github.com/goccy/go-yaml/pull/716
* Add nil checking for error handling by @goccy in https://github.com/goccy/go-yaml/pull/719
* Ignore validation for alias map key by @goccy in https://github.com/goccy/go-yaml/pull/720
* Avoid returning an error for null document by @shuheiktgw in https://github.com/goccy/go-yaml/pull/721
* Add Go 1.24 to test matrix by @shuheiktgw in https://github.com/goccy/go-yaml/pull/722
* Set null value for empty document by @goccy in https://github.com/goccy/go-yaml/pull/725
* Support implicit null by @goccy in https://github.com/goccy/go-yaml/pull/727
* Support omitzero by @goccy in https://github.com/goccy/go-yaml/pull/729
* feat: Dont make copies of structs for validation by @shuheiktgw in https://github.com/goccy/go-yaml/pull/737
* Prevent panic when decoding string named types by @shuheiktgw in https://github.com/goccy/go-yaml/pull/743
* Fix misaligned indentation in comments by @shuheiktgw in https://github.com/goccy/go-yaml/pull/734
* Add support for multi-line double-quoted strings with CRLF line endings by @shuheiktgw in https://github.com/goccy/go-yaml/pull/744
* Update custom marshaler and unmarshaler to accept context by @pgeiem in https://github.com/goccy/go-yaml/pull/745

## New Contributors
* @bwplotka made their first contribution in https://github.com/goccy/go-yaml/pull/691
* @eikemeier made their first contribution in https://github.com/goccy/go-yaml/pull/686
* @pgeiem made their first contribution in https://github.com/goccy/go-yaml/pull/745

**Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.17.1...v1.18.0
v1.19.0
## What's Changed
* Revert "feat: Dont make copies of structs for validation" by @shuheiktgw in https://github.com/goccy/go-yaml/pull/763
* Add decode option that allows specific field prefixes by @cpuguy83 in https://github.com/goccy/go-yaml/pull/795
* Normalize CR and CRLF in multi-line strings by @shuheiktgw in https://github.com/goccy/go-yaml/pull/754
* Support non string map keys by @shuheiktgw in https://github.com/goccy/go-yaml/pull/756
* Skip directive in path operations by @shuheiktgw in https://github.com/goccy/go-yaml/pull/758
* Add indentation to flow values on new lines by @shuheiktgw in https://github.com/goccy/go-yaml/pull/759
* Add support for RawMessage, similar to json.RawMessage by @thanethomson in https://github.com/goccy/go-yaml/pull/790

## New Contributors
* @cpuguy83 made their first contribution in https://github.com/goccy/go-yaml/pull/795
* @thanethomson made their first contribution in https://github.com/goccy/go-yaml/pull/790

**Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.18.0...v1.19.0
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Made with ❤️️ by updatecli
@updateclibot updateclibot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2025
@olblak olblak merged commit c702bfc into main Nov 30, 2025
5 checks passed
@olblak olblak deleted the updatecli_main_e266bcec0d4cd143c6c932b3c569ffb6fa0c48e36080f603e07e61a3fbdf5de3 branch November 30, 2025 15:42
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant