Skip to content

Commit

Permalink
chore: upgrade nx to latest (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 authored Jun 6, 2024
2 parents c5eee1a + bfd00e5 commit b169699
Show file tree
Hide file tree
Showing 5 changed files with 653 additions and 761 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ tags
# Generated Docusaurus files
.docusaurus/
.cache-loader/

.nx/cache
.nx/workspace-data
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
pnpm-lock.yaml

/.nx/cache
/.nx/workspace-data
51 changes: 31 additions & 20 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,16 @@
{
"npmScope": "ogma",
"workspaceLayout": {
"libsDir": "packages"
},
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": [
"build",
"test",
"lint",
"package",
"prepare",
"e2e",
"e2e-run",
"docker-up",
"docker-ready"
],
"strictlyOrderedTargets": ["build", "package", "prepare"],
"canTrackAnalytics": false,
"showUsageWarnings": true,
"accessToken": "OTZlM2FmYjYtMGQ2NS00OWMzLWJkOTQtYTBmYzE0N2Y0OTIyfHJlYWQtd3JpdGU="
"showUsageWarnings": true
}
}
},
"affected": {
"defaultBase": "main"
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": ["{workspaceRoot}/workspace.json", "{workspaceRoot}/nx.json"],
Expand All @@ -36,7 +19,35 @@
"targetDefaults": {
"build": {
"inputs": ["production", "^production"],
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"cache": true
},
"test": {
"cache": true
},
"lint": {
"cache": true
},
"package": {
"cache": true
},
"prepare": {
"cache": true
},
"e2e": {
"cache": true
},
"e2e-run": {
"cache": true
},
"docker-up": {
"cache": true
},
"docker-ready": {
"cache": true
}
}
},
"nxCloudAccessToken": "OTZlM2FmYjYtMGQ2NS00OWMzLWJkOTQtYTBmYzE0N2Y0OTIyfHJlYWQtd3JpdGU=",
"useInferencePlugins": false,
"defaultBase": "main"
}
38 changes: 18 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,34 +73,33 @@
"@nestjs/platform-ws": "^10.3.2",
"@nestjs/testing": "^10.3.2",
"@nestjs/websockets": "^10.3.2",
"@nrwl/devkit": "16.10.0",
"@nrwl/eslint-plugin-nx": "16.10.0",
"@nrwl/js": "16.10.0",
"@nrwl/linter": "16.10.0",
"@nrwl/nest": "16.10.0",
"@nrwl/node": "16.10.0",
"@nrwl/nx-cloud": "16.5.2",
"@nrwl/workspace": "16.10.0",
"@swc/cli": "^0.1.62",
"@swc/core": "1.3.93",
"@nrwl/devkit": "19.2.0",
"@nrwl/eslint-plugin-nx": "19.2.0",
"@nrwl/js": "19.2.0",
"@nrwl/linter": "19.2.0",
"@nrwl/nest": "19.2.0",
"@nrwl/node": "19.2.0",
"@nrwl/workspace": "19.2.0",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/register": "^0.1.10",
"@types/benchmark": "^2.1.4",
"@types/bunyan": "^1.8.10",
"@types/express": "^4.17.20",
"@types/express-serve-static-core": "^4.17.38",
"@types/morgan": "^1.9.7",
"@types/node": "20.8.7",
"@types/node": "18.19.9",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@types/ws": "8.5.8",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"amqp-connection-manager": "4.1.14",
"amqplib": "0.10.3",
"apollo-server-express": "3.12.1",
"apollo-server-fastify": "3.12.1",
"astro": "^3.3.2",
"axios": "~1.5.1",
"axios": "1.7.2",
"benchmark": "^2.1.4",
"bunyan": "^1.8.15",
"c8": "^8.0.1",
Expand All @@ -110,8 +109,8 @@
"conventional-changelog-cli": "^4.1.0",
"cz-conventional-changelog": "^3.3.0",
"decorate-all": "^1.2.1",
"eslint": "8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"express": "^4.18.2",
Expand All @@ -132,8 +131,7 @@
"nats": "^2.17.0",
"nest-commander": "^3.12.0",
"nest-commander-testing": "3.3.0",
"nx": "16.10.0",
"nx-cloud": "16.5.2",
"nx": "19.2.0",
"nx-uvu": "^1.3.1",
"on-exit-leak-free": "^2.1.2",
"pactum": "^3.5.1",
Expand All @@ -151,10 +149,10 @@
"socket.io-client": "4.7.2",
"sonic-boom": "^3.7.0",
"tree-kill": "^1.2.2",
"ts-morph": "18.0.0",
"ts-morph": "22.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.2.2",
"typescript": "5.4.5",
"unist-util-visit": "^5.0.0",
"url-loader": "^4.1.1",
"uvu": "^0.5.6",
Expand Down
Loading

0 comments on commit b169699

Please sign in to comment.