Skip to content

Commit 3432896

Browse files
committed
chore: upgrade nx
1 parent 9907cfe commit 3432896

File tree

4 files changed

+236
-263
lines changed

4 files changed

+236
-263
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ Thumbs.db
4242
.env
4343

4444
.nx/cache
45-
.nx/workspace-data
45+
.nx/workspace-data
46+
**/vite.config.{js,ts,mjs,mts,cjs,cts}.timestamp*

migrations.json

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
11
{
22
"migrations": [
33
{
4-
"version": "20.0.0-beta.7",
5-
"description": "Migration for v20.0.0-beta.7",
6-
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process",
7-
"package": "nx",
8-
"name": "move-use-daemon-process"
9-
},
10-
{
11-
"version": "20.0.1",
12-
"description": "Set `useLegacyCache` to true for migrating workspaces",
13-
"implementation": "./src/migrations/update-20-0-1/use-legacy-cache",
14-
"x-repair-skip": true,
15-
"package": "nx",
16-
"name": "use-legacy-cache"
17-
},
18-
{
19-
"cli": "nx",
20-
"version": "20.0.0-beta.5",
21-
"description": "replace getJestProjects with getJestProjectsAsync",
22-
"implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync",
23-
"package": "@nx/jest",
24-
"name": "replace-getJestProjects-with-getJestProjectsAsync"
4+
"version": "20.0.4-beta.0",
5+
"description": "Add gitignore entry for temporary vite config files.",
6+
"implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore",
7+
"package": "@nx/vite",
8+
"name": "update-20-0-4"
259
}
2610
]
2711
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"@capacitor/cli": "^5.0.3",
2727
"@capacitor/ios": "^5.0.3",
2828
"@chromatic-com/storybook": "^2.0.2",
29-
"@nx/angular": "20.0.3",
30-
"@nx/cypress": "20.0.3",
31-
"@nx/devkit": "20.0.3",
32-
"@nx/eslint": "20.0.3",
33-
"@nx/eslint-plugin": "20.0.3",
34-
"@nx/jest": "20.0.3",
35-
"@nx/js": "20.0.3",
36-
"@nx/plugin": "20.0.3",
37-
"@nx/storybook": "20.0.3",
38-
"@nx/vite": "20.0.3",
39-
"@nx/web": "20.0.3",
40-
"@nx/workspace": "20.0.3",
29+
"@nx/angular": "20.0.6",
30+
"@nx/cypress": "20.0.6",
31+
"@nx/devkit": "20.0.6",
32+
"@nx/eslint": "20.0.6",
33+
"@nx/eslint-plugin": "20.0.6",
34+
"@nx/jest": "20.0.6",
35+
"@nx/js": "20.0.6",
36+
"@nx/plugin": "20.0.6",
37+
"@nx/storybook": "20.0.6",
38+
"@nx/vite": "20.0.6",
39+
"@nx/web": "20.0.6",
40+
"@nx/workspace": "20.0.6",
4141
"@nxext/ionic-angular": "^19.0.0",
4242
"@phenomnomnominal/tsquery": "^6.1.3",
4343
"@release-it/bumper": "^6.0.1",
@@ -78,7 +78,7 @@
7878
"jsdom": "^24.1.1",
7979
"jsonc-eslint-parser": "^2.4.0",
8080
"ng-packagr": "18.2.1",
81-
"nx": "20.0.3",
81+
"nx": "20.0.6",
8282
"postcss": "^8.4.47",
8383
"postcss-import": "~16.1.0",
8484
"postcss-preset-env": "~9.6.0",

0 commit comments

Comments
 (0)