|
1 | 1 | { |
2 | 2 | "migrations": [ |
3 | 3 | { |
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", |
22 | 7 | "package": "@nx/eslint", |
23 | | - "name": "update-typescript-eslint-v8.13.0" |
| 8 | + "name": "add-file-extensions-to-overrides" |
24 | 9 | }, |
25 | 10 | { |
26 | 11 | "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", |
38 | 15 | "package": "@nx/angular", |
39 | | - "name": "update-20-2-0-update-module-federation-config-import" |
| 16 | + "name": "ensure-nx-module-federation-package" |
40 | 17 | }, |
41 | 18 | { |
42 | 19 | "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", |
46 | 24 | "package": "@nx/angular", |
47 | | - "name": "update-20-2-0-update-with-module-federation-import" |
| 25 | + "name": "update-angular-cli-version-19-1-0" |
48 | 26 | }, |
49 | 27 | { |
50 | 28 | "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", |
55 | 33 | "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" |
124 | 35 | } |
125 | 36 | ] |
126 | 37 | } |
0 commit comments