Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.3 #430

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
python-jsonschema/check-jsonschema repository minor 0.23.3 -> 0.26.3

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

Compare Source

  • Fix a minor bug with the verbose output introduced in v0.26.2

v0.26.2

Compare Source

  • When -v/--verbose is used, output will include a list of all files which
    were checked on success (:issue:312)

v0.26.1

Compare Source

  • Update vendored schemas: github-workflows, renovate (2023-08-25)

v0.26.0

Compare Source

  • The regex format check has been improved to support ECMAScript regexes by
    default. (:issue:302)
  • The --format-regex disabled option has been removed. Users should use
    --disable-formats regex if they wish to disable regex format checking.
  • The deprecated --disable-format flag has been removed. Users should use
    --disable-formats "*" if they wish to disable all format checking.

v0.25.0

Compare Source

  • 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!
    (:pr:299)
  • Add a --base-uri option for specifying an explicit base URI (:pr:305)

v0.24.1

Compare Source

  • Fix bugs related to the new $ref resolution behavior

v0.24.0

Compare Source

  • Update vendored schemas: github-actions, gitlab-ci, readthedocs, renovate,
    travis (2023-08-08)
  • Remove support for python3.7
  • The minimum supported version of the jsonschema library is now 4.18.0,
    which introduces new $ref resolution behavior and fixes. That behavior is
    used in all cases, which should result in faster evaluation especially on
    large schemas.
  • $ref usage may now refer to YAML, TOML, or JSON5 files, or any other
    non-JSON format supported by check-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.

Configuration

📅 Schedule: Branch creation - "every month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from batmac as a code owner September 1, 2023 00:26
@renovate renovate bot added the renovate label Sep 1, 2023
@renovate renovate bot enabled auto-merge (rebase) September 1, 2023 00:26
@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b8d5686) 58.37% compared to head (49efe54) 58.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #430   +/-   ##
=======================================
  Coverage   58.37%   58.37%           
=======================================
  Files         102      102           
  Lines        3786     3786           
=======================================
  Hits         2210     2210           
  Misses       1329     1329           
  Partials      247      247           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot merged commit 483b241 into main Sep 1, 2023
23 checks passed
@renovate renovate bot deleted the renovate/python-jsonschema-check-jsonschema-0.x branch September 1, 2023 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants