Skip to content

Commit fbc637b

Browse files
authored
fix: update to nx v22 (#1196)
1 parent 4f51446 commit fbc637b

File tree

29 files changed

+4126
-3502
lines changed

29 files changed

+4126
-3502
lines changed

e2e/ci-e2e/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"lint": {},
8-
"e2e": {
9-
"executor": "@nx/vite:test",
10-
"options": {
11-
"configFile": "{projectRoot}/vitest.e2e.config.ts"
12-
}
13-
}
8+
"e2e": {}
149
},
1510
"implicitDependencies": ["cli", "ci"],
1611
"tags": ["scope:tooling", "type:e2e"]

e2e/cli-e2e/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"lint": {},
8-
"e2e": {
9-
"executor": "@nx/vite:test",
10-
"options": {
11-
"configFile": "{projectRoot}/vitest.e2e.config.ts"
12-
}
13-
}
8+
"e2e": {}
149
},
1510
"implicitDependencies": ["cli"],
1611
"tags": ["scope:core", "scope:plugin", "type:e2e"]

e2e/create-cli-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"lint": {},
8-
"e2e": {
9-
"executor": "@nx/vite:test",
10-
"options": {
11-
"keepServerRunning": true,
12-
"configFile": "{projectRoot}/vitest.e2e.config.ts"
13-
}
14-
}
8+
"e2e": {}
159
},
1610
"implicitDependencies": ["create-cli"],
1711
"tags": ["scope:tooling", "type:e2e"]

e2e/nx-plugin-e2e/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"lint": {},
8-
"e2e": {
9-
"executor": "@nx/vite:test",
10-
"options": {
11-
"configFile": "{projectRoot}/vitest.e2e.config.ts"
12-
}
13-
}
8+
"e2e": {}
149
},
1510
"implicitDependencies": ["test-utils", "nx-plugin"],
1611
"tags": ["scope:tooling", "type:e2e"]

e2e/plugin-axe-e2e/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"lint": {},
8-
"e2e": {
9-
"executor": "@nx/vite:test",
10-
"options": {
11-
"configFile": "{projectRoot}/vitest.e2e.config.ts"
12-
}
13-
}
8+
"e2e": {}
149
},
1510
"implicitDependencies": ["cli", "plugin-axe"],
1611
"tags": ["scope:plugin", "type:e2e"]

e2e/plugin-coverage-e2e/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"lint": {},
8-
"e2e": {
9-
"executor": "@nx/vite:test",
10-
"options": {
11-
"configFile": "{projectRoot}/vitest.e2e.config.ts"
12-
}
13-
}
8+
"e2e": {}
149
},
1510
"implicitDependencies": ["cli", "plugin-coverage"],
1611
"tags": ["scope:plugin", "type:e2e"]

e2e/plugin-eslint-e2e/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"lint": {},
8-
"e2e": {
9-
"executor": "@nx/vite:test",
10-
"options": {
11-
"configFile": "{projectRoot}/vitest.e2e.config.ts"
12-
}
13-
}
8+
"e2e": {}
149
},
1510
"implicitDependencies": ["cli", "plugin-eslint"],
1611
"tags": ["scope:plugin", "type:e2e"]

e2e/plugin-js-packages-e2e/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
"implicitDependencies": ["cli", "plugin-js-packages"],
77
"targets": {
88
"lint": {},
9-
"e2e": {
10-
"executor": "@nx/vite:test",
11-
"options": {
12-
"configFile": "{projectRoot}/vitest.e2e.config.ts"
13-
}
14-
}
9+
"e2e": {}
1510
},
1611
"tags": ["scope:plugin", "type:e2e"]
1712
}

e2e/plugin-jsdocs-e2e/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"implicitDependencies": ["cli", "plugin-jsdocs"],
88
"targets": {
99
"lint": {},
10-
"e2e": {
11-
"executor": "@nx/vite:test",
12-
"options": {
13-
"configFile": "e2e/plugin-jsdocs-e2e/vitest.e2e.config.ts"
14-
}
15-
}
10+
"e2e": {}
1611
}
1712
}

e2e/plugin-lighthouse-e2e/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"lint": {},
8-
"e2e": {
9-
"executor": "@nx/vite:test",
10-
"options": {
11-
"configFile": "{projectRoot}/vitest.e2e.config.ts"
12-
}
13-
}
8+
"e2e": {}
149
},
1510
"implicitDependencies": ["cli", "plugin-lighthouse"],
1611
"tags": ["scope:plugin", "type:e2e"]

0 commit comments

Comments
 (0)