Skip to content

Commit

Permalink
chore(root): Upgrade NX to latest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Nov 7, 2024
1 parent 0385564 commit 26d21d6
Show file tree
Hide file tree
Showing 4 changed files with 548 additions and 371 deletions.
13 changes: 0 additions & 13 deletions libs/automation/nx.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "test", "lint", "package", "prepare"],
"canTrackAnalytics": false,
"accessToken": "ZTQ3Yzc3MjEtM2M2ZS00MzRlLWI0OWItZjhmOWVhNWQ1MTM0fHJlYWQ="
}
}
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": [
Expand All @@ -26,12 +16,10 @@
},
"targetDefaults": {
"@nx/js:tsc": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"@nx/eslint:lint": {
"cache": true,
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json",
Expand All @@ -40,7 +28,6 @@
]
},
"@nx/jest:jest": {
"cache": true,
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"options": {
"passWithNoTests": true
Expand Down
9 changes: 5 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
"inputs": ["default", "{workspaceRoot}/tools/eslint-rules/**/*"]
}
},
"extends": "@nrwl/workspace/presets/npm.json",
"extends": "@nx/workspace/presets/npm.json",
"tasksRunnerOptions": {
"default": {
"options": {
"canTrackAnalytics": false
}
"canTrackAnalytics": false,
"nxCloudId": "61d98cffc3343830d132e541"
},
"runner": "nx-cloud"
}
},
"nxCloudAccessToken": "ZTQ3Yzc3MjEtM2M2ZS00MzRlLWI0OWItZjhmOWVhNWQ1MTM0fHJlYWQ=",
"useInferencePlugins": false,
"defaultBase": "main"
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,12 @@
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@nrwl/cli": "^15.9.3",
"@nrwl/eslint-plugin-nx": "19.8.2",
"@nrwl/jest": "19.8.2",
"@nrwl/linter": "19.8.2",
"@nrwl/tao": "19.8.2",
"@nrwl/workspace": "19.8.2",
"@nx/plugin": "19.8.2",
"nx": "20.0.5",
"@nx/eslint-plugin": "20.0.5",
"@nx/jest": "20.0.5",
"@nx/linter": "19.8.4",
"@nx/workspace": "20.0.5",
"@nx/plugin": "20.0.5",
"@octokit/core": "^4.0.0",
"@pandacss/eslint-plugin": "^0.1.9",
"@pnpm/filter-workspace-packages": "^7.0.6",
Expand Down Expand Up @@ -184,7 +183,8 @@
"ts-node": "~10.9.1",
"typescript": "5.6.2",
"typescript-eslint": "^8.3.0",
"wait-port": "^0.3.0"
"wait-port": "^0.3.0",
"nx-cloud": "latest"
},
"workspaces": {
"packages": [
Expand Down Expand Up @@ -243,4 +243,4 @@
"rollup@>=4.0.0 <4.22.4": "^4.22.4"
}
}
}
}
Loading

0 comments on commit 26d21d6

Please sign in to comment.