Skip to content

Commit

Permalink
chore(root): Upgrade to latest NX
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Dec 23, 2024
1 parent 8d3c897 commit b4a46ae
Show file tree
Hide file tree
Showing 5 changed files with 665 additions and 279 deletions.
7 changes: 7 additions & 0 deletions .nxignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.cspell.json
.devcontainer
.github
.source
novu.code-workspace
pnpm-lock.yaml
scripts
21 changes: 10 additions & 11 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"migrations": [
{
"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.2.0-beta.5",
"description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8",
"implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0",
"package": "@nx/eslint",
"name": "update-typescript-eslint-v8.13.0"
},
{
"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"
"version": "20.3.0-beta.1",
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)",
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides",
"package": "@nx/eslint",
"name": "add-file-extensions-to-overrides"
}
]
}
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/plugin": "20.1.2",
"@nx/workspace": "20.1.2",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/plugin": "20.3.0",
"@nx/workspace": "20.3.0",
"@octokit/core": "^4.0.0",
"@pandacss/eslint-plugin": "^0.1.9",
"@pnpm/filter-workspace-packages": "^7.0.6",
Expand All @@ -99,6 +99,8 @@
"@types/inquirer": "8.2.10",
"@types/jest": "29.5.13",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/utils": "^8.13.0",
"auto": "^10.36.5",
"chalk": "4.1.2",
"chalk-animation": "^1.6.0",
Expand Down Expand Up @@ -168,7 +170,7 @@
"markdownlint-cli": "^0.33.0",
"meow": "^10.1.3",
"mississippi": "^4.0.0",
"nx": "20.1.2",
"nx": "20.3.0",
"nx-cloud": "19.1.0",
"ora": "~5.4.1",
"pkg-pr-new": "^0.0.24",
Expand All @@ -182,7 +184,7 @@
"ts-jest": "27.1.5",
"ts-node": "~10.9.1",
"typescript": "5.6.2",
"typescript-eslint": "^8.3.0",
"typescript-eslint": "^8.13.0",
"wait-port": "^0.3.0",
"yargs": "^17.7.2"
},
Expand Down
Loading

0 comments on commit b4a46ae

Please sign in to comment.