fix(deps): Update module github.com/santhosh-tekuri/jsonschema/v5 to v6#21989
Merged
kodiakhq[bot] merged 4 commits intomainfrom Feb 2, 2026
Merged
Conversation
Contributor
Author
|
/gen sha=f1391215dd887831228d5203b5939c8931d69ceb dir=cli |
f139121 to
927dfd1
Compare
erezrokah
reviewed
Feb 2, 2026
| sc, err := c.Compile("schema.json") | ||
| if err != nil { | ||
| var se *jsonschema.SchemaError | ||
| var se *jsonschema.SchemaValidationError |
Member
There was a problem hiding this comment.
c9d683b to
0745967
Compare
erezrokah
reviewed
Feb 2, 2026
| c.AssertFormat() | ||
|
|
||
| if err := c.AddResource("schema.json", strings.NewReader(jsonSchema)); err != nil { | ||
| s, err := jsonschema.UnmarshalJSON(strings.NewReader(jsonSchema)) |
Member
There was a problem hiding this comment.
erezrokah
reviewed
Feb 2, 2026
| logContent := string(b) | ||
| require.NoError(t, logFileError, "failed to read cloudquery.log") | ||
| require.NotEmpty(t, logContent, "cloudquery.log empty; expected some logs") | ||
| require.NotContains(t, logContent, "skipping validation") |
erezrokah
approved these changes
Feb 2, 2026
kodiakhq bot
pushed a commit
that referenced
this pull request
Feb 12, 2026
🤖 I have created a release *beep* *boop* --- ## [6.34.2](cli-v6.34.1...cli-v6.34.2) (2026-02-12) ### Bug Fixes * **deps:** Update golang.org/x/exp digest to 716be56 ([#21881](#21881)) ([904e9ef](904e9ef)) * **deps:** Update module github.com/apache/arrow-go/v18 to v18.5.1 ([#21993](#21993)) ([33229b7](33229b7)) * **deps:** Update module github.com/cloudquery/codegen to v0.3.36 ([#22012](#22012)) ([d69d54f](d69d54f)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.6 ([#22009](#22009)) ([1b096c3](1b096c3)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.1 ([#22011](#22011)) ([eae949e](eae949e)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.2 ([#22016](#22016)) ([1b5c4b1](1b5c4b1)) * **deps:** Update module github.com/getsentry/sentry-go to v0.41.0 ([#21912](#21912)) ([cc631c9](cc631c9)) * **deps:** Update module github.com/jedib0t/go-pretty/v6 to v6.7.8 ([#21917](#21917)) ([0208ae3](0208ae3)) * **deps:** Update module github.com/rudderlabs/analytics-go/v4 to v4.2.3 ([#21887](#21887)) ([553dad5](553dad5)) * **deps:** Update module github.com/santhosh-tekuri/jsonschema/v5 to v6 ([#21989](#21989)) ([bb162f8](bb162f8)) * **deps:** Update module github.com/yuin/goldmark to v1.7.16 ([#21889](#21889)) ([544733d](544733d)) * **deps:** Update opentelemetry-collector monorepo ([#21929](#21929)) ([fd3c174](fd3c174)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.3.1->v6.0.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
santhosh-tekuri/jsonschema (github.com/santhosh-tekuri/jsonschema/v5)
v6.0.2Compare Source
v6.0.1Compare Source
Bug Fixes:
check https://github.com/santhosh-tekuri/jsonschema/discussions/172 to see notes for migrating from v5 to v6
v6.0.0Compare Source
Improvements
$vocabularysupportsermverformatValidationErrorjv--insecureand--cacertflag--quietflagcheck https://github.com/santhosh-tekuri/jsonschema/discussions/172 to see notes for migrating from v5 to v6
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.
This PR has been generated by Renovate Bot.