Skip to content

Commit

Permalink
build: update nx to version 17.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Dec 8, 2023
1 parent 2064f3a commit 499b482
Show file tree
Hide file tree
Showing 17 changed files with 332 additions and 458 deletions.
11 changes: 11 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"migrations": [
{
"version": "17.2.0-beta.0",
"description": "Simplify eslintFilePatterns",
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns",
"package": "@nx/eslint",
"name": "simplify-eslint-patterns"
}
]
}
660 changes: 296 additions & 364 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"private": false,
"dependencies": {
"@nx/devkit": "17.1.3",
"@nx/devkit": "17.2.0",
"@swc/helpers": "0.5.3",
"create-nx-workspace": "17.1.3",
"tslib": "^2.6.2"
Expand All @@ -26,13 +26,13 @@
"@commitlint/cli": "^18.4.3",
"@commitlint/config-angular": "^18.4.3",
"@jscutlery/semver": "^4.1.0",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/node": "17.1.3",
"@nx/plugin": "17.1.3",
"@nx/workspace": "17.1.3",
"@nx/eslint": "17.2.0",
"@nx/eslint-plugin": "17.2.0",
"@nx/jest": "17.2.0",
"@nx/js": "17.2.0",
"@nx/node": "17.2.0",
"@nx/plugin": "17.2.0",
"@nx/workspace": "17.2.0",
"@prettier/plugin-xml": "^3.2.1",
"@swc-node/register": "1.6.8",
"@swc/cli": "~0.1.63",
Expand All @@ -41,7 +41,7 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/kill-port": "^2.0.3",
"@types/node": "^20.10.4",
"@types/node": "18.16.9",
"@types/tcp-port-used": "^1.0.4",
"@types/tmp": "^0.2.6",
"@types/xmldoc": "^1.1.9",
Expand All @@ -50,7 +50,7 @@
"axios": "^1.6.2",
"chalk": "4.1.0",
"enquirer": "^2.4.1",
"eslint": "8.55.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
Expand All @@ -61,7 +61,7 @@
"kill-port": "^2.0.1",
"lint-staged": "^15.2.0",
"ngx-deploy-npm": "^7.1.0",
"nx": "17.1.3",
"nx": "17.2.0",
"prettier": "^3.0.3",
"prettier-plugin-java": "^2.5.0",
"tcp-port-used": "^1.0.2",
Expand Down
8 changes: 1 addition & 7 deletions packages/common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"packages/common/**/*.ts",
"packages/common/package.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
8 changes: 1 addition & 7 deletions packages/create-nx-gradle-workspace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"packages/create-nx-gradle-workspace/**/*.ts",
"packages/create-nx-gradle-workspace/package.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
8 changes: 1 addition & 7 deletions packages/create-nx-maven-workspace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"packages/create-nx-maven-workspace/**/*.ts",
"packages/create-nx-maven-workspace/package.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
9 changes: 1 addition & 8 deletions packages/internal/executors/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"packages/internal/executors/**/*.ts",
"packages/internal/executors/package.json",
"packages/internal/executors/executors.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
5 changes: 1 addition & 4 deletions packages/internal/testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["packages/internal/testing/**/*.ts"]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
8 changes: 1 addition & 7 deletions packages/nx-checkstyle/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"packages/nx-checkstyle/**/*.ts",
"packages/nx-checkstyle/package.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
9 changes: 1 addition & 8 deletions packages/nx-gradle/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"packages/nx-gradle/**/*.ts",
"packages/nx-gradle/package.json",
"packages/nx-gradle/executors.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
8 changes: 1 addition & 7 deletions packages/nx-ktlint/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"packages/nx-ktlint/**/*.ts",
"packages/nx-ktlint/package.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
9 changes: 1 addition & 8 deletions packages/nx-maven/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"packages/nx-maven/**/*.ts",
"packages/nx-maven/package.json",
"packages/nx-maven/executors.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
5 changes: 1 addition & 4 deletions packages/xml/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["packages/xml/**/*.ts"]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
5 changes: 1 addition & 4 deletions testing-projects/jnxplus-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["testing-projects/jnxplus-e2e/**/*.ts"]
}
"outputs": ["{options.outputFile}"]
}
},
"implicitDependencies": [
Expand Down
5 changes: 1 addition & 4 deletions testing-projects/jnxplus-smoke-affected/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["testing-projects/jnxplus-smoke-affected/**/*.ts"]
}
"outputs": ["{options.outputFile}"]
}
},
"tags": [],
Expand Down
5 changes: 1 addition & 4 deletions testing-projects/jnxplus-smoke-next/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["testing-projects/jnxplus-smoke-next/**/*.ts"]
}
"outputs": ["{options.outputFile}"]
}
},
"tags": [],
Expand Down
5 changes: 1 addition & 4 deletions testing-projects/jnxplus-smoke/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["testing-projects/jnxplus-smoke/**/*.ts"]
}
"outputs": ["{options.outputFile}"]
}
},
"tags": [],
Expand Down

0 comments on commit 499b482

Please sign in to comment.