forked from lilkraftwerk/lineboi3000
-
Notifications
You must be signed in to change notification settings - Fork 0
Update pre-commit hook python-jsonschema/check-jsonschema to v0.36.0 #81
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
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 hidden or 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
3f906cc to
2e68329
Compare
2e68329 to
282f683
Compare
282f683 to
1dae671
Compare
1dae671 to
f0528d3
Compare
f0528d3 to
a96b29f
Compare
a96b29f to
9ed12fb
Compare
9ed12fb to
974bd0c
Compare
974bd0c to
04eef5e
Compare
04eef5e to
9b5099f
Compare
9b5099f to
73f46a7
Compare
73f46a7 to
7cefe8f
Compare
7cefe8f to
24d6fc9
Compare
24d6fc9 to
8c026a8
Compare
8c026a8 to
1c16f64
Compare
1c16f64 to
3c4b71c
Compare
3c4b71c to
1e48752
Compare
e087fdf to
6e3c775
Compare
6e3c775 to
b8baa8c
Compare
b8baa8c to
2418bd1
Compare
2418bd1 to
0334671
Compare
0334671 to
d1da948
Compare
d1da948 to
47204ec
Compare
47204ec to
1bbf6da
Compare
1bbf6da to
7f6b581
Compare
7f6b581 to
0fddd81
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.27.2→0.36.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers 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.0Compare Source
gitlab-ci, mergify, readthedocs, renovate, snapcraft (2025-12-14)
edgarrmondragon! (:pr:626)v0.35.0Compare Source
dependabot, gitlab-ci, meltano, mergify, renovate, snapcraft (2025-11-11)
edgarrmondragon! (:issue:502)581)v0.34.1Compare Source
github-workflows, gitlab-ci, meltano, mergify, renovate, woodpecker-ci (2025-10-13)
v0.34.0Compare Source
drone-ci, github-issue-forms, gitlab-ci, meltano, mergify, renovate, snapcraft,
woodpecker-ci (2025-09-17)
vivodi! (:issue:589)vivodi! (:issue:588)vivodi! (:pr:598)v0.33.3Compare Source
github-actions, gitlab-ci, meltano, mergify, renovate, taskfile, woodpecker-ci
(2025-08-17)
v0.33.2Compare Source
date-timeformat on non-string data,which incorrectly rejected values for which
stringwas one of severalvalid types. Thanks :user:
katylava! (:issue:571)v0.33.1Compare Source
compose-spec, dependabot, drone-ci, github-actions, github-workflows, gitlab-ci,
mergify, readthedocs, renovate, taskfile, travis, woodpecker-ci (2025-06-22)
click==8.2.0Last-Modifiedheader parsing which used local time and couldresult in improper caching. Thanks :user:
fenuks! (:pr:565)v0.33.0Compare Source
github-workflows, mergify, renovate, taskfile, woodpecker-ci (2025-04-11)
--force-filetype, is now supported and allows users toexplicitly specify which parser should be used for instance files. Thanks
:user:
mschoettle! (:pr:557, :issue:341)v0.32.1Compare Source
check-meltanohook to usetypes_or. Thanks:user:
edgarrmondragon! (:pr:543)v0.32.0Compare Source
gitlab-ci, mergify, renovate, taskfile (2025-03-25)
edgarrmondragon! (:issue:540)fabolhak! (:issue:535)v0.31.3Compare Source
(2025-03-07)
v0.31.2Compare Source
woodpecker-ci (2025-02-19)
v0.31.1Compare Source
renovate (2025-01-26)
gitlabandrenovatehooks to use--regex-variant nonunicode. Thanks :user:quentin-agand :user:Callekfor reporting! (:issue:
516, :issue:518)ruamel.yamlversion to a range,>=0.18.10,<0.19.0.v0.31.0Compare 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-regexto--regex-variantand convert--format-regexto 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 nonunicodeto get non-unicode JS regularexpressions, the default behavior from previous versions.
features. Validators are now always modified with the
jsonschemalibrary's
extend()API to control thepatternandpatternPropertieskeywords.v0.30.0Compare 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:sethmlarsonfor reporting!--cache-filenameflag. It no longer has any effect and willbe removed in a future release.
v0.29.4Compare Source
mergify, renovate (2024-10-06)
.renovaterc.json5as well. Thanks:user:
tpansino! (:pr:491)hofbiand :user:jdfor the issue and feedback! (:issue:
487)v0.29.3Compare Source
renovate, taskfile, woodpecker-ci (2024-09-29)
v0.29.2Compare Source
woodpecker-ci (2024-08-22)
setup.cfgtopyproject.tomlfor python package metadatav0.29.1Compare Source
woodpecker-ci (2024-07-21)
non-Windows platforms in certain cases. Thanks :user:
bukzor! (:pr:465)instancefiles during
--schemafileevaluation. This also fixes a bug in theremote
$refcache.Thanks :user:
alex1701cfor reporting! (:issue:463, :pr:466)v0.29.0Compare Source
$refdownloads. This shouldimprove performance in cases where a schema has many remote refs and is used
in repeat invocations. The
$refcache can be disabled via the same--no-cacheflag 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:
alex1701cfor reporting! (:issue:453)v0.28.6Compare Source
renovate (2024-06-23)
jrdnbradford! (:pr:444)v0.28.5Compare 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.4Compare Source
taskfile, woodpecker-ci (2024-05-19)
v0.28.3Compare Source
woodpecker-ci (2024-05-05)
:user:
jrdnbradford! (:pr:427)v0.28.2Compare Source
jrdnbradford! (:pr:417)v0.28.1Compare Source
github-workflows, gitlab-ci, renovate, woodpecker-ci (2024-03-31)
v0.28.0Compare Source
renovate (2024-02-06)
date-timeformat validation(RFC 3339) and
timeformat validation (ISO 8601). This makes thedate-timeand
timeformats always available for validation. (:issue:378)orjsonfor faster JSON parsing when it is installed.This makes it an optional parser which is preferred over the default
jsonmodule when it is available.This change adds a dependency on
tomlion older Python versions, ensuringthat TOML formatted data is always supported. Users should no longer need
to install
tomlimanually in order to use TOML files.v0.27.4Compare Source
github-workflows, gitlab-ci, renovate, travis (2024-01-29)
6543! (:pr:380)v0.27.3Compare Source
(2023-12-05)
avoids reaching OS limits for open file descriptors. Thanks
:user:
ianmackinnon! (:issue:352)(: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.
This PR was generated by Mend Renovate. View the repository job log.