mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: bump github.com/invopop/jsonschema from 0.13.0 to 0.14.0 (#24773)
Bumps [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/invopop/jsonschema/releases">github.com/invopop/jsonschema's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade to golangci-lint v2 by <a href="https://github.com/samlown"><code>@samlown</code></a> in <a href="https://redirect.github.com/invopop/jsonschema/pull/187">invopop/jsonschema#187</a></li> <li>Bump minimum Go version to 1.24 by <a href="https://github.com/samlown"><code>@samlown</code></a> in <a href="https://redirect.github.com/invopop/jsonschema/pull/188">invopop/jsonschema#188</a></li> <li>Support omitzero json tags by <a href="https://github.com/YvanGuidoin"><code>@YvanGuidoin</code></a> in <a href="https://redirect.github.com/invopop/jsonschema/pull/161">invopop/jsonschema#161</a></li> <li>feat: Respect json:",string" for integer fields in generated schema by <a href="https://github.com/fengxsong"><code>@fengxsong</code></a> in <a href="https://redirect.github.com/invopop/jsonschema/pull/183">invopop/jsonschema#183</a></li> <li>Split jsonschema_extras only on unescaped commas by <a href="https://github.com/liorokman"><code>@liorokman</code></a> in <a href="https://redirect.github.com/invopop/jsonschema/pull/173">invopop/jsonschema#173</a></li> <li>Fix nil pointer dereference in ReflectFromType with ExpandedStruct (fix <a href="https://redirect.github.com/invopop/jsonschema/issues/163">#163</a>) by <a href="https://github.com/edznux-dd"><code>@edznux-dd</code></a> in <a href="https://redirect.github.com/invopop/jsonschema/pull/186">invopop/jsonschema#186</a></li> <li>Replace wk8/go-ordered-map with pb33f/ordered-map by <a href="https://github.com/samlown"><code>@samlown</code></a> in <a href="https://redirect.github.com/invopop/jsonschema/pull/189">invopop/jsonschema#189</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/YvanGuidoin"><code>@YvanGuidoin</code></a> made their first contribution in <a href="https://redirect.github.com/invopop/jsonschema/pull/161">invopop/jsonschema#161</a></li> <li><a href="https://github.com/fengxsong"><code>@fengxsong</code></a> made their first contribution in <a href="https://redirect.github.com/invopop/jsonschema/pull/183">invopop/jsonschema#183</a></li> <li><a href="https://github.com/liorokman"><code>@liorokman</code></a> made their first contribution in <a href="https://redirect.github.com/invopop/jsonschema/pull/173">invopop/jsonschema#173</a></li> <li><a href="https://github.com/edznux-dd"><code>@edznux-dd</code></a> made their first contribution in <a href="https://redirect.github.com/invopop/jsonschema/pull/186">invopop/jsonschema#186</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/invopop/jsonschema/compare/v0.13.0...v0.14.0">https://github.com/invopop/jsonschema/compare/v0.13.0...v0.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/invopop/jsonschema/commit/2c57d6074bf9004aaaf1fc9c07ff0ea730b23de7"><code>2c57d60</code></a> Merge pull request <a href="https://redirect.github.com/invopop/jsonschema/issues/189">#189</a> from invopop/replace-wk8-with-pb33f-ordered-map</li> <li><a href="https://github.com/invopop/jsonschema/commit/d8cc8ebd57b811474861dd25409560271f084128"><code>d8cc8eb</code></a> Replace wk8/go-ordered-map with pb33f/ordered-map</li> <li><a href="https://github.com/invopop/jsonschema/commit/0d5bd753ec797ec5366a2145bf8252bff5f6406f"><code>0d5bd75</code></a> Merge pull request <a href="https://redirect.github.com/invopop/jsonschema/issues/186">#186</a> from edznux-dd/fix/expanded-struct-nil-deref</li> <li><a href="https://github.com/invopop/jsonschema/commit/3d693733ab7bca092e8604299fb82ecb573b6b10"><code>3d69373</code></a> Merge pull request <a href="https://redirect.github.com/invopop/jsonschema/issues/173">#173</a> from liorokman/escape-extras-tags</li> <li><a href="https://github.com/invopop/jsonschema/commit/b43264d2a5a9b129a943a1603d5d9df80f705b1f"><code>b43264d</code></a> Silence revive unused-parameter on fuzz callback</li> <li><a href="https://github.com/invopop/jsonschema/commit/7b21bb5bcefbed61748f2ac0388ccfc5a07ce928"><code>7b21bb5</code></a> Merge remote-tracking branch 'origin/main' into pr-186-expanded-struct</li> <li><a href="https://github.com/invopop/jsonschema/commit/048739859f24dff300c94b8b2a75f17cb8f94c4c"><code>0487398</code></a> Fix ExtraWithComman typo in test struct field</li> <li><a href="https://github.com/invopop/jsonschema/commit/bc932369a8e17ddd0028658e1be49e35d6a748b5"><code>bc93236</code></a> Merge remote-tracking branch 'origin/main' into pr-173-escape-extras</li> <li><a href="https://github.com/invopop/jsonschema/commit/d39f13c8fc27de49b934bd043f64e2f3284c920b"><code>d39f13c</code></a> Merge pull request <a href="https://redirect.github.com/invopop/jsonschema/issues/183">#183</a> from fengxsong/feat/reflect-json-string-for-integers</li> <li><a href="https://github.com/invopop/jsonschema/commit/f2e2b913ec19ef878325e6ee1b78eb2dbcea26bb"><code>f2e2b91</code></a> Extend json:",string" support to number and boolean fields</li> <li>Additional commits viewable in <a href="https://github.com/invopop/jsonschema/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -510,7 +510,7 @@ require (
|
||||
github.com/elazarl/goproxy v1.8.0
|
||||
github.com/fsnotify/fsnotify v1.9.0
|
||||
github.com/go-git/go-git/v5 v5.18.0
|
||||
github.com/invopop/jsonschema v0.13.0
|
||||
github.com/invopop/jsonschema v0.14.0
|
||||
github.com/mark3labs/mcp-go v0.38.0
|
||||
github.com/openai/openai-go/v3 v3.28.0
|
||||
github.com/shopspring/decimal v1.4.0
|
||||
@@ -611,6 +611,7 @@ require (
|
||||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
||||
github.com/openai/openai-go v1.12.0 // indirect
|
||||
github.com/package-url/packageurl-go v0.1.3 // indirect
|
||||
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
|
||||
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
|
||||
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
|
||||
github.com/rhysd/actionlint v1.7.10 // indirect
|
||||
@@ -626,7 +627,6 @@ require (
|
||||
github.com/urfave/cli/v2 v2.27.5 // indirect
|
||||
github.com/valyala/fastjson v1.6.4 // indirect
|
||||
github.com/vektah/gqlparser/v2 v2.5.31 // indirect
|
||||
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
||||
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
|
||||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
||||
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user