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

Bump check-jsonschema from 0.22.0 to 0.30.0 #527

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps check-jsonschema from 0.22.0 to 0.30.0.

Release notes

Sourced from check-jsonschema's releases.

0.30.0

  • 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 @​sethmlarson for reporting!
  • Deprecate the --cache-filename flag. It no longer has any effect and will be removed in a future release.

0.29.4

  • 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 @​tpansino! (#491)
  • Add Mergify schema and pre-commit hook. Thanks @​hofbi and @​jd for the issue and feedback! (#487)

0.29.3

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

0.29.2

  • 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

0.29.1

  • 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 @​bukzor! (#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 @​alex1701c for reporting! (#463, #466)

0.29.0

  • 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 @​alex1701c! (#452, #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 @​alex1701c for reporting! (#453)

0.28.6

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

0.28.5

  • 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 #440. Thanks @​blade2005 for the PR! (#442)

0.28.4

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

0.28.3

  • 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 @​jrdnbradford! (#427)

0.28.2

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

0.28.1

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

... (truncated)

Changelog

Sourced from check-jsonschema's changelog.

0.30.0

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

0.29.4

  • 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)

0.29.3

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

0.29.2

  • 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

0.29.1

  • 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)

0.29.0

... (truncated)

Commits
  • 9932a7d Bump version and changelog for release
  • c906a72 Update vendored schemas
  • 46486cd [pre-commit.ci] pre-commit autoupdate (#499)
  • c52714b Merge pull request #503 from python-jsonschema/fix-caching
  • 6e94302 Caching URLs always uses hashes
  • 85aa1cc [vendor-schemas] automated update (#496)
  • 73fd93f Internal refactor: no default cache dirname
  • 5cc1c7d Update sphinx-issues requirement from <5 to <6 (#501)
  • 79efd48 Bump click-type-test from 0.0.7 to 1.0.0 (#500)
  • 6d4f7d7 [pre-commit.ci] pre-commit autoupdate (#497)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) from 0.22.0 to 0.30.0.
- [Release notes](https://github.com/python-jsonschema/check-jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/check-jsonschema@0.22.0...0.30.0)

---
updated-dependencies:
- dependency-name: check-jsonschema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants