Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/goccy/go-yaml to v1.13.0 (#88)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/goccy/go-yaml](https://redirect.github.com/goccy/go-yaml) | require | minor | `v1.12.0` -> `v1.13.0` | --- ### Release Notes <details> <summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary> ### [`v1.13.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.0): 1.13.0 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.12.0...v1.13.0) #### What's Changed - Preserve defaults for zero initialised structs as well by [@​yhabteab](https://redirect.github.com/yhabteab) in [https://github.com/goccy/go-yaml/pull/442](https://redirect.github.com/goccy/go-yaml/pull/442) - Update Go versions in CI by [@​shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/476](https://redirect.github.com/goccy/go-yaml/pull/476) - Add lint job to CI by [@​shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/477](https://redirect.github.com/goccy/go-yaml/pull/477) - Fix "null" string encoded as nil by [@​denieryd](https://redirect.github.com/denieryd) in [https://github.com/goccy/go-yaml/pull/474](https://redirect.github.com/goccy/go-yaml/pull/474) - feat(printer): Add support for formatting comment nodes by [@​gabe565](https://redirect.github.com/gabe565) in [https://github.com/goccy/go-yaml/pull/469](https://redirect.github.com/goccy/go-yaml/pull/469) - Refactor scanner by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/480](https://redirect.github.com/goccy/go-yaml/pull/480) - Refactor overflowError to be pretty-printable by [@​oxzi](https://redirect.github.com/oxzi) in [https://github.com/goccy/go-yaml/pull/470](https://redirect.github.com/goccy/go-yaml/pull/470) - Refactor indent state by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/481](https://redirect.github.com/goccy/go-yaml/pull/481) - Refactor scanner by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/482](https://redirect.github.com/goccy/go-yaml/pull/482) - Remove xerrors by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/483](https://redirect.github.com/goccy/go-yaml/pull/483) #### New Contributors - [@​yhabteab](https://redirect.github.com/yhabteab) made their first contribution in [https://github.com/goccy/go-yaml/pull/442](https://redirect.github.com/goccy/go-yaml/pull/442) - [@​shuheiktgw](https://redirect.github.com/shuheiktgw) made their first contribution in [https://github.com/goccy/go-yaml/pull/476](https://redirect.github.com/goccy/go-yaml/pull/476) - [@​denieryd](https://redirect.github.com/denieryd) made their first contribution in [https://github.com/goccy/go-yaml/pull/474](https://redirect.github.com/goccy/go-yaml/pull/474) - [@​gabe565](https://redirect.github.com/gabe565) made their first contribution in [https://github.com/goccy/go-yaml/pull/469](https://redirect.github.com/goccy/go-yaml/pull/469) - [@​oxzi](https://redirect.github.com/oxzi) made their first contribution in [https://github.com/goccy/go-yaml/pull/470](https://redirect.github.com/goccy/go-yaml/pull/470) **Full Changelog**: goccy/go-yaml@v1.12.0...v1.12.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
- Loading branch information