Skip to content

Commit 0d33211

Browse files
chore: upgrade to nx v20 (#3080)
1 parent bdda64f commit 0d33211

File tree

47 files changed

+469
-2114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+469
-2114
lines changed

apps/3000-home/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"lint": {
61-
"executor": "@nx/linter:eslint",
61+
"executor": "@nx/eslint:lint",
6262
"outputs": ["{options.outputFile}"],
6363
"options": {
6464
"lintFilePatterns": ["apps/3000-home/**/*.{ts,tsx,js,jsx}"]

apps/3001-shop/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"lint": {
61-
"executor": "@nx/linter:eslint",
61+
"executor": "@nx/eslint:lint",
6262
"outputs": ["{options.outputFile}"],
6363
"options": {
6464
"lintFilePatterns": ["apps/3001-shop/**/*.{ts,tsx,js,jsx}"]

apps/3002-checkout/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"lint": {
61-
"executor": "@nx/linter:eslint",
61+
"executor": "@nx/eslint:lint",
6262
"outputs": ["{options.outputFile}"],
6363
"options": {
6464
"lintFilePatterns": ["apps/3002-checkout/**/*.{ts,tsx,js,jsx}"]

apps/docs-ui/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
},
4343
"lint": {
44-
"executor": "@nx/linter:eslint",
44+
"executor": "@nx/eslint:lint",
4545
"outputs": ["{options.outputFile}"],
4646
"options": {
4747
"lintFilePatterns": ["apps/docs-ui/**/*.ts"]

apps/manifest-demo/3009-webpack-provider/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
}
7070
},
7171
"lint": {
72-
"executor": "@nx/linter:eslint",
72+
"executor": "@nx/eslint:lint",
7373
"outputs": ["{options.outputFile}"],
7474
"options": {
7575
"lintFilePatterns": ["apps/node-remote/**/*.{ts,tsx,js,jsx}"]

apps/manifest-demo/3010-rspack-provider/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151
},
5252
"lint": {
53-
"executor": "@nx/linter:eslint",
53+
"executor": "@nx/eslint:lint",
5454
"outputs": ["{options.outputFile}"],
5555
"options": {
5656
"lintFilePatterns": ["apps/node-remote/**/*.{ts,tsx,js,jsx}"]

apps/manifest-demo/webpack-host/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
]
7070
},
7171
"lint": {
72-
"executor": "@nx/linter:eslint",
72+
"executor": "@nx/eslint:lint",
7373
"outputs": ["{options.outputFile}"],
7474
"options": {
7575
"lintFilePatterns": ["apps/manifest-demo/host/**/*.{ts,tsx,js,jsx}"]

apps/node-dynamic-remote-new-version/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
}
7676
},
7777
"lint": {
78-
"executor": "@nx/linter:eslint",
78+
"executor": "@nx/eslint:lint",
7979
"outputs": ["{options.outputFile}"],
8080
"options": {
8181
"lintFilePatterns": [

apps/node-dynamic-remote/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
}
7676
},
7777
"lint": {
78-
"executor": "@nx/linter:eslint",
78+
"executor": "@nx/eslint:lint",
7979
"outputs": ["{options.outputFile}"],
8080
"options": {
8181
"lintFilePatterns": ["apps/node-dynamic-remote/**/*.{ts,tsx,js,jsx}"]

apps/node-host-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"lint": {
27-
"executor": "@nx/linter:eslint",
27+
"executor": "@nx/eslint:lint",
2828
"outputs": ["{options.outputFile}"],
2929
"options": {
3030
"lintFilePatterns": ["apps/node-host-e2e/**/*.{js,ts}"]

0 commit comments

Comments
 (0)