Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Unreleased
----------

.. vendor-insert-here
- Update vendored schemas (2024-12-22)

- Update vendored schemas (2025-01-07)
- Drop support for Python 3.8
- Rename ``--format-regex`` to ``--regex-variant`` and convert
``--format-regex`` to a deprecated alias.
Expand Down
4 changes: 1 addition & 3 deletions src/check_jsonschema/builtin_schemas/vendor/buildkite.json
Original file line number Diff line number Diff line change
Expand Up @@ -1263,9 +1263,7 @@
"$ref": "#/definitions/skip"
},
"soft_fail": {
"enum": [true, false, "true", "false"],
"description": "The conditions for marking the step as a soft-fail.",
"default": false
"$ref": "#/definitions/softFail"
}
},
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@
"composer",
"devcontainers",
"docker",
"dotnet-sdk",
"elm",
"gitsubmodule",
"github-actions",
Expand Down
21 changes: 8 additions & 13 deletions src/check_jsonschema/builtin_schemas/vendor/mergify.json
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,8 @@
"DRAFT_PULL_REQUEST_CHANGED",
"PULL_REQUEST_UPDATED",
"MERGE_QUEUE_RESET",
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS"
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
"PR_MANUALLY_MERGED"
],
"type": "string"
},
Expand Down Expand Up @@ -2529,7 +2530,9 @@
},
"queue_branch_prefix": {
"default": "mergify/merge-queue/",
"title": "Queue Branch Prefix",
"description": "Prefix for the merge queue branch name",
"format": "template",
"title": "Template",
"type": "string"
},
"allow_queue_branch_edit": {
Expand Down Expand Up @@ -2642,11 +2645,6 @@
"title": "Update Bot Account"
},
"disallow_checks_interruption_from_queues": {
"configuration_deprecated_attribute": {
"deprecated_summary_ghes_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `disallow_checks_interruption_from_queues` attribute in the `queue_rules` section. This option has been replaced by `allow_checks_interruption` at the top level of the configuration file in the `priority_rules` section.**\n> This option will be removed in a future version.\n> For more information: https://docs.mergify.com/configuration/file-format/#priority-rules",
"deprecated_summary_saas_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `disallow_checks_interruption_from_queues` attribute in the `queue_rules` section. This option has been replaced by `allow_checks_interruption` at the top level of the configuration file in the `priority_rules` section.**\n> This option will be removed on January 31st, 2025.\n> For more information: https://docs.mergify.com/configuration/file-format/#priority-rules"
},
"deprecated": true,
"items": {
"type": "string"
},
Expand Down Expand Up @@ -2790,7 +2788,9 @@
},
"queue_branch_prefix": {
"default": "mergify/merge-queue/",
"title": "Queue Branch Prefix",
"description": "Prefix for the merge queue branch name",
"format": "template",
"title": "Template",
"type": "string"
},
"allow_queue_branch_edit": {
Expand Down Expand Up @@ -2903,11 +2903,6 @@
"title": "Update Bot Account"
},
"disallow_checks_interruption_from_queues": {
"configuration_deprecated_attribute": {
"deprecated_summary_ghes_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `disallow_checks_interruption_from_queues` attribute in the `queue_rules` section. This option has been replaced by `allow_checks_interruption` at the top level of the configuration file in the `priority_rules` section.**\n> This option will be removed in a future version.\n> For more information: https://docs.mergify.com/configuration/file-format/#priority-rules",
"deprecated_summary_saas_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `disallow_checks_interruption_from_queues` attribute in the `queue_rules` section. This option has been replaced by `allow_checks_interruption` at the top level of the configuration file in the `priority_rules` section.**\n> This option will be removed on January 31st, 2025.\n> For more information: https://docs.mergify.com/configuration/file-format/#priority-rules"
},
"deprecated": true,
"items": {
"type": "string"
},
Expand Down
6 changes: 4 additions & 2 deletions src/check_jsonschema/builtin_schemas/vendor/readthedocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@
"default": false
}
},
"additionalProperties": false
"additionalProperties": false,
"required": ["configuration"]
},
"mkdocs": {
"title": "mkdocs",
Expand All @@ -356,7 +357,8 @@
"default": false
}
},
"additionalProperties": false
"additionalProperties": false,
"required": ["configuration"]
},
"submodules": {
"title": "Submodules",
Expand Down
2 changes: 1 addition & 1 deletion src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@
"dockerSidecarImage": {
"description": "Change this value to override the default Renovate sidecar image.",
"type": "string",
"default": "ghcr.io/containerbase/sidecar:13.5.0"
"default": "ghcr.io/containerbase/sidecar:13.5.8"
},
"dockerUser": {
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
62c52d12f959a2f919ec4efc1352ef175781d8ba81f8cc7feb19564b391700d8
761ceff545736b65fabe577b8e7d06ceb5baa9d339f8faa0192cd3c3d85d5a11
Original file line number Diff line number Diff line change
@@ -1 +1 @@
235f4185dbf74d5fd7027c149a859701246f7880ba400f6a57e3617b5f51a36e
bb1d6e2ddccbdc94a4ea84617fa89af57f6938b9ef72095583a31b6914c8ae1c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9ee866491e48c35a24339f78f59d3edbc5638101d2f0645004853eaf9c297319
d2afb9ba1f220ce421931d064c71a366e4e2c96f08bcb59e26d6b0c554cf21ba
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bee0e6132fa6026c47200ba811090b6cf52fe540a7e5eace0772cfb75fdc6a4a
77278afd8de08da09665e12d305c9c23721e940d3869355eb6bda2a024a2f0d7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7edf0b8bfe96a7e921f60ae85fa9f47c873c92b6217ab900cc63c250853349f7
881689db799388cfc85d84bd89f565d69dd0869c0dfc60b83096252216980999
Original file line number Diff line number Diff line change
@@ -1 +1 @@
293685aaf876ab9eea331dce2448ff8347376dacc2d477b36dc24a8617e73ac3
e991e9f53f0615caf16c0777d9f38e5aa8243407283205110f3514d1375097ff
7 changes: 7 additions & 0 deletions src/check_jsonschema/builtin_schemas/vendor/taskfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,13 @@
"type": "string"
}
},
"excludes": {
"description": "A list of tasks to be excluded from inclusion.",
"type": "array",
"items": {
"type": "string"
}
},
"vars": {
"description": "A set of variables to apply to the included Taskfile.",
"$ref": "#/definitions/vars"
Expand Down
Loading