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.11.1 (#87)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/goccy/go-yaml](https://togithub.com/goccy/go-yaml) | require | patch | `v1.11.0` -> `v1.11.1` | --- ### Release Notes <details> <summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary> ### [`v1.11.1`](https://togithub.com/goccy/go-yaml/releases/tag/v1.11.1): 1.11.1 [Compare Source](https://togithub.com/goccy/go-yaml/compare/v1.11.0...v1.11.1) #### What's Changed - Handle `\r` in a double-quoted string the same as `\n` by [@​k1LoW](https://togithub.com/k1LoW) in [https://github.com/goccy/go-yaml/pull/372](https://togithub.com/goccy/go-yaml/pull/372) - chore: replace loop with n.Values = append(n.Values, target.Values...) by [@​testwill](https://togithub.com/testwill) in [https://github.com/goccy/go-yaml/pull/380](https://togithub.com/goccy/go-yaml/pull/380) - fix: skip encoding an inline field if it is null by [@​zoncoen](https://togithub.com/zoncoen) in [https://github.com/goccy/go-yaml/pull/386](https://togithub.com/goccy/go-yaml/pull/386) - Fix comment parsing with null value by [@​goccy](https://togithub.com/goccy) in [https://github.com/goccy/go-yaml/pull/388](https://togithub.com/goccy/go-yaml/pull/388) #### New Contributors - [@​testwill](https://togithub.com/testwill) made their first contribution in [https://github.com/goccy/go-yaml/pull/380](https://togithub.com/goccy/go-yaml/pull/380) **Full Changelog**: goccy/go-yaml@v1.11.0...v1.11.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/anoriqq/qpm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information