Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from TheKevJames as a code owner November 29, 2024 16:25
@renovate renovate bot added the task label Nov 29, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

@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 8, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from c32a8c8 to 543b19c Compare January 8, 2025 14:58
@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 30, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 543b19c to 8fa12d5 Compare January 30, 2025 05:28
@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 8fa12d5 to a3eb690 Compare February 20, 2025 05:45
@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 7, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from a3eb690 to f5216dd Compare March 7, 2025 18:31
@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.0 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from f5216dd to 6a59192 Compare March 26, 2025 01:48
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.32.0 chore(deps): 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 6a59192 to 75eee82 Compare March 26, 2025 06:10
@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 11, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 75eee82 to cd21794 Compare April 11, 2025 23:05
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch 2 times, most recently from 516e215 to 6fdf77b Compare May 17, 2025 16:15
@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 22, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 6fdf77b to 66a1200 Compare June 22, 2025 21:04
@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 3, 2025
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 66a1200 to 39f30ad Compare July 3, 2025 22:57
@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 39f30ad to f759e54 Compare August 18, 2025 02:45
@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 f759e54 to 65b7e22 Compare September 18, 2025 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants