Skip to content

Commit f792fa8

Browse files
committed
update nx again
1 parent 9ed4731 commit f792fa8

File tree

3 files changed

+2211
-1701
lines changed

3 files changed

+2211
-1701
lines changed

migrations.json

Lines changed: 21 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,22 @@
11
{
2-
"migrations": [
3-
{
4-
"version": "18.1.0-beta.3",
5-
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
6-
"implementation": "./src/migrations/update-17-2-0/move-default-base",
7-
"package": "nx",
8-
"name": "move-default-base-to-nx-json-root"
9-
},
10-
{
11-
"cli": "nx",
12-
"version": "19.2.0-beta.2",
13-
"description": "Updates the default workspace data directory to .nx/workspace-data",
14-
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
15-
"package": "nx",
16-
"name": "19-2-0-move-graph-cache-directory"
17-
},
18-
{
19-
"cli": "nx",
20-
"version": "19.2.2-beta.0",
21-
"description": "Updates the nx wrapper.",
22-
"implementation": "./src/migrations/update-17-3-0/update-nxw",
23-
"package": "nx",
24-
"name": "19-2-2-update-nx-wrapper"
25-
},
26-
{
27-
"version": "19.2.4-beta.0",
28-
"description": "Set project name in nx.json explicitly",
29-
"implementation": "./src/migrations/update-19-2-4/set-project-name",
30-
"x-repair-skip": true,
31-
"package": "nx",
32-
"name": "19-2-4-set-project-name"
33-
},
34-
{
35-
"cli": "nx",
36-
"version": "19.1.0-beta.6",
37-
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs",
38-
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi",
39-
"package": "@nx/eslint-plugin",
40-
"name": "update-19-1-0-rename-no-extra-semi"
41-
},
42-
{
43-
"cli": "nx",
44-
"version": "18.1.0-beta.1",
45-
"requires": {
46-
"@angular/core": ">=17.2.0"
47-
},
48-
"description": "Update the @angular/cli package version to ~17.2.0.",
49-
"factory": "./src/migrations/update-18-1-0/update-angular-cli",
50-
"package": "@nx/angular",
51-
"name": "update-angular-cli-version-17-2-0"
52-
},
53-
{
54-
"cli": "nx",
55-
"version": "18.1.1-beta.0",
56-
"description": "Ensure targetDefaults inputs for task hashing when '@nx/angular:webpack-browser' is used are correct for Module Federation.",
57-
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
58-
"package": "@nx/angular",
59-
"name": "fix-target-defaults-for-webpack-browser"
60-
},
61-
{
62-
"cli": "nx",
63-
"version": "18.2.0-beta.0",
64-
"requires": {
65-
"@angular/core": ">=17.3.0"
66-
},
67-
"description": "Update the @angular/cli package version to ~17.3.0.",
68-
"factory": "./src/migrations/update-18-2-0/update-angular-cli",
69-
"package": "@nx/angular",
70-
"name": "update-angular-cli-version-17-3-0"
71-
},
72-
{
73-
"cli": "nx",
74-
"version": "19.1.0-beta.2",
75-
"requires": {
76-
"@angular/core": ">=18.0.0"
77-
},
78-
"description": "Update the @angular/cli package version to ~18.0.0.",
79-
"factory": "./src/migrations/update-19-1-0/update-angular-cli",
80-
"package": "@nx/angular",
81-
"name": "update-angular-cli-version-18-0-0"
82-
},
83-
{
84-
"cli": "nx",
85-
"version": "19.2.1-beta.0",
86-
"requires": {
87-
"@angular-eslint/eslint-plugin": ">=18.0.0"
88-
},
89-
"description": "Installs the '@typescript-eslint/utils' package when having installed '@angular-eslint/eslint-plugin' or '@angular-eslint/eslint-plugin-template' with version >=18.0.0.",
90-
"factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils",
91-
"package": "@nx/angular",
92-
"name": "add-typescript-eslint-utils"
93-
},
94-
{
95-
"version": "18.0.0",
96-
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.",
97-
"factory": "./migrations/invalid-two-way-bindings/bundle",
98-
"package": "@angular/core",
99-
"name": "invalid-two-way-bindings"
100-
},
101-
{
102-
"version": "18.0.0",
103-
"description": "Replace deprecated HTTP related modules with provider functions",
104-
"factory": "./migrations/http-providers/bundle",
105-
"package": "@angular/core",
106-
"name": "migration-http-providers"
107-
}
108-
]
109-
}
2+
"migrations": [
3+
{
4+
"cli": "nx",
5+
"version": "19.5.0-beta.1",
6+
"requires": {
7+
"@angular/core": ">=18.1.0"
8+
},
9+
"description": "Update the @angular/cli package version to ~18.1.0.",
10+
"factory": "./src/migrations/update-19-5-0/update-angular-cli",
11+
"package": "@nx/angular",
12+
"name": "update-angular-cli-version-18-1-0"
13+
},
14+
{
15+
"version": "18.1.0",
16+
"description": "Updates calls to afterRender with an explicit phase to the new API",
17+
"factory": "./migrations/after-render-phase/bundle",
18+
"package": "@angular/core",
19+
"name": "migration-after-render-phase"
20+
}
21+
]
22+
}

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,35 @@
1717
"devDependencies": {
1818
"@analogjs/platform": "1.6.1",
1919
"@analogjs/vite-plugin-angular": "1.6.1",
20-
"@angular-devkit/build-angular": "18.0.7",
21-
"@angular-devkit/core": "18.0.7",
22-
"@angular-devkit/schematics": "18.0.7",
20+
"@angular-devkit/build-angular": "18.1.0",
21+
"@angular-devkit/core": "18.1.0",
22+
"@angular-devkit/schematics": "18.1.0",
2323
"@angular-eslint/eslint-plugin": "18.1.0",
2424
"@angular-eslint/eslint-plugin-template": "18.1.0",
2525
"@angular-eslint/template-parser": "18.1.0",
26-
"@angular/cli": "~18.0.0",
27-
"@angular/compiler-cli": "18.0.6",
28-
"@angular/language-service": "18.0.6",
26+
"@angular/cli": "~18.1.0",
27+
"@angular/compiler-cli": "18.1.0",
28+
"@angular/language-service": "18.1.0",
2929
"@capacitor/android": "^5.0.3",
3030
"@capacitor/cli": "^5.0.3",
3131
"@capacitor/ios": "^5.0.3",
32-
"@nx/angular": "19.4.4",
33-
"@nx/cypress": "19.4.4",
34-
"@nx/devkit": "19.4.4",
35-
"@nx/eslint": "19.4.4",
36-
"@nx/eslint-plugin": "19.4.4",
37-
"@nx/jest": "19.4.4",
38-
"@nx/js": "19.4.4",
39-
"@nx/plugin": "19.4.4",
40-
"@nx/storybook": "19.4.4",
41-
"@nx/vite": "19.4.4",
42-
"@nx/web": "19.4.4",
43-
"@nx/workspace": "19.4.4",
32+
"@nx/angular": "19.5.0",
33+
"@nx/cypress": "19.5.0",
34+
"@nx/devkit": "19.5.0",
35+
"@nx/eslint": "19.5.0",
36+
"@nx/eslint-plugin": "19.5.0",
37+
"@nx/jest": "19.5.0",
38+
"@nx/js": "19.5.0",
39+
"@nx/plugin": "19.5.0",
40+
"@nx/storybook": "19.5.0",
41+
"@nx/vite": "19.5.0",
42+
"@nx/web": "19.5.0",
43+
"@nx/workspace": "19.5.0",
4444
"@nxext/ionic-angular": "^19.0.0",
4545
"@phenomnomnominal/tsquery": "^6.1.3",
4646
"@release-it/bumper": "^6.0.1",
4747
"@release-it/conventional-changelog": "^8.0.1",
48-
"@schematics/angular": "18.0.7",
48+
"@schematics/angular": "18.1.0",
4949
"@storybook/addon-essentials": "8.1.11",
5050
"@storybook/addon-interactions": "8.1.11",
5151
"@storybook/angular": "8.1.11",
@@ -63,7 +63,7 @@
6363
"@types/three": "^0.166.0",
6464
"@typescript-eslint/eslint-plugin": "7.16.1",
6565
"@typescript-eslint/parser": "7.16.1",
66-
"@typescript-eslint/utils": "^8.0.0-alpha.28",
66+
"@typescript-eslint/utils": "7.16.1",
6767
"autoprefixer": "^10.4.19",
6868
"cypress": "^13.13.1",
6969
"dotenv-cli": "^7.4.2",
@@ -78,9 +78,9 @@
7878
"jest-preset-angular": "14.1.1",
7979
"jsdom": "^24.1.0",
8080
"jsonc-eslint-parser": "^2.4.0",
81-
"ng-packagr": "^18.0.0",
81+
"ng-packagr": "18.1.0",
8282
"ngx-resize": "^2.0.0",
83-
"nx": "19.4.4",
83+
"nx": "19.5.0",
8484
"postcss": "^8.4.39",
8585
"postcss-import": "~16.1.0",
8686
"postcss-preset-env": "~9.6.0",
@@ -95,7 +95,7 @@
9595
"three": "^0.166.1",
9696
"ts-jest": "^29.2.2",
9797
"ts-node": "10.9.2",
98-
"typescript": "5.4.5",
98+
"typescript": "5.5.3",
9999
"vite": "5.3.4",
100100
"vite-plugin-glslify": "^2.1.0",
101101
"vite-tsconfig-paths": "^4.3.2",
@@ -104,15 +104,15 @@
104104
"dependencies": {
105105
"@analogjs/content": "1.6.1",
106106
"@analogjs/router": "1.6.1",
107-
"@angular/animations": "18.0.6",
108-
"@angular/common": "18.0.6",
109-
"@angular/compiler": "18.0.6",
110-
"@angular/core": "18.0.6",
111-
"@angular/forms": "18.0.6",
112-
"@angular/platform-browser": "18.0.6",
113-
"@angular/platform-browser-dynamic": "18.0.6",
114-
"@angular/platform-server": "18.0.6",
115-
"@angular/router": "18.0.6",
107+
"@angular/animations": "18.1.0",
108+
"@angular/common": "18.1.0",
109+
"@angular/compiler": "18.1.0",
110+
"@angular/core": "18.1.0",
111+
"@angular/forms": "18.1.0",
112+
"@angular/platform-browser": "18.1.0",
113+
"@angular/platform-browser-dynamic": "18.1.0",
114+
"@angular/platform-server": "18.1.0",
115+
"@angular/router": "18.1.0",
116116
"@capacitor/core": "^5.0.3",
117117
"@capacitor/haptics": "^5.0.0",
118118
"@capacitor/keyboard": "^5.0.0",

0 commit comments

Comments
 (0)