-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.2 #88
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/python-jsonschema-check-jsonschema-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c389971
to
134a7e1
Compare
134a7e1
to
78346d2
Compare
78346d2
to
663ff60
Compare
663ff60
to
1a30504
Compare
1a30504
to
5a0d45e
Compare
5a0d45e
to
b6a8007
Compare
b6a8007
to
81db313
Compare
81db313
to
2c66607
Compare
2c66607
to
a0960a2
Compare
a0960a2
to
cbcc4af
Compare
cbcc4af
to
595430a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.28.3
->0.31.2
Note: The
pre-commit
manager in Renovate is not supported by thepre-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.31.2
Compare Source
woodpecker-ci (2025-02-19)
v0.31.1
Compare Source
renovate (2025-01-26)
gitlab
andrenovate
hooks to use--regex-variant nonunicode
. Thanks :user:quentin-ag
and :user:Callek
for reporting! (:issue:
516
, :issue:518
)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 bydefault. (:issue:
353
)--regex-variant nonunicode
to get non-unicode JS regularexpressions, the default behavior from previous versions.
features. Validators are now always modified with the
jsonschema
library's
extend()
API to control thepattern
andpatternProperties
keywords.v0.30.0
Compare Source
circle-ci, cloudbuild, dependabot, github-workflows, gitlab-ci, mergify,
readthedocs, renovate, taskfile, woodpecker-ci (2024-11-29)
cache confusion bug in which the wrong schema could be retrieved from the
cache. This resolves :cve:
2024-53848
. Thanks :user:sethmlarson
for reporting!--cache-filename
flag. It no longer has any effect and willbe removed in a future release.
v0.29.4
Compare Source
mergify, renovate (2024-10-06)
.renovaterc.json5
as well. Thanks:user:
tpansino
! (:pr:491
)hofbi
and :user:jd
for the issue and feedback! (:issue:
487
)v0.29.3
Compare Source
renovate, taskfile, woodpecker-ci (2024-09-29)
v0.29.2
Compare Source
woodpecker-ci (2024-08-22)
setup.cfg
topyproject.toml
for python package metadatav0.29.1
Compare Source
woodpecker-ci (2024-07-21)
non-Windows platforms in certain cases. Thanks :user:
bukzor
! (:pr:465
)instancefiles during
--schemafile
evaluation. This also fixes a bug in theremote
$ref
cache.Thanks :user:
alex1701c
for reporting! (:issue:463
, :pr:466
)v0.29.0
Compare Source
$ref
downloads. This shouldimprove 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
)repeated downloads of remote schemas even when the cache was populated.
Thanks :user:
alex1701c
for reporting! (:issue:453
)v0.28.6
Compare Source
renovate (2024-06-23)
jrdnbradford
! (:pr:444
)v0.28.5
Compare Source
github-workflows, gitlab-ci, readthedocs, renovate (2024-06-10)
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
taskfile, woodpecker-ci (2024-05-19)
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.
This PR was generated by Mend Renovate. View the repository job log.