Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update pre-commit hook python-jsonschema/check-jsonschema to v0.27.0 (#9
Browse files Browse the repository at this point in the history
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[python-jsonschema/check-jsonschema](https://togithub.com/python-jsonschema/check-jsonschema)
| repository | minor | `0.23.0` -> `0.27.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](https://togithub.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>python-jsonschema/check-jsonschema
(python-jsonschema/check-jsonschema)</summary>

###
[`v0.27.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0270)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.26.3...0.27.0)

- 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`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0263)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.26.2...0.26.3)

-   Fix a minor bug with the verbose output introduced in v0.26.2

###
[`v0.26.2`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0262)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.26.1...0.26.2)

- When `-v/--verbose` is used, output will include a list of all files
which
    were checked on success (:issue:`312`)

###
[`v0.26.1`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0261)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.26.0...0.26.1)

-   Update vendored schemas: github-workflows, renovate (2023-08-25)

###
[`v0.26.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0260)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.25.0...0.26.0)

- 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`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0250)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.24.1...0.25.0)

- 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`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0241)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.24.0...0.24.1)

-   Fix bugs related to the new `$ref` resolution behavior

###
[`v0.24.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0240)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.23.3...0.24.0)

- 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`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0233)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.23.2...0.23.3)

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

###
[`v0.23.2`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0232)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.23.1...0.23.2)

- Update vendored schemas: github-workflow, gitlab-ci, renovate
(2023-06-13)
- Fix the handling of malformed and missing `Last-Modified` headers in
the
    caching downloader. Thanks :user:`balihb`! (:issue:`275`)

###
[`v0.23.1`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0231)

[Compare
Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.23.0...0.23.1)

- Update vendored schemas: github-workflows, gitlab-ci, renovate
(2023-05-30)
- The schema for enforcing timeout-minutes on GitHub Actions jobs has
been
updated to allow for workflow call jobs (which cannot have a timeout)

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/UCL-MIRSG/ansible-role-docker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 795f0cc commit 7e5c12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: prettier
exclude: ".yml$"
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.0
rev: 0.27.0
hooks:
- id: check-github-workflows
- repo: https://github.com/ansible-community/ansible-lint.git
Expand Down

0 comments on commit 7e5c12e

Please sign in to comment.