Skip to content

Commit 815ae46

Browse files
authored
chore: Update supported framework version lists (#1012)
* chore: update schema with updated supported version lists * chore: generate new schema
1 parent f07cd58 commit 815ae46

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

api/saucectl.schema.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@
403403
"version": {
404404
"enum": [
405405
"package.json",
406+
"14.0.0",
406407
"13.16.0",
407408
"13.15.2",
408409
"13.15.1",
@@ -412,10 +413,7 @@
412413
"13.12.0",
413414
"13.10.0",
414415
"13.7.3",
415-
"13.6.6",
416-
"13.6.3",
417-
"13.6.0",
418-
"13.4.0"
416+
"13.6.6"
419417
],
420418
"description": "Which framework version to use."
421419
},
@@ -1332,6 +1330,7 @@
13321330
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
13331331
"enum": [
13341332
"package.json",
1333+
"1.49.1",
13351334
"1.49.0",
13361335
"1.48.2",
13371336
"1.47.2",
@@ -1340,10 +1339,7 @@
13401339
"1.45.0",
13411340
"1.44.0",
13421341
"1.43.1",
1343-
"1.41.2",
1344-
"1.41.0",
1345-
"1.40.1",
1346-
"1.39.0"
1342+
"1.41.2"
13471343
]
13481344
},
13491345
"configFile": {
@@ -1677,12 +1673,12 @@
16771673
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
16781674
"enum": [
16791675
"package.json",
1676+
"3.7.1",
16801677
"3.7.0",
16811678
"3.6.2",
16821679
"3.6.1",
16831680
"3.6.0",
1684-
"3.5.0",
1685-
"3.4.0"
1681+
"3.5.0"
16861682
]
16871683
},
16881684
"configFile": {

api/v1/framework/cypress.schema.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"$ref": "../subschema/common.schema.json#/definitions/version",
6767
"enum": [
6868
"package.json",
69+
"14.0.0",
6970
"13.16.0",
7071
"13.15.2",
7172
"13.15.1",
@@ -75,10 +76,7 @@
7576
"13.12.0",
7677
"13.10.0",
7778
"13.7.3",
78-
"13.6.6",
79-
"13.6.3",
80-
"13.6.0",
81-
"13.4.0"
79+
"13.6.6"
8280
]
8381
},
8482
"reporters": {

api/v1alpha/framework/playwright.schema.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"$ref": "../subschema/common.schema.json#/definitions/version",
5555
"enum": [
5656
"package.json",
57+
"1.49.1",
5758
"1.49.0",
5859
"1.48.2",
5960
"1.47.2",
@@ -62,10 +63,7 @@
6263
"1.45.0",
6364
"1.44.0",
6465
"1.43.1",
65-
"1.41.2",
66-
"1.41.0",
67-
"1.40.1",
68-
"1.39.0"
66+
"1.41.2"
6967
]
7068
},
7169
"configFile": {

api/v1alpha/framework/testcafe.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"$ref": "../subschema/common.schema.json#/definitions/version",
5555
"enum": [
5656
"package.json",
57+
"3.7.1",
5758
"3.7.0",
5859
"3.6.2",
5960
"3.6.1",
6061
"3.6.0",
61-
"3.5.0",
62-
"3.4.0"
62+
"3.5.0"
6363
]
6464
},
6565
"configFile": {

0 commit comments

Comments
 (0)