Skip to content

Commit c05907b

Browse files
authored
chore(deps/v9): bump (#1206)
## 🧰 Changes before: ``` Package Current Wanted Latest Location Depended by @oclif/plugin-not-found 3.2.47 3.2.48 3.2.48 node_modules/@oclif/plugin-not-found rdme @types/semver 7.5.8 7.7.0 7.7.0 node_modules/@types/semver rdme @types/validator 13.12.2 13.12.3 13.12.3 node_modules/@types/validator rdme @vitest/coverage-v8 3.0.9 3.1.1 3.1.1 node_modules/@vitest/coverage-v8 rdme @vitest/expect 3.0.9 3.1.1 3.1.1 node_modules/@vitest/expect rdme eslint 8.57.1 8.57.1 9.23.0 node_modules/eslint rdme knip 5.46.0 5.46.4 5.46.4 node_modules/knip rdme mime-types 2.1.35 2.1.35 3.0.1 node_modules/mime-types rdme nock 14.0.1 14.0.2 14.0.2 node_modules/nock rdme oclif 4.17.37 4.17.42 4.17.42 node_modules/oclif rdme rollup 4.36.0 4.38.0 4.38.0 node_modules/rollup rdme type-fest 4.37.0 4.39.0 4.39.0 node_modules/type-fest rdme undici 5.29.0 5.29.0 7.6.0 node_modules/undici rdme validator 13.12.0 13.15.0 13.15.0 node_modules/validator rdme vitest 3.0.9 3.1.1 3.1.1 node_modules/vitest rdme ``` after: ``` Package Current Wanted Latest Location Depended by eslint 8.57.1 8.57.1 9.23.0 node_modules/eslint rdme undici 5.29.0 5.29.0 7.6.0 node_modules/undici rdme ```
1 parent 427f3be commit c05907b

File tree

3 files changed

+1684
-1069
lines changed

3 files changed

+1684
-1069
lines changed

__tests__/helpers/github-workflow-schema.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"$comment": "https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idcontainervolumes",
6767
"description": "Sets an array of volumes for the container to use. You can use volumes to share data between services or other steps in a job. You can specify named Docker volumes, anonymous Docker volumes, or bind mounts on the host.\nTo specify a volume, you specify the source and destination path: <source>:<destinationPath>\nThe <source> is a volume name or an absolute path on the host machine, and <destinationPath> is an absolute path in the container.",
6868
"type": "array",
69-
"items": { "type": "string", "pattern": "^[^:]+:[^:]+$" },
69+
"items": { "type": "string" },
7070
"minItems": 1
7171
},
7272
"options": {
@@ -443,7 +443,7 @@
443443
{
444444
"$comment": "https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#self-hosted-runners",
445445
"type": "array",
446-
"anyOf": [{ "items": [{ "type": "string" }], "minItems": 1 }]
446+
"anyOf": [{ "items": [{ "type": "string" }], "minItems": 1, "additionalItems": { "type": "string" } }]
447447
},
448448
{
449449
"$comment": "https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-runners-in-a-group",
@@ -1051,10 +1051,6 @@
10511051
"description": "A string description of the input parameter.",
10521052
"type": "string"
10531053
},
1054-
"deprecationMessage": {
1055-
"description": "A string shown to users using the deprecated input.",
1056-
"type": "string"
1057-
},
10581054
"required": {
10591055
"$comment": "https://help.github.com/en/github/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions#inputsinput_idrequired",
10601056
"description": "A boolean to indicate whether the action requires the input parameter. Set to true when the parameter is required.",

0 commit comments

Comments
 (0)