anaconda / anaconda-linter

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.29.2 #345

Open anaconda-renovate[bot] opened 7 months ago

anaconda-renovate[bot] commented 7 months ago

This PR contains the following updates:

Package Type Update Change
python-jsonschema/check-jsonschema repository minor 0.27.3 -> 0.29.2

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.29.2`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0292) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.29.1...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 ### [`v0.29.1`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0291) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.29.0...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`) ### [`v0.29.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0290) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.6...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 :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`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0286) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.5...0.28.6) - 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`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0285) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.4...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 :issue:`440` . Thanks [@​blade2005](https://togithub.com/blade2005) for the PR! (:pr:`442`) ### [`v0.28.4`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0284) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.3...0.28.4) - Update vendored schemas: buildkite, github-workflows, gitlab-ci, renovate, taskfile, woodpecker-ci (2024-05-19) ### [`v0.28.3`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0283) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.2...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 :user:`jrdnbradford`! (:pr:`427`) ### [`v0.28.2`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0282) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.1...0.28.2) - 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`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0281) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.0...0.28.1) - Update vendored schemas: buildkite, cloudbuild, dependabot, github-actions, github-workflows, gitlab-ci, renovate, woodpecker-ci (2024-03-31) ### [`v0.28.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0280) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.27.4...0.28.0) - 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`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0274) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.27.3...0.27.4) - 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`)

Configuration

📅 Schedule: Branch creation - "every weekday" in timezone UTC, 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 has been generated by Renovate Bot.

anaconda-renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.