Skip to content

Commit da1f456

Browse files
committed
chore: update nx 20.5.0
1 parent 791afa1 commit da1f456

File tree

4 files changed

+3328
-1037
lines changed

4 files changed

+3328
-1037
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@ module.exports = [
8080
'@angular-eslint/prefer-standalone': 'off',
8181
},
8282
},
83+
{
84+
ignores: ['**/vite.config.*.timestamp*', '**/vitest.config.*.timestamp*'],
85+
},
8386
];

migrations.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
{
22
"migrations": [
3+
{
4+
"version": "20.5.0-beta.2",
5+
"description": "Install jiti as a devDependency to allow vite to parse TS postcss files.",
6+
"implementation": "./src/migrations/update-20-5-0/install-jiti",
7+
"package": "@nx/vite",
8+
"name": "update-20-5-0-install-jiti"
9+
},
10+
{
11+
"version": "20.5.0-beta.3",
12+
"description": "Update resolve.conditions to include defaults that are no longer provided by Vite.",
13+
"implementation": "./src/migrations/update-20-5-0/update-resolve-conditions",
14+
"package": "@nx/vite",
15+
"name": "update-20-5-0-update-resolve-conditions"
16+
},
17+
{
18+
"version": "20.5.0-beta.3",
19+
"description": "Add vite config temporary files to the ESLint configuration ignore patterns if ESLint is used.",
20+
"implementation": "./src/migrations/update-20-5-0/eslint-ignore-vite-temp-files",
21+
"package": "@nx/vite",
22+
"name": "eslint-ignore-vite-temp-files"
23+
},
324
{
425
"cli": "nx",
5-
"version": "20.4.0-beta.1",
6-
"requires": { "@angular/core": ">=19.1.0" },
7-
"description": "Update the @angular/cli package version to ~19.1.0.",
8-
"factory": "./src/migrations/update-20-4-0/update-angular-cli",
26+
"version": "20.5.0-beta.5",
27+
"requires": { "@angular/core": ">=19.2.0" },
28+
"description": "Update the @angular/cli package version to ~19.2.0.",
29+
"factory": "./src/migrations/update-20-5-0/update-angular-cli",
930
"package": "@nx/angular",
10-
"name": "update-angular-cli-version-19-1-0"
31+
"name": "update-angular-cli-version-19-2-0"
1132
}
1233
]
1334
}

package.json

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,33 @@
1212
},
1313
"private": true,
1414
"devDependencies": {
15-
"@angular-devkit/build-angular": "19.1.7",
16-
"@angular-devkit/core": "19.1.7",
17-
"@angular-devkit/schematics": "19.1.7",
18-
"@angular-eslint/eslint-plugin": "19.1.0",
19-
"@angular-eslint/eslint-plugin-template": "19.1.0",
20-
"@angular-eslint/template-parser": "19.1.0",
21-
"@angular/build": "19.1.7",
22-
"@angular/cli": "~19.1.0",
23-
"@angular/compiler-cli": "19.1.6",
24-
"@angular/language-service": "19.1.6",
15+
"@angular-devkit/build-angular": "19.2.1",
16+
"@angular-devkit/core": "19.2.1",
17+
"@angular-devkit/schematics": "19.2.1",
18+
"@angular-eslint/eslint-plugin": "19.2.1",
19+
"@angular-eslint/eslint-plugin-template": "19.2.1",
20+
"@angular-eslint/template-parser": "19.2.1",
21+
"@angular/build": "19.2.1",
22+
"@angular/cli": "~19.2.0",
23+
"@angular/compiler-cli": "19.2.1",
24+
"@angular/language-service": "19.2.1",
2525
"@chromatic-com/storybook": "^3.2.5",
2626
"@eslint/eslintrc": "^2.1.1",
27-
"@nx/angular": "20.4.6",
28-
"@nx/cypress": "20.4.6",
29-
"@nx/devkit": "20.4.6",
30-
"@nx/eslint": "20.4.6",
31-
"@nx/eslint-plugin": "20.4.6",
32-
"@nx/jest": "20.4.6",
33-
"@nx/js": "20.4.6",
34-
"@nx/plugin": "20.4.6",
35-
"@nx/storybook": "20.4.6",
36-
"@nx/vite": "20.4.6",
37-
"@nx/web": "20.4.6",
38-
"@nx/workspace": "20.4.6",
27+
"@nx/angular": "20.5.0",
28+
"@nx/cypress": "20.5.0",
29+
"@nx/devkit": "20.5.0",
30+
"@nx/eslint": "20.5.0",
31+
"@nx/eslint-plugin": "20.5.0",
32+
"@nx/jest": "20.5.0",
33+
"@nx/js": "20.5.0",
34+
"@nx/plugin": "20.5.0",
35+
"@nx/storybook": "20.5.0",
36+
"@nx/vite": "20.5.0",
37+
"@nx/web": "20.5.0",
38+
"@nx/workspace": "20.5.0",
3939
"@phenomnomnominal/tsquery": "^6.1.3",
4040
"@rosskevin/gltfjsx": "^7.1.3",
41-
"@schematics/angular": "19.1.7",
41+
"@schematics/angular": "19.2.1",
4242
"@storybook/addon-essentials": "^8.6.2",
4343
"@storybook/addon-interactions": "^8.6.2",
4444
"@storybook/angular": "^8.6.2",
@@ -72,11 +72,12 @@
7272
"jest-environment-jsdom": "29.7.0",
7373
"jest-environment-node": "^29.7.0",
7474
"jest-preset-angular": "14.5.3",
75+
"jiti": "2.4.2",
7576
"jsdom": "^24.1.1",
7677
"jsonc-eslint-parser": "^2.4.0",
77-
"ng-packagr": "19.1.2",
78+
"ng-packagr": "19.2.0",
7879
"node-three-gltf": "^2.0.1",
79-
"nx": "20.4.6",
80+
"nx": "20.5.0",
8081
"postcss": "^8.5.3",
8182
"postcss-import": "~16.1.0",
8283
"postcss-preset-env": "~9.6.0",
@@ -95,20 +96,20 @@
9596
"tweakpane": "^4.0.5",
9697
"typescript": "5.7.3",
9798
"typescript-eslint": "^8.24.1",
98-
"vite": "5.4.11",
99+
"vite": "6.2.1",
99100
"vitest": "1.6.0",
100101
"vitest-webgl-canvas-mock": "^1.1.0"
101102
},
102103
"dependencies": {
103-
"@angular/animations": "19.1.6",
104-
"@angular/common": "19.1.6",
105-
"@angular/compiler": "19.1.6",
106-
"@angular/core": "19.1.6",
107-
"@angular/forms": "19.1.6",
108-
"@angular/platform-browser": "19.1.6",
109-
"@angular/platform-browser-dynamic": "19.1.6",
110-
"@angular/platform-server": "19.1.6",
111-
"@angular/router": "19.1.6",
104+
"@angular/animations": "19.2.1",
105+
"@angular/common": "19.2.1",
106+
"@angular/compiler": "19.2.1",
107+
"@angular/core": "19.2.1",
108+
"@angular/forms": "19.2.1",
109+
"@angular/platform-browser": "19.2.1",
110+
"@angular/platform-browser-dynamic": "19.2.1",
111+
"@angular/platform-server": "19.2.1",
112+
"@angular/router": "19.2.1",
112113
"@dimforge/rapier3d-compat": "^0.14.0",
113114
"@monogrid/gainmap-js": "^3.1.0",
114115
"@pmndrs/cannon-worker-api": "^2.4.0",

0 commit comments

Comments
 (0)