Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update module github.com/goccy/go-yaml to v1.14.1 (#914)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/goccy/go-yaml](https://redirect.github.com/goccy/go-yaml) | `v1.13.8` -> `v1.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoccy%2fgo-yaml/v1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoccy%2fgo-yaml/v1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoccy%2fgo-yaml/v1.13.8/v1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoccy%2fgo-yaml/v1.13.8/v1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary> ### [`v1.14.1`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.1): 1.14.1 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.0...v1.14.1) #### What's Changed - Fix comment position of map node has multiple values by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/532](https://redirect.github.com/goccy/go-yaml/pull/532) - Fix error by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/535](https://redirect.github.com/goccy/go-yaml/pull/535) **Full Changelog**: goccy/go-yaml@v1.14.0...v1.14.1 ### [`v1.14.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.0): 1.14.0 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.10...v1.14.0) #### What's Changed - Support to disallow duplicate map key at parsing by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/531](https://redirect.github.com/goccy/go-yaml/pull/531) #### Breaking Changes Previously, using the same map key did not result in a parsing error, but from now on, it will throw an error by default. If you want to keep the previous behavior, specify the `parser.AllowDuplicateMapKey()` option. Similarly, during `Decode`, it will also throw an error by default. To keep the previous behavior, specify the `yaml.AllowDuplicateMapKey()` option when decoding. Also, `yaml.DisallowDuplicateKey` option is deprecated. **Full Changelog**: goccy/go-yaml@v1.13.10...v1.14.0 ### [`v1.13.10`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.10): 1.13.10 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.9...v1.13.10) #### What's Changed - Fix parsing of tab character by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/530](https://redirect.github.com/goccy/go-yaml/pull/530) **Full Changelog**: goccy/go-yaml@v1.13.9...v1.13.10 ### [`v1.13.9`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.9): 1.13.9 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.8...v1.13.9) #### What's Changed - Fix token offset by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/524](https://redirect.github.com/goccy/go-yaml/pull/524) - Fix parsing of tag by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/526](https://redirect.github.com/goccy/go-yaml/pull/526) - Support local tag and boolean tag by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/527](https://redirect.github.com/goccy/go-yaml/pull/527) - Fix removeFromRightSpace process at scanner by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/529](https://redirect.github.com/goccy/go-yaml/pull/529) **Full Changelog**: goccy/go-yaml@v1.13.8...v1.13.9 </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information