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 Oct 25, 2024
1 parent dc51c99 commit 4fdfafe
Show file tree
Hide file tree
Showing 4 changed files with 1,218 additions and 1,171 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
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"inputs": ["default", "{workspaceRoot}/tools/eslint-rules/**/*"]
}
},
"extends": "@nrwl/workspace/presets/npm.json",
"extends": "@nx/workspace/presets/npm.json",
"tasksRunnerOptions": {
"default": {
"options": {
Expand Down
13 changes: 6 additions & 7 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
Loading

0 comments on commit 4fdfafe

Please sign in to comment.