Skip to content

fix(deps): Update module github.com/santhosh-tekuri/jsonschema/v5 to v6#21989

Merged
kodiakhq[bot] merged 4 commits intomainfrom
renovate/github.com-santhosh-tekuri-jsonschema-v5-6.x
Feb 2, 2026
Merged

fix(deps): Update module github.com/santhosh-tekuri/jsonschema/v5 to v6#21989
kodiakhq[bot] merged 4 commits intomainfrom
renovate/github.com-santhosh-tekuri-jsonschema-v5-6.x

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Feb 1, 2026

This PR contains the following updates:

Package Type Update Change
github.com/santhosh-tekuri/jsonschema/v5 require major v5.3.1 -> v6.0.2

Warning

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.2

Compare Source

v6.0.1

Compare Source

Bug Fixes:

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

check https://github.com/santhosh-tekuri/jsonschema/discussions/172 to see notes for migrating from v5 to v6

v6.0.0

Compare Source

Improvements

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

check 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot requested a review from a team as a code owner February 1, 2026 03:30
@cq-bot cq-bot requested a review from stoovon February 1, 2026 03:30
@cq-bot cq-bot added the area/cli label Feb 1, 2026
@cq-bot
Copy link
Contributor Author

cq-bot commented Feb 1, 2026

/gen sha=f1391215dd887831228d5203b5939c8931d69ceb dir=cli

@erezrokah erezrokah force-pushed the renovate/github.com-santhosh-tekuri-jsonschema-v5-6.x branch from f139121 to 927dfd1 Compare February 2, 2026 16:35
sc, err := c.Compile("schema.json")
if err != nil {
var se *jsonschema.SchemaError
var se *jsonschema.SchemaValidationError
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Feb 2, 2026
@erezrokah erezrokah force-pushed the renovate/github.com-santhosh-tekuri-jsonschema-v5-6.x branch from c9d683b to 0745967 Compare February 2, 2026 17:10
c.AssertFormat()

if err := c.AddResource("schema.json", strings.NewReader(jsonSchema)); err != nil {
s, err := jsonschema.UnmarshalJSON(strings.NewReader(jsonSchema))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made the test more robust

@kodiakhq kodiakhq bot merged commit bb162f8 into main Feb 2, 2026
17 checks passed
@kodiakhq kodiakhq bot deleted the renovate/github.com-santhosh-tekuri-jsonschema-v5-6.x branch February 2, 2026 17:27
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cli automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants