omissis / go-jsonschema

A tool to generate Go data types from JSON Schema definitions.
MIT License
582 stars 93 forks source link

fix(deps): update module github.com/goccy/go-yaml to v1.11.2 #121

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/goccy/go-yaml require patch v1.11.1 -> v1.11.2

Release Notes

goccy/go-yaml (github.com/goccy/go-yaml) ### [`v1.11.2`](https://togithub.com/goccy/go-yaml/releases/tag/v1.11.2): 1.11.2 [Compare Source](https://togithub.com/goccy/go-yaml/compare/v1.11.1...v1.11.2) #### What's Changed - Fix handle of space at start or last by [@​ozraru](https://togithub.com/ozraru) in [https://github.com/goccy/go-yaml/pull/376](https://togithub.com/goccy/go-yaml/pull/376) - Fix quoted comments by [@​WillAbides](https://togithub.com/WillAbides) in [https://github.com/goccy/go-yaml/pull/370](https://togithub.com/goccy/go-yaml/pull/370) - Fix sequence with comment by [@​goccy](https://togithub.com/goccy) in [https://github.com/goccy/go-yaml/pull/390](https://togithub.com/goccy/go-yaml/pull/390) - bump actions/checkout v4 by [@​shogo82148](https://togithub.com/shogo82148) in [https://github.com/goccy/go-yaml/pull/391](https://togithub.com/goccy/go-yaml/pull/391) - add Go 1.21 to the build matrix by [@​shogo82148](https://togithub.com/shogo82148) in [https://github.com/goccy/go-yaml/pull/392](https://togithub.com/goccy/go-yaml/pull/392) - apply go fmt with Go 1.21 by [@​shogo82148](https://togithub.com/shogo82148) in [https://github.com/goccy/go-yaml/pull/394](https://togithub.com/goccy/go-yaml/pull/394) - bump actions/setup-go v4 by [@​shogo82148](https://togithub.com/shogo82148) in [https://github.com/goccy/go-yaml/pull/393](https://togithub.com/goccy/go-yaml/pull/393) #### New Contributors - [@​WillAbides](https://togithub.com/WillAbides) made their first contribution in [https://github.com/goccy/go-yaml/pull/370](https://togithub.com/goccy/go-yaml/pull/370) - [@​shogo82148](https://togithub.com/shogo82148) made their first contribution in [https://github.com/goccy/go-yaml/pull/391](https://togithub.com/goccy/go-yaml/pull/391) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.11.1...v1.11.2

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ce5a2d2) 78.14% compared to head (984c245) 78.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #121 +/- ## ======================================= Coverage 78.14% 78.14% ======================================= Files 10 10 Lines 1446 1446 ======================================= Hits 1130 1130 Misses 244 244 Partials 72 72 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.