Skip to content

Commit

Permalink
chore: update nx to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp authored Nov 1, 2024
1 parent a63813d commit 3feafcb
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 214 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/dist
/coverage

/.nx/cache
/.nx/cache
/.nx/workspace-data
40 changes: 36 additions & 4 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,43 @@
{
"migrations": [
{
"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",
"cli": "nx",
"version": "19.2.0-beta.2",
"description": "Updates the default workspace data directory to .nx/workspace-data",
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
"package": "nx",
"name": "move-default-base-to-nx-json-root"
"name": "19-2-0-move-graph-cache-directory"
},
{
"cli": "nx",
"version": "19.2.2-beta.0",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "19-2-2-update-nx-wrapper"
},
{
"version": "19.2.4-beta.0",
"description": "Set project name in nx.json explicitly",
"implementation": "./src/migrations/update-19-2-4/set-project-name",
"x-repair-skip": true,
"package": "nx",
"name": "19-2-4-set-project-name"
},
{
"version": "20.0.0-beta.7",
"description": "Migration for v20.0.0-beta.7",
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process",
"package": "nx",
"name": "move-use-daemon-process"
},
{
"version": "20.0.1",
"description": "Set `useLegacyCache` to true for migrating workspaces",
"implementation": "./src/migrations/update-20-0-1/use-legacy-cache",
"x-repair-skip": true,
"package": "nx",
"name": "use-legacy-cache"
}
]
}
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"version": {
"conventionalCommits": true
}
}
},
"useLegacyCache": true
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/prompt-cli": "^19.3.1",
"@nx/js": "18.3.3",
"@nx/workspace": "18.3.3",
"@nx/js": "20.0.7",
"@nx/workspace": "20.0.7",
"@types/eslint": "^8.4.6",
"@types/estree": "^1.0.0",
"@types/node": "18.19.14",
Expand All @@ -35,7 +35,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^4.0.0",
"husky": "^9.0.11",
"nx": "18.3.3",
"nx": "20.0.7",
"prettier": "^3.2.5",
"ts-node": "10.9.1",
"typescript": "5.5.3",
Expand Down
Loading

0 comments on commit 3feafcb

Please sign in to comment.