Skip to content

Commit a4dc42a

Browse files
authored
chore: migrate to nx 22 (#11780)
1 parent 2ffb168 commit a4dc42a

File tree

17 files changed

+129
-339
lines changed

17 files changed

+129
-339
lines changed

nx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
}
1616
},
1717
{
18-
"plugin": "@nx/vite/plugin",
18+
"plugin": "@nx/vitest",
1919
"exclude": ["*"],
2020
"options": {
2121
"testTargetName": "test",
22-
"typecheckTargetName": "vite:typecheck"
22+
"typecheckTargetName": "vitest:typecheck"
2323
}
2424
}
2525
],

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@eslint/compat": "^1.2.4",
5757
"@eslint/eslintrc": "^3.2.0",
5858
"@eslint/js": "^9.26.0",
59-
"@nx/devkit": "21.4.1",
60-
"@nx/js": "21.4.1",
61-
"@nx/vite": "21.4.1",
62-
"@nx/workspace": "21.4.1",
59+
"@nx/devkit": "22.1.1",
60+
"@nx/js": "22.1.1",
61+
"@nx/vitest": "22.1.1",
62+
"@nx/workspace": "22.1.1",
6363
"@swc/core": "^1.4.12",
6464
"@types/debug": "^4.1.12",
6565
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
@@ -95,14 +95,14 @@
9595
"knip": "^5.41.1",
9696
"lint-staged": "^15.2.2",
9797
"markdownlint-cli": "^0.45.0",
98-
"nx": "21.4.1",
98+
"nx": "22.1.1",
9999
"prettier": "3.6.2",
100100
"rimraf": "^5.0.5",
101101
"semver": "7.7.0",
102102
"tsx": "*",
103103
"typescript": ">=4.8.4 <6.0.0",
104104
"typescript-eslint": "workspace:^",
105-
"vite": "^6.3.5",
105+
"vite": "7.2.4",
106106
"vitest": "^3.1.3",
107107
"yargs": "17.7.2",
108108
"yarn-berry-deduplicate": "^6.1.3"

packages/eslint-plugin-internal/tsconfig.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
"files": [],
44
"include": [],
55
"references": [
6-
{
7-
"path": "../type-utils"
8-
},
9-
{
10-
"path": "../scope-manager"
11-
},
12-
{
13-
"path": "../rule-tester"
14-
},
15-
{
16-
"path": "../utils"
17-
},
186
{
197
"path": "./tsconfig.build.json"
208
},

packages/eslint-plugin/tsconfig.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,6 @@
33
"files": [],
44
"include": [],
55
"references": [
6-
{
7-
"path": "../visitor-keys"
8-
},
9-
{
10-
"path": "../type-utils"
11-
},
12-
{
13-
"path": "../scope-manager"
14-
},
15-
{
16-
"path": "../rule-tester"
17-
},
18-
{
19-
"path": "../rule-schema-to-typescript-types"
20-
},
21-
{
22-
"path": "../parser"
23-
},
24-
{
25-
"path": "../utils"
26-
},
276
{
287
"path": "./tsconfig.build.json"
298
},

packages/parser/tsconfig.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
"files": [],
44
"include": [],
55
"references": [
6-
{
7-
"path": "../visitor-keys"
8-
},
9-
{
10-
"path": "../typescript-estree"
11-
},
12-
{
13-
"path": "../types"
14-
},
15-
{
16-
"path": "../scope-manager"
17-
},
186
{
197
"path": "./tsconfig.build.json"
208
},

packages/project-service/tsconfig.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
"files": [],
44
"include": [],
55
"references": [
6-
{
7-
"path": "../tsconfig-utils"
8-
},
9-
{
10-
"path": "../types"
11-
},
126
{
137
"path": "./tsconfig.build.json"
148
},

packages/rule-schema-to-typescript-types/tsconfig.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
"files": [],
44
"include": [],
55
"references": [
6-
{
7-
"path": "../utils"
8-
},
9-
{
10-
"path": "../type-utils"
11-
},
126
{
137
"path": "./tsconfig.build.json"
148
},

packages/rule-tester/tsconfig.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
"files": [],
44
"include": [],
55
"references": [
6-
{
7-
"path": "../utils"
8-
},
9-
{
10-
"path": "../typescript-estree"
11-
},
12-
{
13-
"path": "../parser"
14-
},
156
{
167
"path": "./tsconfig.build.json"
178
},

packages/scope-manager/tsconfig.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
"files": [],
44
"include": [],
55
"references": [
6-
{
7-
"path": "../visitor-keys"
8-
},
9-
{
10-
"path": "../types"
11-
},
12-
{
13-
"path": "../typescript-estree"
14-
},
156
{
167
"path": "./tsconfig.build.json"
178
},

packages/type-utils/tsconfig.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
"files": [],
44
"include": [],
55
"references": [
6-
{
7-
"path": "../types"
8-
},
9-
{
10-
"path": "../utils"
11-
},
12-
{
13-
"path": "../typescript-estree"
14-
},
15-
{
16-
"path": "../parser"
17-
},
186
{
197
"path": "./tsconfig.build.json"
208
},

0 commit comments

Comments
 (0)