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 all non-major dependencies (#60)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/config](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.27.26` -> `v1.27.27` | | [github.com/goccy/go-yaml](https://togithub.com/goccy/go-yaml) | require | minor | `v1.11.3` -> `v1.12.0` | --- ### Release Notes <details> <summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary> ### [`v1.12.0`](https://togithub.com/goccy/go-yaml/releases/tag/v1.12.0): 1.12.0 [Compare Source](https://togithub.com/goccy/go-yaml/compare/v1.11.3...v1.12.0) #### What's Changed - Replace deprecated `io/ioutil` by [@​harryzcy](https://togithub.com/harryzcy) in [https://github.com/goccy/go-yaml/pull/429](https://togithub.com/goccy/go-yaml/pull/429) - support custom unmarshalling for map keys by [@​KSpaceer](https://togithub.com/KSpaceer) in [https://github.com/goccy/go-yaml/pull/453](https://togithub.com/goccy/go-yaml/pull/453) - trim right spaces before adding carriage return or linefeed by [@​mfleader](https://togithub.com/mfleader) in [https://github.com/goccy/go-yaml/pull/462](https://togithub.com/goccy/go-yaml/pull/462) - fix: Correct token.Tokenize double quoted strings with escape sequences handling by [@​nieomylnieja](https://togithub.com/nieomylnieja) in [https://github.com/goccy/go-yaml/pull/457](https://togithub.com/goccy/go-yaml/pull/457) - Fix decoding of scientific notation by [@​morris-kelly](https://togithub.com/morris-kelly) in [https://github.com/goccy/go-yaml/pull/463](https://togithub.com/goccy/go-yaml/pull/463) - Quote is required even if it begins with backquote. by [@​k1LoW](https://togithub.com/k1LoW) in [https://github.com/goccy/go-yaml/pull/440](https://togithub.com/goccy/go-yaml/pull/440) #### New Contributors - [@​harryzcy](https://togithub.com/harryzcy) made their first contribution in [https://github.com/goccy/go-yaml/pull/429](https://togithub.com/goccy/go-yaml/pull/429) - [@​KSpaceer](https://togithub.com/KSpaceer) made their first contribution in [https://github.com/goccy/go-yaml/pull/453](https://togithub.com/goccy/go-yaml/pull/453) - [@​mfleader](https://togithub.com/mfleader) made their first contribution in [https://github.com/goccy/go-yaml/pull/462](https://togithub.com/goccy/go-yaml/pull/462) - [@​nieomylnieja](https://togithub.com/nieomylnieja) made their first contribution in [https://github.com/goccy/go-yaml/pull/457](https://togithub.com/goccy/go-yaml/pull/457) - [@​morris-kelly](https://togithub.com/morris-kelly) made their first contribution in [https://github.com/goccy/go-yaml/pull/463](https://togithub.com/goccy/go-yaml/pull/463) **Full Changelog**: goccy/go-yaml@v1.11.3...v1.11.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on saturday" in timezone Asia/Tokyo, 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
- Loading branch information