Update GrantBirki/json-yaml-validate action to v3 #22
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:
v1.5.0
->v3.2.1
Release Notes
GrantBirki/json-yaml-validate (GrantBirki/json-yaml-validate)
v3.2.1
Compare Source
What's Changed
Full Changelog: GrantBirki/json-yaml-validate@v3.2.0...v3.2.1
v3.2.0
Compare Source
What's Changed
draft-04
support for JSON validations by @GrantBirki in https://github.com/GrantBirki/json-yaml-validate/pull/74Full Changelog: GrantBirki/json-yaml-validate@v3...v3.2.0
v3.1.0
Compare Source
What's Changed
Full Changelog: GrantBirki/json-yaml-validate@v3...v3.1.0
v3.0.0
Compare Source
What's Changed
Full Changelog: GrantBirki/json-yaml-validate@v2...v3.0.0
v2.7.1
Compare Source
What's Changed
Full Changelog: GrantBirki/json-yaml-validate@v2.7.0...v2.7.1
v2.7.0
Compare Source
What's Changed
This release adds a new input option (
ajv_custom_regexp_formats
) which allows users to define custom ajv regex formats for validating JSON data through their schemas. Thanks to @cfuerst for this excellent new feature! 🎉Custom Regex Formats
section to the documentation by @GrantBirki in https://github.com/GrantBirki/json-yaml-validate/pull/63New Contributors
Full Changelog: GrantBirki/json-yaml-validate@v2.6.2...v2.7.0
v2.6.2
Compare Source
What's Changed
This release mostly just updates internal node dependencies used by this GitHub Action
Full Changelog: GrantBirki/json-yaml-validate@v2.6.1...v2.6.2
v2.6.1
Compare Source
What's Changed
Internal node dependency updates and CI updates
Full Changelog: GrantBirki/json-yaml-validate@v2.6.0...v2.6.1
v2.6.0
Compare Source
What's Changed
Full Changelog: GrantBirki/json-yaml-validate@v2.5.0...v2.6.0
v2.5.0
Compare Source
What's Changed
files
input by @GrantBirki in https://github.com/GrantBirki/json-yaml-validate/pull/46Full Changelog: GrantBirki/json-yaml-validate@v2.4.0...v2.5.0
v2.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: GrantBirki/json-yaml-validate@v2.3.1...v2.4.0
v2.3.1
Compare Source
What's Changed
Full Changelog: GrantBirki/json-yaml-validate@v2.3.0...v2.3.1
v2.3.0
Compare Source
v2.3.0
This release adds a new Action's input that allows users to configure the "version" of the JSON schema definition they wish to use with the JSON schema validator.
New Option:
json_schema_version
Acceptable Values:
"draft-07"
default - this is used if you leave it blank"draft-2019-09"
"draft-2020-12"
What's Changed
Full Changelog: GrantBirki/json-yaml-validate@v2.2.1...v2.3.0
v2.2.1
Compare Source
What's Changed
Thanks to @johnnyjayjay for the bug report that got resolved in this release! 🚀
Full Changelog: GrantBirki/json-yaml-validate@v2.2.0...v2.2.1
v2.2.0
Compare Source
v2.2.0
This release does the following:
fdir
usage in https://github.com/GrantBirki/json-yaml-validate/pull/27files
) via https://github.com/GrantBirki/json-yaml-validate/pull/31For more details, see the section below and check out the PRs that landed 🚀
What's Changed
New Contributors
Full Changelog: GrantBirki/json-yaml-validate@v2.1.0...v2.2.0
v2.1.0
Compare Source
v2.1.0
What's Changed
Full Changelog: GrantBirki/json-yaml-validate@v2.0.0...v2.1.0
v2.0.0
Compare Source
v2.0.0
This release introduces potential breaking changes (https://github.com/GrantBirki/json-yaml-validate/pull/17) through the new
use_dot_match
option:use_dot_match
- Tells the Action whether to search paths that are "hidden" (begin with a.
like.github
). This option defaults to"true"
and will search all paths matching "dot path criteria" unless set to"false"
.For the majority of users, I do not expect issues to arise from this release. However, if you are not expecting dot (
.
) directories to be scanned, this Action may now fail for you unless you exclude this setting throughuse_dot_match: "false"
.What's Changed
Full Changelog: GrantBirki/json-yaml-validate@v1.5.0...v2.0.0
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.