Skip to content

Commit

Permalink
feat(deps): bump github.com/invopop/jsonschema from 0.9.0 to 0.11.0 (#…
Browse files Browse the repository at this point in the history
…4343)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[github.com/invopop/jsonschema](https://github.com/invopop/jsonschema)
from 0.9.0 to 0.11.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/invopop/jsonschema/commit/ab48bdbf03263f3b363ec94dcdfd0d005f1206d3"><code>ab48bdb</code></a>
Merge pull request <a
href="https://redirect.github.com/invopop/jsonschema/issues/105">#105</a>
from cloudquery/fix/zero-max-min-length</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/d10980697d18987570e0a5630916ec55224a905b"><code>d109806</code></a>
fix unsigned int handling (0 is a valid value)</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/2bf120dd69fef8577d4f29c03e726505ab403079"><code>2bf120d</code></a>
Merge pull request <a
href="https://redirect.github.com/invopop/jsonschema/issues/94">#94</a>
from evilnoxx/main</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/d8087c4d6958b36d1340e1cc30dce3c2555ddb79"><code>d8087c4</code></a>
Merge pull request <a
href="https://redirect.github.com/invopop/jsonschema/issues/103">#103</a>
from cloudquery/fix/recurse-array-unprocessed-only</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/9c0d982c4f4f62a967bdb8c1737b7c9bc79db759"><code>9c0d982</code></a>
process only unprocessed tags in recursion</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/73900b44157e532a1eb92e480137df50d2fa44ce"><code>73900b4</code></a>
Merge pull request <a
href="https://redirect.github.com/invopop/jsonschema/issues/101">#101</a>
from cloudquery/fix/array-item-tags</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/6f925514cc2f48fb774aefa6dfd1e6f1a5b0f75c"><code>6f92551</code></a>
move to separate test</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/5fe0827aab6d5b70358d628050551515a2b2996a"><code>5fe0827</code></a>
use toJSONNumber</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/7c6ea7a4bd6a35724b786fc3418c983e73081c19"><code>7c6ea7a</code></a>
tests</li>
<li><a
href="https://github.com/invopop/jsonschema/commit/72e420b2e33129038ffaa40f936eea05b5170e71"><code>72e420b</code></a>
Merge pull request <a
href="https://redirect.github.com/invopop/jsonschema/issues/100">#100</a>
from cloudquery/fix/min-max-ptr</li>
<li>Additional commits viewable in <a
href="https://github.com/invopop/jsonschema/compare/v0.9.0...v0.11.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/invopop/jsonschema&package-manager=go_modules&previous-version=0.9.0&new-version=0.11.0)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
  • Loading branch information
dependabot[bot] committed Oct 4, 2023
1 parent b34d0c6 commit 614e562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/goreleaser/fileglob v1.3.0
github.com/goreleaser/nfpm/v2 v2.33.1
github.com/hashicorp/go-multierror v1.1.1
github.com/invopop/jsonschema v0.9.0
github.com/invopop/jsonschema v0.11.0
github.com/jarcoal/httpmock v1.3.1
github.com/klauspost/pgzip v1.2.6
github.com/mattn/go-mastodon v0.0.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+h
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/invopop/jsonschema v0.9.0 h1:m1Fe5PN4X9V7P1TCF+pA8Xly3Vj3pY905klC++8oOpM=
github.com/invopop/jsonschema v0.9.0/go.mod h1:uMhbTEOXoPcOKzdYRfk914W6UTGA/cVcgEQxXh1MJ7g=
github.com/invopop/jsonschema v0.11.0 h1:tdAVvos5ttrsYLyEuVymkVVK31EFpwnTu5hWiyYLGWA=
github.com/invopop/jsonschema v0.11.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0=
github.com/jarcoal/httpmock v1.3.1 h1:iUx3whfZWVf3jT01hQTO/Eo5sAYtB2/rqaUuOtpInww=
github.com/jarcoal/httpmock v1.3.1/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
Expand Down

0 comments on commit 614e562

Please sign in to comment.