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

⬆️🪝 Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.2 #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2025

This PR contains the following updates:

Package Type Update Change
python-jsonschema/check-jsonschema repository minor 0.30.0 -> 0.31.2

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

Compare Source

  • Update vendored schemas: dependabot, github-workflows, gitlab-ci, mergify, renovate,
    woodpecker-ci (2025-02-19)

v0.31.1

Compare Source

  • Update vendored schemas: buildkite, cloudbuild, compose-spec, mergify,
    renovate (2025-01-26)
  • Update the gitlab and renovate hooks to use
    --regex-variant nonunicode. Thanks :user:quentin-ag and :user:Callek
    for reporting! (:issue:516, :issue:518)
  • Update the required ruamel.yaml version to a range,
    >=0.18.10,<0.19.0.

v0.31.0

Compare Source

  • Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci,
    dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile (2025-01-07)

  • Drop support for Python 3.8

  • Rename --format-regex to --regex-variant and convert
    --format-regex to a deprecated alias.
    It will be removed in a future release.

  • Regular expression interpretation in "pattern", "patternProperties", and
    "format": "regex" usages now uses unicode-mode JS regular expressions by
    default. (:issue:353)

    • Use --regex-variant nonunicode to get non-unicode JS regular
      expressions, the default behavior from previous versions.
    • Custom validators may be impacted by the new regular expression
      features. Validators are now always modified with the jsonschema
      library's extend() API to control the pattern and
      patternProperties keywords.

Configuration

📅 Schedule: Branch creation - "every weekend" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added continuous integration dependencies Pull requests that update a dependency file pre-commit labels Jan 11, 2025
@renovate renovate bot changed the title ⬆️🪝 Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0 ⬆️🪝 Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.1 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 7a52264 to bab9ab7 Compare January 30, 2025 13:57
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot changed the title ⬆️🪝 Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.1 ⬆️🪝 Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.2 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from bab9ab7 to 60c9977 Compare February 20, 2025 05:37
Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.9%. Comparing base (d0e26f4) to head (60c9977).

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #119   +/-   ##
=====================================
  Coverage   75.9%   75.9%           
=====================================
  Files        120     120           
  Lines       6484    6484           
  Branches     281     281           
=====================================
+ Hits        4924    4927    +3     
+ Misses      1560    1557    -3     
Flag Coverage Δ *Carryforward flag
cpp 61.9% <ø> (ø) Carriedforward from d0e26f4
python 80.7% <ø> (+<0.1%) ⬆️

*This pull request uses carry forward flags. Click here to find out more.

see 1 file with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration dependencies Pull requests that update a dependency file pre-commit
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

0 participants