Skip to content

Commit f35a113

Browse files
committed
update UI
1 parent b6d1d6e commit f35a113

File tree

3 files changed

+7822
-7653
lines changed

3 files changed

+7822
-7653
lines changed

ui/migrations.json

Lines changed: 18 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,126 +1,37 @@
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-
"version": "20.2.0-beta.5",
20-
"description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8",
21-
"implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0",
4+
"version": "20.3.0-beta.1",
5+
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)",
6+
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides",
227
"package": "@nx/eslint",
23-
"name": "update-typescript-eslint-v8.13.0"
8+
"name": "add-file-extensions-to-overrides"
249
},
2510
{
2611
"cli": "nx",
27-
"version": "20.0.0-beta.5",
28-
"description": "replace getJestProjects with getJestProjectsAsync",
29-
"implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync",
30-
"package": "@nx/jest",
31-
"name": "replace-getJestProjects-with-getJestProjectsAsync"
32-
},
33-
{
34-
"cli": "nx",
35-
"version": "20.2.0-beta.2",
36-
"description": "Update the ModuleFederationConfig import use @nx/module-federation.",
37-
"factory": "./src/migrations/update-20-2-0/migrate-mf-imports-to-new-package",
12+
"version": "20.3.0-beta.2",
13+
"description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.",
14+
"factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package",
3815
"package": "@nx/angular",
39-
"name": "update-20-2-0-update-module-federation-config-import"
16+
"name": "ensure-nx-module-federation-package"
4017
},
4118
{
4219
"cli": "nx",
43-
"version": "20.2.0-beta.2",
44-
"description": "Update the withModuleFederation import use @nx/module-federation/angular.",
45-
"factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package",
20+
"version": "20.4.0-beta.1",
21+
"requires": { "@angular/core": ">=19.1.0" },
22+
"description": "Update the @angular/cli package version to ~19.1.0.",
23+
"factory": "./src/migrations/update-20-4-0/update-angular-cli",
4624
"package": "@nx/angular",
47-
"name": "update-20-2-0-update-with-module-federation-import"
25+
"name": "update-angular-cli-version-19-1-0"
4826
},
4927
{
5028
"cli": "nx",
51-
"version": "20.2.0-beta.5",
52-
"requires": { "@angular/core": ">=19.0.0" },
53-
"description": "Update the @angular/cli package version to ~19.0.0.",
54-
"factory": "./src/migrations/update-20-2-0/update-angular-cli",
29+
"version": "20.5.0-beta.5",
30+
"requires": { "@angular/core": ">=19.2.0" },
31+
"description": "Update the @angular/cli package version to ~19.2.0.",
32+
"factory": "./src/migrations/update-20-5-0/update-angular-cli",
5533
"package": "@nx/angular",
56-
"name": "update-angular-cli-version-19-0-0"
57-
},
58-
{
59-
"cli": "nx",
60-
"version": "20.2.0-beta.5",
61-
"requires": { "@angular/core": ">=19.0.0" },
62-
"description": "Add the '@angular/localize/init' polyfill to the 'polyfills' option of targets using esbuild-based executors.",
63-
"factory": "./src/migrations/update-20-2-0/add-localize-polyfill-to-targets",
64-
"package": "@nx/angular",
65-
"name": "add-localize-polyfill-to-targets"
66-
},
67-
{
68-
"cli": "nx",
69-
"version": "20.2.0-beta.5",
70-
"requires": { "@angular/core": ">=19.0.0" },
71-
"description": "Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected.",
72-
"factory": "./src/migrations/update-20-2-0/update-angular-ssr-imports-to-use-node-entry-point",
73-
"package": "@nx/angular",
74-
"name": "update-angular-ssr-imports-to-use-node-entry-point"
75-
},
76-
{
77-
"cli": "nx",
78-
"version": "20.2.0-beta.6",
79-
"requires": { "@angular/core": ">=19.0.0" },
80-
"description": "Disable the Angular ESLint prefer-standalone rule if not set.",
81-
"factory": "./src/migrations/update-20-2-0/disable-angular-eslint-prefer-standalone",
82-
"package": "@nx/angular",
83-
"name": "disable-angular-eslint-prefer-standalone"
84-
},
85-
{
86-
"cli": "nx",
87-
"version": "20.2.0-beta.8",
88-
"requires": { "@angular/core": ">=19.0.0" },
89-
"description": "Remove Angular ESLint rules that were removed in v19.0.0.",
90-
"factory": "./src/migrations/update-20-2-0/remove-angular-eslint-rules",
91-
"package": "@nx/angular",
92-
"name": "remove-angular-eslint-rules"
93-
},
94-
{
95-
"cli": "nx",
96-
"version": "20.2.0-beta.8",
97-
"requires": { "@angular/core": ">=19.0.0" },
98-
"description": "Remove the deprecated 'tailwindConfig' option from ng-packagr executors. Tailwind CSS configurations located at the project or workspace root will be picked up automatically.",
99-
"factory": "./src/migrations/update-20-2-0/remove-tailwind-config-from-ng-packagr-executors",
100-
"package": "@nx/angular",
101-
"name": "remove-tailwind-config-from-ng-packagr-executors"
102-
},
103-
{
104-
"version": "19.0.0",
105-
"description": "Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone",
106-
"factory": "./bundles/explicit-standalone-flag#migrate",
107-
"package": "@angular/core",
108-
"name": "explicit-standalone-flag"
109-
},
110-
{
111-
"version": "19.0.0",
112-
"description": "Updates ExperimentalPendingTasks to PendingTasks",
113-
"factory": "./bundles/pending-tasks#migrate",
114-
"package": "@angular/core",
115-
"name": "pending-tasks"
116-
},
117-
{
118-
"version": "19.0.0",
119-
"description": "Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`.",
120-
"factory": "./bundles/provide-initializer#migrate",
121-
"optional": true,
122-
"package": "@angular/core",
123-
"name": "provide-initializer"
34+
"name": "update-angular-cli-version-19-2-0"
12435
}
12536
]
12637
}

0 commit comments

Comments
 (0)