Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 20, 2024

This PR contains the following updates:

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

v0.29.2

Compare Source

  • Update vendored schemas: buildkite, github-workflows, gitlab-ci, renovate,
    woodpecker-ci (2024-08-22)
  • Convert from setup.cfg to pyproject.toml for python package metadata

v0.29.1

Compare Source

  • Update vendored schemas: circle-ci, dependabot, gitlab-ci, renovate,
    woodpecker-ci (2024-07-21)
  • Fix a bug which could result in local file URI resolution failing on
    non-Windows platforms in certain cases. Thanks :user:bukzor! (:pr:465)
  • Fix caching behaviors to ensure that caches are correctly preserved across
    instancefiles during --schemafile evaluation. This also fixes a bug in the
    remote $ref cache.
    Thanks :user:alex1701c for reporting! (:issue:463, :pr:466)

v0.29.0

Compare Source

  • Update vendored schemas: github-workflows, renovate, woodpecker-ci (2024-07-07)
  • Improve caching to include caching of remote $ref downloads. This should
    improve performance in cases where a schema has many remote refs and is used
    in repeat invocations. The $ref cache can be disabled via the same
    --no-cache flag which disables use of the pre-existing cache. Thanks
    :user:alex1701c! (:issue:452, :pr:454)
  • Fix an ordering bug which caused caching to be ineffective, resulting in
    repeated downloads of remote schemas even when the cache was populated.
    Thanks :user:alex1701c for reporting! (:issue:453)

v0.28.6

Compare Source

  • Update vendored schemas: bitbucket-pipelines, circle-ci, readthedocs,
    renovate (2024-06-23)
  • Add CircleCI schema and pre-commit hook. Thanks :user:jrdnbradford! (:pr:444)

v0.28.5

Compare Source

  • Update vendored schemas: bitbucket-pipelines, dependabot, github-actions,
    github-workflows, gitlab-ci, readthedocs, renovate (2024-06-10)
  • Update bitbucket schema to use the option from the
    intellij-bitbucket-references-plugin . For more details on this decision, see
    :issue:440 . Thanks @​blade2005 for the PR! (:pr:442)

v0.28.4

Compare Source

  • Update vendored schemas: buildkite, github-workflows, gitlab-ci, renovate,
    taskfile, woodpecker-ci (2024-05-19)

v0.28.3

Compare Source

  • Update vendored schemas: dependabot, github-workflows, gitlab-ci, renovate,
    woodpecker-ci (2024-05-05)
  • Update Cloud Build pre-commit hook to support JSON Cloud Build config. Thanks
    :user:jrdnbradford! (:pr:427)

v0.28.2

Compare Source

  • Update vendored schemas: cloudbuild, gitlab-ci, renovate (2024-04-10)
  • Add Taskfile schema and pre-commit hook. Thanks :user:jrdnbradford! (:pr:417)

v0.28.1

Compare Source

  • Update vendored schemas: buildkite, cloudbuild, dependabot, github-actions,
    github-workflows, gitlab-ci, renovate, woodpecker-ci (2024-03-31)

v0.28.0

Compare Source

  • Update vendored schemas: cloudbuild, dependabot, gitlab-ci, readthedocs,
    renovate (2024-02-06)
  • Include built-in, efficient implementations of date-time format validation
    (RFC 3339) and time format validation (ISO 8601). This makes the date-time
    and time formats always available for validation. (:issue:378)
  • Support the use of orjson for faster JSON parsing when it is installed.
    This makes it an optional parser which is preferred over the default
    json module when it is available.
  • TOML parsing is now always available (rather than an optional parser).
    This change adds a dependency on tomli on older Python versions, ensuring
    that TOML formatted data is always supported. Users should no longer need
    to install tomli manually in order to use TOML files.

v0.27.4

Compare Source

  • Update vendored schemas: cloudbuild, dependabot, drone-ci, github-actions,
    github-workflows, gitlab-ci, renovate, travis (2024-01-29)
  • Add Woodpecker-CI schema and pre-commit hook. Thanks :user:6543! (:pr:380)

v0.27.3

Compare Source

  • Update vendored schemas: bitbucket, gitlab-ci, readthedocs, renovate
    (2023-12-05)
  • Limit the number of instance files which are opened simultaneously, which
    avoids reaching OS limits for open file descriptors. Thanks
    :user:ianmackinnon! (:issue:352)
  • Improve handling of schemafiles to ensure that they are only read once
    (:pr:363)

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 changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.0 Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.1 Mar 31, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 3f906cc to 2e68329 Compare March 31, 2024 23:30
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.1 Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.2 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 2e68329 to 282f683 Compare April 11, 2024 00:32
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.2 Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.3 May 7, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 282f683 to 1dae671 Compare May 7, 2024 15:22
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 1dae671 to f0528d3 Compare May 20, 2024 21:35
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.3 Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.4 May 20, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from f0528d3 to a96b29f Compare June 11, 2024 01:00
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.4 Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.5 Jun 11, 2024
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.5 Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.6 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from a96b29f to 9ed12fb Compare June 24, 2024 20:37
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 9ed12fb to 974bd0c Compare July 8, 2024 23:01
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.28.6 Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.0 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 974bd0c to 04eef5e Compare July 28, 2024 00:54
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.0 Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.1 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 04eef5e to 9b5099f Compare August 22, 2024 18:59
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.1 Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.2 Aug 22, 2024
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.2 Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.3 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 9b5099f to 73f46a7 Compare September 30, 2024 15:09
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.3 Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.4 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 73f46a7 to 7cefe8f Compare October 11, 2024 20:00
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.4 Update pre-commit hook python-jsonschema/check-jsonschema to v0.30.0 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 7cefe8f to 24d6fc9 Compare November 29, 2024 18:56
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 24d6fc9 to 8c026a8 Compare January 8, 2025 13:40
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.30.0 Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 8c026a8 to 1c16f64 Compare January 30, 2025 08:48
@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 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 1c16f64 to 3c4b71c Compare February 20, 2025 06:33
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.2 Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.3 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 3c4b71c to 1e48752 Compare March 7, 2025 21:45
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.3 Update pre-commit hook python-jsonschema/check-jsonschema to v0.32.0 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch 2 times, most recently from e087fdf to 6e3c775 Compare March 26, 2025 07:12
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.32.0 Update pre-commit hook python-jsonschema/check-jsonschema to v0.32.1 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 6e3c775 to b8baa8c Compare April 11, 2025 23:40
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.32.1 Update pre-commit hook python-jsonschema/check-jsonschema to v0.33.0 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from b8baa8c to 2418bd1 Compare June 22, 2025 22:34
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.33.0 Update pre-commit hook python-jsonschema/check-jsonschema to v0.33.1 Jun 22, 2025
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.33.1 Update pre-commit hook python-jsonschema/check-jsonschema to v0.33.2 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 2418bd1 to 0334671 Compare July 12, 2025 16:05
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.33.2 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 0334671 to d1da948 Compare August 18, 2025 06:29
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from d1da948 to 47204ec Compare September 18, 2025 05:42
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.33.3 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 47204ec to 1bbf6da Compare October 13, 2025 08:40
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.34.0 Update pre-commit hook python-jsonschema/check-jsonschema to v0.34.1 Oct 13, 2025
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.34.1 Update pre-commit hook python-jsonschema/check-jsonschema to v0.35.0 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 1bbf6da to 7f6b581 Compare November 12, 2025 08:00
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 7f6b581 to 0fddd81 Compare December 15, 2025 17:48
@renovate renovate bot changed the title Update pre-commit hook python-jsonschema/check-jsonschema to v0.35.0 Update pre-commit hook python-jsonschema/check-jsonschema to v0.36.0 Dec 15, 2025
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.

1 participant