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.6 (#89)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/goccy/go-yaml](https://redirect.github.com/goccy/go-yaml) | require | patch | `v1.13.0` -> `v1.13.6` | --- ### Release Notes <details> <summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary> ### [`v1.13.6`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.6): 1.13.6 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.5...v1.13.6) #### What's Changed - Fix trailing new line chars handling by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/507](https://redirect.github.com/goccy/go-yaml/pull/507) - Fix number parsing by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/509](https://redirect.github.com/goccy/go-yaml/pull/509) - Fix number parsing by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/511](https://redirect.github.com/goccy/go-yaml/pull/511) - Fix ordered map comment by [@​shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/510](https://redirect.github.com/goccy/go-yaml/pull/510) **Full Changelog**: goccy/go-yaml@v1.13.5...v1.13.6 ### [`v1.13.5`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.5): 1.13.5 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.4...v1.13.5) #### What's Changed - Fix flow map node by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/505](https://redirect.github.com/goccy/go-yaml/pull/505) - Support suffix keyword for document header option by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/506](https://redirect.github.com/goccy/go-yaml/pull/506) **Full Changelog**: goccy/go-yaml@v1.13.4...v1.13.5 ### [`v1.13.4`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.4): 1.13.4 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.3...v1.13.4) #### What's Changed - Fix folded handling by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/500](https://redirect.github.com/goccy/go-yaml/pull/500) - Fix parsing of document by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/501](https://redirect.github.com/goccy/go-yaml/pull/501) - Support empty sequence value by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/503](https://redirect.github.com/goccy/go-yaml/pull/503) - Fix invalid map token by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/504](https://redirect.github.com/goccy/go-yaml/pull/504) **Full Changelog**: goccy/go-yaml@v1.13.3...v1.13.4 ### [`v1.13.3`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.3): 1.13.3 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.2...v1.13.3) #### What's Changed - feat: preserve line breaks from original input by [@​mcwarman](https://redirect.github.com/mcwarman) in [https://github.com/goccy/go-yaml/pull/412](https://redirect.github.com/goccy/go-yaml/pull/412) - Fix invalid alias by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/497](https://redirect.github.com/goccy/go-yaml/pull/497) - Fix parsing of number by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/498](https://redirect.github.com/goccy/go-yaml/pull/498) - Fix parsing of invalid document by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/499](https://redirect.github.com/goccy/go-yaml/pull/499) #### New Contributors - [@​mcwarman](https://redirect.github.com/mcwarman) made their first contribution in [https://github.com/goccy/go-yaml/pull/412](https://redirect.github.com/goccy/go-yaml/pull/412) **Full Changelog**: goccy/go-yaml@v1.13.2...v1.13.3 ### [`v1.13.2`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.2): 1.13.2 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.1...v1.13.2) #### What's Changed - Fix invalid quoted-text handling by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/495](https://redirect.github.com/goccy/go-yaml/pull/495) - Fix parsing of invalid yaml by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/496](https://redirect.github.com/goccy/go-yaml/pull/496) **Full Changelog**: goccy/go-yaml@v1.13.1...v1.13.2 ### [`v1.13.1`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.1): 1.13.1 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.0...v1.13.1) #### What's Changed - Fix incorrect colon indicator scanning by [@​semihbkgr](https://redirect.github.com/semihbkgr) in [https://github.com/goccy/go-yaml/pull/485](https://redirect.github.com/goccy/go-yaml/pull/485) - Returns InvalidToken if scanner encounters error by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/486](https://redirect.github.com/goccy/go-yaml/pull/486) - Reuse context at Scanner by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/487](https://redirect.github.com/goccy/go-yaml/pull/487) - Support recursive anchor by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/489](https://redirect.github.com/goccy/go-yaml/pull/489) - Fix implicit null value before collect entry by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/490](https://redirect.github.com/goccy/go-yaml/pull/490) - Fix handling of invalid sequence by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/492](https://redirect.github.com/goccy/go-yaml/pull/492) - Fix invalid sequence at map context by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/493](https://redirect.github.com/goccy/go-yaml/pull/493) - Improve parser performance by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/494](https://redirect.github.com/goccy/go-yaml/pull/494) #### New Contributors - [@​semihbkgr](https://redirect.github.com/semihbkgr) made their first contribution in [https://github.com/goccy/go-yaml/pull/485](https://redirect.github.com/goccy/go-yaml/pull/485) **Full Changelog**: goccy/go-yaml@v1.13.0...v1.13.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzkuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
- Loading branch information