Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 -> v6.0.2 age confidence

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://redirect.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://redirect.github.com/santhosh-tekuri/jsonschema/discussions/172 to see notes for migrating from v5 to v6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 12, 2025
Copy link
Contributor Author

renovate bot commented Oct 13, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

JAORMX added a commit that referenced this pull request Oct 13, 2025
This commit properly handles the major version upgrade of the
github.com/santhosh-tekuri/jsonschema library from v5 to v6.

In Go, major version upgrades (v2+) require updating the import path
to include the new version suffix. PR #2158 attempted this upgrade
but only updated go.mod without updating the import paths and adapting
to API changes.

Changes made:
- Update import path from jsonschema/v5 to jsonschema/v6
- Remove v5 dependency from go.mod, keep only v6
- Adapt to v6 API: AddResource() now takes parsed JSON (any) instead
  of io.Reader
- Update error handling to use v6's BasicOutput() and OutputError.String()
- Adjust test expectations for v6's error message format

All tests pass with the new version.

Closes #2158

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
JAORMX added a commit that referenced this pull request Oct 14, 2025
This commit properly handles the major version upgrade of the
github.com/santhosh-tekuri/jsonschema library from v5 to v6.

In Go, major version upgrades (v2+) require updating the import path
to include the new version suffix. PR #2158 attempted this upgrade
but only updated go.mod without updating the import paths and adapting
to API changes.

Changes made:
- Update import path from jsonschema/v5 to jsonschema/v6
- Remove v5 dependency from go.mod, keep only v6
- Adapt to v6 API: AddResource() now takes parsed JSON (any) instead
  of io.Reader
- Update error handling to use v6's BasicOutput() and OutputError.String()
- Adjust test expectations for v6's error message format

All tests pass with the new version.

Closes #2158

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@JAORMX JAORMX closed this in #2168 Oct 14, 2025
JAORMX added a commit that referenced this pull request Oct 14, 2025
This commit properly handles the major version upgrade of the
github.com/santhosh-tekuri/jsonschema library from v5 to v6.

In Go, major version upgrades (v2+) require updating the import path
to include the new version suffix. PR #2158 attempted this upgrade
but only updated go.mod without updating the import paths and adapting
to API changes.

Changes made:
- Update import path from jsonschema/v5 to jsonschema/v6
- Remove v5 dependency from go.mod, keep only v6
- Adapt to v6 API: AddResource() now takes parsed JSON (any) instead
  of io.Reader
- Update error handling to use v6's BasicOutput() and OutputError.String()
- Adjust test expectations for v6's error message format

All tests pass with the new version.

Closes #2158

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant