chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| python-jsonschema/check-jsonschema | repository | minor |
0.23.2 -> 0.27.0
|
Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
v0.27.0
- Update vendored schemas: azure-pipelines, bitbucket-pipelines, gitlab-ci, renovate (2023-09-27)
- Add a
--validator-classoption for specifying a customjsonschema.protocols.Validatorclass to use (🇵🇷 327, :issue:262) - Instances and schemas may now be passed on stdin, using
-(🇵🇷 332, :issue:251) - Minor fix to hook regexes to explicitly match
.chars. Thanks :user:skwde! (🇵🇷 325)
v0.26.3
- Fix a minor bug with the verbose output introduced in v0.26.2
v0.26.2
- When
-v/--verboseis used, output will include a list of all files which were checked on success (:issue:312)
v0.26.1
- Update vendored schemas: github-workflows, renovate (2023-08-25)
v0.26.0
- The regex format check has been improved to support ECMAScript regexes by
default. (:issue:
302) - The
--format-regex disabledoption has been removed. Users should use--disable-formats regexif they wish to disable regex format checking. - The deprecated
--disable-formatflag has been removed. Users should use--disable-formats "*"if they wish to disable all format checking.
v0.25.0
- Update vendored schemas: bamboo-spec, dependabot, drone-ci, github-actions, github-workflows, readthedocs, renovate, travis (2023-08-25)
- Add Drone-CI schema and pre-commit hook. Thanks :user:
s-weigand! (🇵🇷 299) - Add a
--base-urioption for specifying an explicit base URI (🇵🇷 305)
v0.24.1
- Fix bugs related to the new
$refresolution behavior
v0.24.0
- Update vendored schemas: github-actions, gitlab-ci, readthedocs, renovate, travis (2023-08-08)
- Remove support for python3.7
- The minimum supported version of the
jsonschemalibrary is now4.18.0, which introduces new$refresolution behavior and fixes. That behavior is used in all cases, which should result in faster evaluation especially on large schemas. -
$refusage may now refer to YAML, TOML, or JSON5 files, or any other non-JSON format supported bycheck-jsonschema. The file type is inferred only from the file extension in these cases and defaults to JSON if there is no recognizable extension. - Remote schemafiles (http/s) now support YAML, TOML, and JSON5 formats, if the URL ends with the appropriate extension and the matching parser is available. Extensionless URLs are treated as JSON.
v0.23.3
- Update vendored schemas: buildkite, dependabot, github-workflows, gitlab-ci, readthedocs, renovate (2023-07-11)
- Add Bitbucket Pipelines schema and pre-commit hook. Thanks :user:
djgoku! (🇵🇷 282)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.