Skip to content

Commit e74e9b7

Browse files
fix(deps): Update module github.com/invopop/jsonschema to v0.14.0 (#743)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/invopop/jsonschema](https://redirect.github.com/invopop/jsonschema) | `v0.13.0` → `v0.14.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2finvopop%2fjsonschema/v0.14.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2finvopop%2fjsonschema/v0.13.0/v0.14.0?slim=true) | --- ### Release Notes <details> <summary>invopop/jsonschema (github.com/invopop/jsonschema)</summary> ### [`v0.14.0`](https://redirect.github.com/invopop/jsonschema/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/invopop/jsonschema/compare/v0.13.0...v0.14.0) ##### What's Changed - Upgrade to golangci-lint v2 by [@&#8203;samlown](https://redirect.github.com/samlown) in [#&#8203;187](https://redirect.github.com/invopop/jsonschema/pull/187) - Bump minimum Go version to 1.24 by [@&#8203;samlown](https://redirect.github.com/samlown) in [#&#8203;188](https://redirect.github.com/invopop/jsonschema/pull/188) - Support omitzero json tags by [@&#8203;YvanGuidoin](https://redirect.github.com/YvanGuidoin) in [#&#8203;161](https://redirect.github.com/invopop/jsonschema/pull/161) - feat: Respect json:",string" for integer fields in generated schema by [@&#8203;fengxsong](https://redirect.github.com/fengxsong) in [#&#8203;183](https://redirect.github.com/invopop/jsonschema/pull/183) - Split jsonschema\_extras only on unescaped commas by [@&#8203;liorokman](https://redirect.github.com/liorokman) in [#&#8203;173](https://redirect.github.com/invopop/jsonschema/pull/173) - Fix nil pointer dereference in ReflectFromType with ExpandedStruct (fix [#&#8203;163](https://redirect.github.com/invopop/jsonschema/issues/163)) by [@&#8203;edznux-dd](https://redirect.github.com/edznux-dd) in [#&#8203;186](https://redirect.github.com/invopop/jsonschema/pull/186) - Replace wk8/go-ordered-map with pb33f/ordered-map by [@&#8203;samlown](https://redirect.github.com/samlown) in [#&#8203;189](https://redirect.github.com/invopop/jsonschema/pull/189) ##### New Contributors - [@&#8203;YvanGuidoin](https://redirect.github.com/YvanGuidoin) made their first contribution in [#&#8203;161](https://redirect.github.com/invopop/jsonschema/pull/161) - [@&#8203;fengxsong](https://redirect.github.com/fengxsong) made their first contribution in [#&#8203;183](https://redirect.github.com/invopop/jsonschema/pull/183) - [@&#8203;liorokman](https://redirect.github.com/liorokman) made their first contribution in [#&#8203;173](https://redirect.github.com/invopop/jsonschema/pull/173) - [@&#8203;edznux-dd](https://redirect.github.com/edznux-dd) made their first contribution in [#&#8203;186](https://redirect.github.com/invopop/jsonschema/pull/186) **Full Changelog**: <invopop/jsonschema@v0.13.0...v0.14.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - 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 [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 8c99f8a commit e74e9b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/cloudquery/codegen v0.4.1
99
github.com/cloudquery/plugin-sdk/v4 v4.95.1
1010
github.com/goccy/go-json v0.10.6
11-
github.com/invopop/jsonschema v0.13.0
11+
github.com/invopop/jsonschema v0.14.0
1212
github.com/stretchr/testify v1.11.1
1313
github.com/wk8/go-ordered-map/v2 v2.1.8
1414
)

0 commit comments

Comments
 (0)