Skip to content

Commit 1200b4c

Browse files
renovate[bot]bradzacher
andauthoredFeb 6, 2024
chore(deps): update nx to v17.3.0 (#8317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
1 parent 584db29 commit 1200b4c

File tree

19 files changed

+1101
-243
lines changed

19 files changed

+1101
-243
lines changed
 

‎nx.json

+14-15
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,6 @@
3737
"outputs": ["{projectRoot}/coverage"],
3838
"cache": true
3939
},
40-
"lint": {
41-
"dependsOn": ["eslint-plugin:build"],
42-
"inputs": [
43-
"default",
44-
"{workspaceRoot}/.eslintrc.js",
45-
"{workspaceRoot}/package.json",
46-
"{workspaceRoot}/yarn.lock",
47-
"{workspaceRoot}/.eslintignore",
48-
{
49-
"dependentTasksOutputFiles": "**/*.js",
50-
"transitive": false
51-
}
52-
],
53-
"cache": true
54-
},
5540
"@nx/jest:jest": {
5641
"inputs": [
5742
"default",
@@ -70,6 +55,20 @@
7055
"codeCoverage": true
7156
}
7257
}
58+
},
59+
"@nx/eslint:lint": {
60+
"dependsOn": ["eslint-plugin:build"],
61+
"inputs": [
62+
"default",
63+
"{workspaceRoot}/.eslintrc.js",
64+
"{workspaceRoot}/yarn.lock",
65+
"{workspaceRoot}/.eslintignore",
66+
{
67+
"dependentTasksOutputFiles": "**/*.js",
68+
"transitive": false
69+
}
70+
],
71+
"cache": true
7372
}
7473
},
7574
"namedInputs": {

‎package.json

+5-13
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"@babel/eslint-parser": "^7.23.3",
6161
"@babel/parser": "^7.23.3",
6262
"@babel/types": "^7.23.3",
63-
"@nx/eslint": "17.2.8",
64-
"@nx/jest": "17.2.8",
65-
"@nx/workspace": "17.2.8",
66-
"@swc/core": "^1.3.68",
63+
"@nx/eslint": "17.3.1",
64+
"@nx/jest": "17.3.1",
65+
"@nx/workspace": "17.3.1",
66+
"@swc/core": "^1.4.0",
6767
"@swc/jest": "^0.2.26",
6868
"@types/babel__code-frame": "^7.0.3",
6969
"@types/babel__core": "^7.20.1",
@@ -107,7 +107,7 @@
107107
"markdownlint-cli": "^0.39.0",
108108
"ncp": "^2.0.0",
109109
"netlify": "^13.1.9",
110-
"nx": "17.2.8",
110+
"nx": "17.3.1",
111111
"prettier": "3.2.4",
112112
"pretty-format": "^29.6.2",
113113
"raw-loader": "^4.0.2",
@@ -125,14 +125,6 @@
125125
"@jest/reporters": "^29",
126126
"@jest/test-result": "^29",
127127
"@microsoft/api-extractor@^7.38.0": "patch:@microsoft/api-extractor@npm%3A7.38.0#./.yarn/patches/@microsoft-api-extractor-npm-7.38.0-955f1e0725.patch",
128-
"@swc/core-android-arm-eabi": "link:./tools/dummypkg",
129-
"@swc/core-android-arm64": "link:./tools/dummypkg",
130-
"@swc/core-freebsd-x64": "link:./tools/dummypkg",
131-
"@swc/core-linux-arm-gnueabihf": "link:./tools/dummypkg",
132-
"@swc/core-linux-arm64-gnu": "link:./tools/dummypkg",
133-
"@swc/core-linux-arm64-musl": "link:./tools/dummypkg",
134-
"@swc/core-win32-arm64-msvc": "link:./tools/dummypkg",
135-
"@swc/core-win32-ia32-msvc": "link:./tools/dummypkg",
136128
"@types/eslint-scope": "link:./tools/dummypkg",
137129
"@types/eslint": "link:./tools/dummypkg",
138130
"@types/estree": "link:./tools/dummypkg",

‎packages/ast-spec/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
},
1515
"lint": {
1616
"executor": "@nx/eslint:lint",
17-
"outputs": ["{options.outputFile}"],
1817
"options": {
1918
"ignorePath": ".eslintignore"
2019
}

‎packages/eslint-plugin-internal/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/eslint-plugin-tslint/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/eslint-plugin/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/integration-tests/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/parser/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/repo-tools/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/rule-schema-to-typescript-types/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/scope-manager/project.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@
5151
},
5252
"lint": {
5353
"executor": "@nx/eslint:lint",
54-
"outputs": ["{options.outputFile}"],
5554
"options": {
5655
"ignorePath": ".eslintignore"
5756
}
5857
},
5958
"test": {
60-
"executor": "@nx/jest:jest"
59+
"executor": "@nx/jest:jest",
60+
"options": {
61+
"jestConfig": "packages/scope-manager/jest.config.js"
62+
}
6163
},
6264
"generate-lib": {
6365
"executor": "nx:run-commands",

‎packages/type-utils/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/types/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/typescript-estree/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/utils/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/visitor-keys/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/website-eslint/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"lint": {
88
"executor": "@nx/eslint:lint",
9-
"outputs": ["{options.outputFile}"],
109
"options": {
1110
"ignorePath": ".eslintignore"
1211
}

‎packages/website/project.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
},
1515
"lint": {
1616
"executor": "@nx/eslint:lint",
17-
"outputs": ["{options.outputFile}"],
1817
"options": {
1918
"ignorePath": ".eslintignore"
2019
}

0 commit comments

Comments
 (0)