Skip to content

Commit

Permalink
chore(deps): update module github.com/santhosh-tekuri/jsonschema/v5 t…
Browse files Browse the repository at this point in the history
…o v6 (#1720)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/santhosh-tekuri/jsonschema/v5](https://togithub.com/santhosh-tekuri/jsonschema)
| `v5.3.1` -> `v6.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsanthosh-tekuri%2fjsonschema%2fv5/v6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsanthosh-tekuri%2fjsonschema%2fv5/v6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsanthosh-tekuri%2fjsonschema%2fv5/v5.3.1/v6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsanthosh-tekuri%2fjsonschema%2fv5/v5.3.1/v6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>santhosh-tekuri/jsonschema
(github.com/santhosh-tekuri/jsonschema/v5)</summary>

###
[`v6.0.1`](https://togithub.com/santhosh-tekuri/jsonschema/releases/tag/v6.0.1)

[Compare
Source](https://togithub.com/santhosh-tekuri/jsonschema/compare/v6.0.0...v6.0.1)

Bug Fixes:

-   fix/schema: field RecursiveRef misspelled
-   fix/schema: missing Deprecated field

###
[`v6.0.0`](https://togithub.com/santhosh-tekuri/jsonschema/releases/tag/v6.0.0)

[Compare
Source](https://togithub.com/santhosh-tekuri/jsonschema/compare/v5.3.1...v6.0.0)

### Improvements

-   mixed dialect support
-   custom `$vocabulary` support
-   `sermver` format
-   support for localisation for `ValidationError`
-   command `jv`
    -   support stdin
    -   `--insecure` and `--cacert` flag
    -   `--quiet` flag

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
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://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/TBD54566975/ftl).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 02e5313 commit d5e9ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ require (
github.com/radovskyb/watcher v1.0.7
github.com/rs/cors v1.11.0
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
github.com/swaggest/jsonschema-go v0.3.70
github.com/titanous/json5 v1.0.0
github.com/tliron/commonlog v0.2.17
Expand Down Expand Up @@ -113,7 +114,7 @@ require (
github.com/benbjohnson/clock v1.3.5
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/dop251/goja v0.0.0-20240516125602-ccbae20bcec2 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down
3 changes: 3 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5e9ba1

Please sign in to comment.