Skip to content

Commit

Permalink
chore: upgrade repo to use Nx v20
Browse files Browse the repository at this point in the history
  • Loading branch information
benpsnyder committed Oct 9, 2024
1 parent 70486de commit 3f48c65
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 640 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node-options=--max-old-space-size=16384
node-options=--max-old-space-size=24576
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getJestProjects } from '@nx/jest';
import { getJestProjectsAsync } from '@nx/jest';

export default {
projects: getJestProjects(),
};
export default async () => ({
projects: await getJestProjectsAsync(),
});
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@astrojs/react": "^3.0.0",
"@babel/core": "^7.21.8",
"@mdx-js/react": "3.0.1",
"@nx/angular": "19.5.3",
"@nx/devkit": "19.5.3",
"@nx/angular": "20.0.0",
"@nx/devkit": "20.0.0",
"@trpc/client": "^10.25.0",
"@trpc/server": "^10.25.0",
"ajv-formats": "^2.1.1",
Expand Down Expand Up @@ -88,21 +88,21 @@
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/build": "^18.2.4",
"@angular/cli": "~18.2.4",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "^18.2.4",
"@angular/language-service": "^18.2.4",
"@astrojs/markdown-component": "^1.0.5",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@netlify/functions": "^2.3.0",
"@nx/cypress": "19.5.3",
"@nx/eslint": "19.5.3",
"@nx/eslint-plugin": "19.5.3",
"@nx/jest": "19.5.3",
"@nx/js": "19.5.3",
"@nx/plugin": "19.5.3",
"@nx/vite": "19.5.3",
"@nx/web": "19.5.3",
"@nx/cypress": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/plugin": "20.0.0",
"@nx/vite": "20.0.0",
"@nx/web": "20.0.0",
"@schematics/angular": "^18.2.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
Expand All @@ -113,7 +113,7 @@
"@swc/helpers": "0.5.11",
"@types/babel__core": "^7.20.0",
"@types/hast": "^3.0.3",
"@types/jest": "29.4.4",
"@types/jest": "29.5.13",
"@types/marked": "^5.0.0",
"@types/node": "18.19.15",
"@types/prismjs": "^1.26.0",
Expand All @@ -138,8 +138,8 @@
"fs-extra": "^11.1.1",
"h3": "^1.8.2",
"happy-dom": "^12.10.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"kolorist": "^1.6.0",
Expand All @@ -149,7 +149,7 @@
"minimist": "^1.2.7",
"ng-packagr": "^18.2.1",
"nitropack": "^2.9.7",
"nx": "19.5.3",
"nx": "20.0.0",
"playwright": "^1.30.0",
"postcss": "^8.4.21",
"postcss-import": "~15.1.0",
Expand Down
Loading

0 comments on commit 3f48c65

Please sign in to comment.