Commit 87dd766
authored
build(deps): bump github.com/google/jsonschema-go from 0.4.2 to 0.4.3 (#5163)
Bumps
[github.com/google/jsonschema-go](https://github.com/google/jsonschema-go)
from 0.4.2 to 0.4.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/jsonschema-go/releases">github.com/google/jsonschema-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.3</h2>
<h2>What's Changed</h2>
<ul>
<li>improve anyOf errors by <a
href="https://github.com/jba"><code>@jba</code></a> in <a
href="https://redirect.github.com/google/jsonschema-go/pull/61">google/jsonschema-go#61</a></li>
<li>fix: infer - support map with non-string key type by <a
href="https://github.com/rafaeljusto"><code>@rafaeljusto</code></a> in
<a
href="https://redirect.github.com/google/jsonschema-go/pull/70">google/jsonschema-go#70</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/jsonschema-go/compare/v0.4.2...0.4.3">https://github.com/google/jsonschema-go/compare/v0.4.2...0.4.3</a></p>
<h2>v0.4.3</h2>
<h2>What's Changed</h2>
<ul>
<li>improve anyOf errors by <a
href="https://github.com/jba"><code>@jba</code></a> in <a
href="https://redirect.github.com/google/jsonschema-go/pull/61">google/jsonschema-go#61</a></li>
<li>fix: infer - support map with non-string key type by <a
href="https://github.com/rafaeljusto"><code>@rafaeljusto</code></a> in
<a
href="https://redirect.github.com/google/jsonschema-go/pull/70">google/jsonschema-go#70</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/jsonschema-go/compare/v0.4.2...v0.4.3">https://github.com/google/jsonschema-go/compare/v0.4.2...v0.4.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/jsonschema-go/commit/8c4ab4f02ef64dcea5502e47a6113e8292944087"><code>8c4ab4f</code></a>
fix: infer - support map with non-string key type (<a
href="https://redirect.github.com/google/jsonschema-go/issues/70">#70</a>)</li>
<li><a
href="https://github.com/google/jsonschema-go/commit/8bd57428bbbea55d718267fa5b20bbb59b4f9fbd"><code>8bd5742</code></a>
improve anyOf errors (<a
href="https://redirect.github.com/google/jsonschema-go/issues/61">#61</a>)</li>
<li>See full diff in <a
href="https://github.com/google/jsonschema-go/compare/v0.4.2...0.4.3">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>1 parent e602a92 commit 87dd766
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments