Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-jsonschema-check-jsonschema-0.x
Open

chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.0#3
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-jsonschema-check-jsonschema-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Type Update Change
python-jsonschema/check-jsonschema repository minor 0.29.20.37.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.37.0

Compare Source

  • Update vendored schemas: bamboo-spec, bitbucket-pipelines, circle-ci, gitlab-ci,
    mergify, renovate, woodpecker-ci (2026-02-26)
  • Removed support for Python 3.9
  • Verbose text output has been adjusted. At the first verbosity level (-v),
    all errors are reported but the checked filenames are no longer displayed. The
    list of filenames checked is now emitted at the second verbosity level (-vv)
    and above. (:issue:648)
  • check-jsonschema's sdist contents are now validated with check-sdist, and missing
    files have been added.

v0.36.2

Compare Source

  • Update vendored schemas: circle-ci, gitlab-ci, mergify, renovate, snapcraft,
    woodpecker-ci (2026-02-15)

v0.36.1

Compare Source

  • Update vendored schemas: buildkite, circle-ci, dependabot, github-issue-forms,
    github-workflows, gitlab-ci, mergify, readthedocs, renovate, snapcraft, taskfile
    (2026-01-25)

v0.36.0

Compare Source

  • Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, dependabot,
    gitlab-ci, mergify, readthedocs, renovate, snapcraft (2025-12-14)
  • Add GitHub Discussion category forms schema and pre-commit hook. Thanks :user:edgarrmondragon! (:pr:626)

v0.35.0

Compare Source

  • Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, compose-spec,
    dependabot, gitlab-ci, meltano, mergify, renovate, snapcraft (2025-11-11)
  • Add official support for Python 3.14
  • Add Citation File Format schema and pre-commit hook. Thanks :user:edgarrmondragon! (:issue:502)
  • Improved default text output when parsing errors are encountered. (:issue:581)

v0.34.1

Compare Source

  • Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci, drone-ci,
    github-workflows, gitlab-ci, meltano, mergify, renovate, woodpecker-ci (2025-10-13)

v0.34.0

Compare Source

  • Update vendored schemas: bitbucket-pipelines, buildkite, compose-spec, dependabot,
    drone-ci, github-issue-forms, gitlab-ci, meltano, mergify, renovate, snapcraft,
    woodpecker-ci (2025-09-17)
  • Add GitHub issue config schema and pre-commit hook. Thanks :user:vivodi! (:issue:589)
  • Add GitHub issue form schema and pre-commit hook. Thanks :user:vivodi! (:issue:588)
  • Add Codecov config schema and pre-commit hook. Thanks :user:vivodi! (:pr:598)

v0.33.3

Compare Source

  • Update vendored schemas: bitbucket-pipelines, buildkite, compose-spec, dependabot,
    github-actions, gitlab-ci, meltano, mergify, renovate, taskfile, woodpecker-ci
    (2025-08-17)

v0.33.2

Compare Source

  • Update vendored schemas: bitbucket-pipelines, mergify, renovate (2025-06-29)
  • Fix a bug in the evaluation of the date-time format on non-string data,
    which incorrectly rejected values for which string was one of several
    valid types. Thanks :user:katylava! (:issue:571)

v0.33.1

Compare Source

  • Update vendored schemas: bamboo-spec, bitbucket-pipelines, circle-ci, cloudbuild,
    compose-spec, dependabot, drone-ci, github-actions, github-workflows, gitlab-ci,
    mergify, readthedocs, renovate, taskfile, travis, woodpecker-ci (2025-06-22)
  • Fix: support click==8.2.0
  • Fix a bug in Last-Modified header parsing which used local time and could
    result in improper caching. Thanks :user:fenuks! (:pr:565)

v0.33.0

Compare Source

  • Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, compose-spec,
    github-workflows, mergify, renovate, taskfile, woodpecker-ci (2025-04-11)
  • A new option, --force-filetype, is now supported and allows users to
    explicitly specify which parser should be used for instance files. Thanks
    :user:mschoettle! (:pr:557, :issue:341)

v0.32.1

Compare Source

  • Fix the check-meltano hook to use types_or. Thanks
    :user:edgarrmondragon! (:pr:543)

v0.32.0

Compare Source

  • Update vendored schemas: circle-ci, compose-spec, dependabot, github-workflows,
    gitlab-ci, mergify, renovate, taskfile (2025-03-25)
  • Add Meltano schema and pre-commit hook. Thanks :user:edgarrmondragon! (:issue:540)
  • Add Snapcraft schema and pre-commit hook. Thanks :user:fabolhak! (:issue:535)

v0.31.3

Compare Source

  • Update vendored schemas: circle-ci, github-workflows, mergify, renovate, taskfile
    (2025-03-07)

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.

v0.30.0

Compare Source

  • Update vendored schemas: azure-pipelines, bitbucket-pipelines, buildkite,
    circle-ci, cloudbuild, dependabot, github-workflows, gitlab-ci, mergify,
    readthedocs, renovate, taskfile, woodpecker-ci (2024-11-29)
  • Fix caching behavior to always use URL hashes as cache keys. This fixes a
    cache confusion bug in which the wrong schema could be retrieved from the
    cache. This resolves :cve:2024-53848. Thanks :user:sethmlarson for reporting!
  • Deprecate the --cache-filename flag. It no longer has any effect and will
    be removed in a future release.

v0.29.4

Compare Source

  • Update vendored schemas: azure-pipelines, github-workflows, gitlab-ci,
    mergify, renovate (2024-10-06)
  • Fix the renovate hook to allow for .renovaterc.json5 as well. Thanks
    :user:tpansino! (:pr:491)
  • Add Mergify schema and pre-commit hook. Thanks :user:hofbi and :user:jd
    for the issue and feedback! (:issue:487)

v0.29.3

Compare Source

  • Update vendored schemas: buildkite, circle-ci, dependabot, gitlab-ci,
    renovate, taskfile, woodpecker-ci (2024-09-29)

Configuration

📅 Schedule: Branch creation - "" in timezone 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 changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.3 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.4 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from ab437ed to e8b5954 Compare October 12, 2024 05:43
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.4 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.30.0 Nov 30, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from e8b5954 to 2dc7a12 Compare November 30, 2024 02:37
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.30.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 2dc7a12 to 7c770e5 Compare January 10, 2025 00:07
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.1 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 7c770e5 to 7c54e2f Compare January 31, 2025 19:32
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.1 chore(deps): 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 7c54e2f to 61e4a3c Compare February 20, 2025 08:04
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.2 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.3 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 61e4a3c to c80d5d1 Compare March 9, 2025 10:58
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.3 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.32.1 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from c80d5d1 to e952003 Compare March 28, 2025 04:07
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.32.1 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.0 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from e952003 to 81c47a5 Compare April 12, 2025 03:42
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 81c47a5 to 9065072 Compare June 29, 2025 16:06
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.1 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 9065072 to 4768159 Compare July 6, 2025 15:51
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.1 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.2 Jul 6, 2025
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.2 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.3 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 4768159 to 3fd8b97 Compare August 18, 2025 03:46
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.3 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.34.0 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 3fd8b97 to 3f4c727 Compare September 18, 2025 16:00
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 3f4c727 to 5ff2d8e Compare October 13, 2025 12:06
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.34.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.34.1 Oct 13, 2025
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.34.1 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.35.0 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 5ff2d8e to 9e7a382 Compare November 16, 2025 19:51
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.35.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.0 Dec 16, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 9e7a382 to c0cd31b Compare December 16, 2025 07:57
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from c0cd31b to eb086bd Compare January 28, 2026 04:00
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.1 Jan 28, 2026
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.1 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.2 Feb 16, 2026
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from eb086bd to 953ac3c Compare February 16, 2026 12:15
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 953ac3c to 2fe79a3 Compare March 1, 2026 16:16
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.2 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.0 Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants