Skip to content

Commit

Permalink
chore: upgrade nx to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Aug 20, 2024
1 parent de26121 commit a791b8f
Show file tree
Hide file tree
Showing 5 changed files with 437 additions and 435 deletions.
11 changes: 11 additions & 0 deletions .nx/workspace-data/d/daemon.log
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@
[NX Daemon Server] - 2024-08-20T16:51:48.555Z - Closed a connection. Number of open connections: 0
[NX Daemon Server] - 2024-08-20T16:51:48.555Z - [WATCHER]: Stopping the watcher for /home/jay/Documents/code/projects/nest-lab (sources)
[NX Daemon Server] - 2024-08-20T16:51:48.555Z - [WATCHER]: Stopping the watcher for /home/jay/Documents/code/projects/nest-lab (outputs)
[NX Daemon Server] - 2024-08-20T16:53:44.497Z - Started listening on: /tmp/76fbdef4d19d6acefd72/d.sock
[NX Daemon Server] - 2024-08-20T16:53:44.498Z - [WATCHER]: Subscribed to changes within: /home/jay/Documents/code/projects/nest-lab (native)
[NX Daemon Server] - 2024-08-20T16:53:44.505Z - Established a connection. Number of open connections: 1
[NX Daemon Server] - 2024-08-20T16:53:44.505Z - Established a connection. Number of open connections: 2
[NX Daemon Server] - 2024-08-20T16:53:44.506Z - Closed a connection. Number of open connections: 1
[NX Daemon Server] - 2024-08-20T16:53:44.506Z - [REQUEST]: Responding to the client. Shutdown initiated
[NX Daemon Server] - 2024-08-20T16:53:44.507Z - Done responding to the client Shutdown initiated
[NX Daemon Server] - 2024-08-20T16:53:44.507Z - Handled FORCE_SHUTDOWN. Handling time: 0. Response time: 1.
[NX Daemon Server] - 2024-08-20T16:53:44.507Z - Closed a connection. Number of open connections: 0
[NX Daemon Server] - 2024-08-20T16:53:44.507Z - [WATCHER]: Stopping the watcher for /home/jay/Documents/code/projects/nest-lab (sources)
[NX Daemon Server] - 2024-08-20T16:53:44.507Z - [WATCHER]: Stopping the watcher for /home/jay/Documents/code/projects/nest-lab (outputs)
131 changes: 9 additions & 122 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,132 +2,19 @@
"migrations": [
{
"cli": "nx",
"version": "16.6.0-beta.6",
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed",
"implementation": "./src/migrations/update-15-0-0/prefix-outputs",
"version": "18.0.0-beta.2",
"description": "Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace",
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces",
"x-repair-skip": true,
"package": "nx",
"name": "16.6.0-prefix-outputs"
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces"
},
{
"cli": "nx",
"version": "16.8.0-beta.3",
"description": "Escape $ in env variables",
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables",
"package": "nx",
"name": "16.8.0-escape-dollar-sign-env"
},
{
"cli": "nx",
"version": "17.0.0-beta.1",
"description": "Updates the default cache directory to .nx/cache",
"implementation": "./src/migrations/update-17-0-0/move-cache-directory",
"package": "nx",
"name": "17.0.0-move-cache-directory"
},
{
"cli": "nx",
"version": "17.0.0-beta.3",
"description": "Use minimal config for tasksRunnerOptions",
"implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options",
"package": "nx",
"name": "17.0.0-use-minimal-config-for-tasks-runner-options"
},
{
"version": "17.0.0-rc.1",
"description": "Migration for v17.0.0-rc.1",
"implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope",
"package": "nx",
"name": "rm-default-collection-npm-scope"
},
{
"cli": "nx",
"version": "17.3.0-beta.6",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"version": "18.1.0-beta.3",
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
"implementation": "./src/migrations/update-17-2-0/move-default-base",
"package": "nx",
"name": "17.3.0-update-nx-wrapper"
},
{
"cli": "nx",
"version": "16.6.0-beta.0",
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
"package": "@nx/js",
"name": "explicitly-set-projects-to-update-buildable-deps"
},
{
"cli": "nx",
"version": "16.8.2-beta.0",
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
"factory": "./src/migrations/update-16-8-2/update-swcrc",
"package": "@nx/js",
"name": "16-8-2-update-swcrc"
},
{
"cli": "nx",
"version": "17.0.2",
"description": "Remove deprecated build options",
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options",
"package": "@nx/js",
"name": "update-17-0-0-remove-deprecated-build-options"
},
{
"cli": "nx",
"version": "17-2-6-beta.1",
"description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name",
"implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules",
"package": "@nx/eslint-plugin",
"name": "update-17-2-6-rename-workspace-rules"
},
{
"version": "16.8.0",
"description": "update-16-8-0-add-ignored-files",
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files",
"package": "@nx/eslint",
"name": "update-16-8-0-add-ignored-files"
},
{
"version": "17.0.0-beta.7",
"description": "update-17-0-0-rename-to-eslint",
"implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint",
"package": "@nx/eslint",
"name": "update-17-0-0-rename-to-eslint"
},
{
"version": "17.1.0-beta.1",
"description": "Updates for @typescript-utils/utils v6.9.1+",
"implementation": "./src/migrations/update-17-1-0/update-typescript-eslint",
"package": "@nx/eslint",
"name": "update-typescript-eslint"
},
{
"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"
},
{
"version": "17.2.9",
"description": "Move executor options to target defaults",
"implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults",
"package": "@nx/eslint",
"name": "move-options-to-target-defaults"
},
{
"cli": "nx",
"version": "16.5.0-beta.2",
"description": "Add test-setup.ts to ignored files in production input",
"implementation": "./src/migrations/update-16-5-0/add-test-setup-to-inputs-ignore",
"package": "@nx/jest",
"name": "add-test-setup-to-inputs-ignore"
},
{
"version": "17.1.0-beta.2",
"description": "Move jest executor options to nx.json targetDefaults",
"implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults",
"package": "@nx/jest",
"name": "move-options-to-target-defaults"
"name": "move-default-base-to-nx-json-root"
}
]
}
7 changes: 3 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"affected": {
"defaultBase": "main"
},
"tasksRunnerOptions": {
"default": {
"options": {
Expand Down Expand Up @@ -61,5 +58,7 @@
}
}
},
"nxCloudAccessToken": ""
"nxCloudAccessToken": "",
"useInferencePlugins": false,
"defaultBase": "main"
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"@nestjs/platform-fastify": "10.0.3",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.3",
"@nrwl/tao": "17.3.2",
"@nx/eslint-plugin": "17.3.2",
"@nx/jest": "17.3.2",
"@nx/js": "17.3.2",
"@nx/nest": "17.3.2",
"@nx/workspace": "17.3.2",
"@nrwl/tao": "18.3.5",
"@nx/eslint-plugin": "18.3.5",
"@nx/jest": "18.3.5",
"@nx/js": "18.3.5",
"@nx/nest": "18.3.5",
"@nx/workspace": "18.3.5",
"@sinclair/typebox": "^0.31.14",
"@swc/core": "1.3.99",
"@swc/register": "^0.1.10",
"@types/jest": "29.4.4",
"@types/node": "18.19.9",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"ajv": "^8.12.0",
"arktype": "1.0.21-alpha",
"dotenv": "8.2.0",
"eslint": "8.48.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"fastify": "^4.18.0",
"fastify-multer": "^2.0.3",
Expand All @@ -61,7 +61,7 @@
"jest-environment-jsdom": "28.1.3",
"jest-environment-node": "^29.4.1",
"joi": "^17.10.1",
"nx": "17.3.2",
"nx": "18.3.5",
"ow": "^0.28.2",
"pactum": "^3.1.13",
"prettier": "^2.7.1",
Expand All @@ -73,10 +73,10 @@
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.4.0",
"typescript": "5.3.3",
"typescript": "5.4.5",
"valibot": "^0.15.0",
"yup": "^1.2.0",
"zod": "^3.22.2",
"@nx/eslint": "17.3.2"
"@nx/eslint": "18.3.5"
}
}
Loading

0 comments on commit a791b8f

Please sign in to comment.