Skip to content

Commit 96a8ea1

Browse files
authored
Merge pull request #286 from python-jsonschema/vendor-schemas-auto
Changes by create-pull-request action
2 parents e6e31d0 + 9c23c18 commit 96a8ea1

File tree

7 files changed

+39
-15
lines changed

7 files changed

+39
-15
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13+
- Update vendored schemas (2023-07-18)
14+
1315
0.23.3
1416
------
1517

src/check_jsonschema/builtin_schemas/vendor/github-actions.json

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
"expressionSyntax": {
77
"type": "string",
88
"$comment": "escape `{` and `}` in pattern to be unicode compatible (#1360)",
9-
"pattern": "^\\$\\{\\{.*\\}\\}$"
9+
"pattern": "^\\$\\{\\{(.|[\r\n])*\\}\\}$"
10+
},
11+
"stringContainingExpressionSyntax": {
12+
"type": "string",
13+
"$comment": "escape `{` and `}` in pattern to be unicode compatible (#1360)",
14+
"pattern": "^.*\\$\\{\\{(.|[\r\n])*\\}\\}.*$"
1015
},
1116
"pre-if": {
1217
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#pre-if",
@@ -180,10 +185,27 @@
180185
"env": {
181186
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsenv",
182187
"description": "Specifies a key/value map of environment variables to set in the container environment.",
183-
"type": "object",
184-
"additionalProperties": {
185-
"type": "string"
186-
}
188+
"oneOf": [
189+
{
190+
"type": "object",
191+
"additionalProperties": {
192+
"oneOf": [
193+
{
194+
"type": "string"
195+
},
196+
{
197+
"type": "number"
198+
},
199+
{
200+
"type": "boolean"
201+
}
202+
]
203+
}
204+
},
205+
{
206+
"$ref": "#/definitions/stringContainingExpressionSyntax"
207+
}
208+
]
187209
},
188210
"entrypoint": {
189211
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsentrypoint",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7e24542514156d7df2a5a0972e1b4bd6fcc4c1cc4b0b749c75c76e02d93a85da
1+
7d48b78ff5ac0b40cd31ba0f7706cc3fb1af728f73a92b673a0ad8083ae6f468

src/check_jsonschema/builtin_schemas/vendor/readthedocs.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@
176176
"3.9",
177177
"3.10",
178178
"3.11",
179-
"pypy3.7",
180-
"pypy3.8",
181-
"pypy3.9",
182179
"miniconda3-4.7",
183180
"mambaforge-4.10"
184181
]
@@ -256,7 +253,6 @@
256253
"3.3",
257254
"3.4",
258255
"3.5",
259-
"pypy3.5",
260256
"3.6",
261257
"3.7",
262258
"3.8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18d6c3295810b82c24917d6e51af7bcb7d9a9c3463b4c7aad6ce49b0ddb5e84f
1+
cc1a1e4c555fad33248025b5b2d8e530a61aecbea2fda7fab1232a84a0367e92

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
"dockerSidecarImage": {
757757
"description": "Change this value to override the default Renovate sidecar image.",
758758
"type": "string",
759-
"default": "ghcr.io/containerbase/sidecar:9.2.1"
759+
"default": "ghcr.io/containerbase/sidecar:9.5.2"
760760
},
761761
"dockerUser": {
762762
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
@@ -1762,7 +1762,7 @@
17621762
"default": false
17631763
},
17641764
"packageRules": {
1765-
"description": "Rules for matching package names.",
1765+
"description": "Rules for matching packages.",
17661766
"type": "array",
17671767
"items": {
17681768
"allOf": [
@@ -2358,7 +2358,11 @@
23582358
"Change": "`{{{displayFrom}}}` -> `{{{displayTo}}}`",
23592359
"Pending": "{{{displayPending}}}",
23602360
"References": "{{{references}}}",
2361-
"Package file": "{{{packageFile}}}"
2361+
"Package file": "{{{packageFile}}}",
2362+
"Age": "[![age](https://developer.mend.io/api/mc/badges/age/{{datasource}}/{{replace '/' '%2f' depName}}/{{{newVersion}}}?slim=true)](https://docs.renovatebot.com/merge-confidence/)",
2363+
"Adoption": "[![adoption](https://developer.mend.io/api/mc/badges/adoption/{{datasource}}/{{replace '/' '%2f' depName}}/{{{newVersion}}}?slim=true)](https://docs.renovatebot.com/merge-confidence/)",
2364+
"Passing": "[![passing](https://developer.mend.io/api/mc/badges/compatibility/{{datasource}}/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}?slim=true)](https://docs.renovatebot.com/merge-confidence/)",
2365+
"Confidence": "[![confidence](https://developer.mend.io/api/mc/badges/confidence/{{datasource}}/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}?slim=true)](https://docs.renovatebot.com/merge-confidence/)"
23622366
}
23632367
},
23642368
"prBodyNotes": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1303d871f5c402eb8a9b4509a2711ccfe5970d8d9b9db995983ec1d2dd60c450
1+
4382ac6a6e28715efd417bc07bb075be2f690352e13bbc263df316811011817a

0 commit comments

Comments
 (0)