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.30.0 #45

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2023

This PR contains the following updates:

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

v0.27.2

Compare Source

  • Update vendored schemas: dependabot, github-workflows, renovate (2023-11-24)
  • Add official support for Python 3.12
  • Add Google Cloud Build schema and pre-commit hook. Thanks :user:nikolaik!
    (:pr:339)
  • Fix a bug in the custom github-workflows-require-timeout schema which forbade
    the use of GitHub expression syntax for the timeout value. (:issue:354)

v0.27.1

Compare Source

  • Update vendored schemas: buildkite, drone-ci, github-workflows, gitlab-ci,
    readthedocs, renovate (2023-11-03)

v0.27.0

Compare Source

  • Update vendored schemas: azure-pipelines, bitbucket-pipelines, gitlab-ci,
    renovate (2023-09-27)
  • Add a --validator-class option for specifying a custom
    jsonschema.protocols.Validator class to use (:pr:327, :issue:262)
  • Instances and schemas may now be passed on stdin, using - (:pr:332,
    :issue:251)
  • Minor fix to hook regexes to explicitly match . chars. Thanks
    :user:skwde! (:pr:325)

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.

v0.23.3

Compare Source

  • Update vendored schemas: buildkite, dependabot, github-workflows, gitlab-ci,
    readthedocs, renovate (2023-07-11)
  • Add Bitbucket Pipelines schema and pre-commit hook. Thanks :user:djgoku!
    (:pr:282)

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 force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from d914bb8 to 6af733a Compare August 8, 2023 18:20
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.23.3 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.24.0 Aug 8, 2023
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.24.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.24.1 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 6af733a to b835c4d Compare August 10, 2023 23:19
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.24.1 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.25.0 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from b835c4d to 467d618 Compare August 25, 2023 07:01
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.25.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.0 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 467d618 to 6bce359 Compare August 25, 2023 20:28
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.1 Aug 26, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 6bce359 to 8edda9e Compare August 26, 2023 04:42
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.1 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.2 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 8edda9e to 9e11997 Compare August 28, 2023 01:03
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.2 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.3 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 9e11997 to 4872cd3 Compare August 28, 2023 07:15
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.3 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.0 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 4872cd3 to 141b36a Compare September 28, 2023 04:18
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.1 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 141b36a to 235007a Compare November 3, 2023 06:16
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.1 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.2 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 235007a to 8453a0a Compare November 24, 2023 22:40
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.2 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.3 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 8453a0a to e183b81 Compare December 6, 2023 19:34
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.3 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.4 Jan 30, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from e183b81 to 4b1057f Compare January 30, 2024 21:18
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.4 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 4b1057f to 3cb4c3c Compare February 6, 2024 07:13
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.1 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 3cb4c3c to 53f8564 Compare April 1, 2024 01:07
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 53f8564 to a798852 Compare April 11, 2024 00:49
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.1 chore(deps): 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 a798852 to 4541108 Compare May 7, 2024 17:24
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.2 chore(deps): 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 4541108 to f9e3d1f Compare May 20, 2024 23:46
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.3 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.4 May 20, 2024
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.4 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.5 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from f9e3d1f to 5be89b5 Compare June 10, 2024 22:43
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 5be89b5 to ceb3cc2 Compare June 24, 2024 19:13
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.5 chore(deps): 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 ceb3cc2 to 3b75c64 Compare July 8, 2024 21:36
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.6 chore(deps): 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 3b75c64 to 448f4fd Compare July 27, 2024 23:16
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.0 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.1 Jul 27, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from 448f4fd to 5d72774 Compare August 22, 2024 20:46
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.1 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.2 Aug 22, 2024
@renovate renovate bot changed the title chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.2 chore(deps): 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 5d72774 to b1ea4c5 Compare September 30, 2024 15:38
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from b1ea4c5 to d96ceac Compare October 11, 2024 19:58
@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 11, 2024
@renovate renovate bot force-pushed the renovate/python-jsonschema-check-jsonschema-0.x branch from d96ceac to 8a889a9 Compare November 29, 2024 19:06
@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 29, 2024
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