|
2 | 2 | "migrations": [
|
3 | 3 | {
|
4 | 4 | "cli": "nx",
|
5 | | - "version": "17.0.0-beta.1", |
6 | | - "description": "Updates the default cache directory to .nx/cache", |
7 | | - "implementation": "./src/migrations/update-17-0-0/move-cache-directory", |
| 5 | + "version": "17.3.0-beta.6", |
| 6 | + "description": "Updates the nx wrapper.", |
| 7 | + "implementation": "./src/migrations/update-17-3-0/update-nxw", |
8 | 8 | "package": "nx",
|
9 | | - "name": "17.0.0-move-cache-directory" |
| 9 | + "name": "17.3.0-update-nx-wrapper" |
10 | 10 | },
|
11 | 11 | {
|
12 | 12 | "cli": "nx",
|
13 | | - "version": "17.0.0-beta.3", |
14 | | - "description": "Use minimal config for tasksRunnerOptions", |
15 | | - "implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options", |
| 13 | + "version": "18.0.0-beta.2", |
| 14 | + "description": "Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace", |
| 15 | + "implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces", |
| 16 | + "x-repair-skip": true, |
16 | 17 | "package": "nx",
|
17 | | - "name": "17.0.0-use-minimal-config-for-tasks-runner-options" |
| 18 | + "name": "18.0.0-disable-adding-plugins-for-existing-workspaces" |
18 | 19 | },
|
19 | 20 | {
|
20 | | - "version": "17.0.0-rc.1", |
21 | | - "description": "Migration for v17.0.0-rc.1", |
22 | | - "implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope", |
| 21 | + "version": "18.1.0-beta.3", |
| 22 | + "description": "Moves affected.defaultBase to defaultBase in `nx.json`", |
| 23 | + "implementation": "./src/migrations/update-17-2-0/move-default-base", |
23 | 24 | "package": "nx",
|
24 | | - "name": "rm-default-collection-npm-scope" |
| 25 | + "name": "move-default-base-to-nx-json-root" |
25 | 26 | },
|
26 | 27 | {
|
27 | | - "version": "17.1.0-beta.2", |
28 | | - "description": "Move jest executor options to nx.json targetDefaults", |
29 | | - "implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults", |
30 | | - "package": "@nx/jest", |
31 | | - "name": "move-options-to-target-defaults" |
| 28 | + "cli": "nx", |
| 29 | + "version": "18.1.0-beta.3", |
| 30 | + "description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.", |
| 31 | + "implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6", |
| 32 | + "package": "@nx/cypress", |
| 33 | + "name": "update-cypress-version-13-6-6" |
32 | 34 | },
|
33 | 35 | {
|
34 | 36 | "cli": "nx",
|
35 | | - "version": "17.1.0-beta.5", |
36 | | - "requires": { |
37 | | - "@angular/core": ">=17.0.0" |
38 | | - }, |
39 | | - "description": "Update the @angular/cli package version to ~17.0.0.", |
40 | | - "factory": "./src/migrations/update-17-1-0/update-angular-cli", |
| 37 | + "version": "17.2.0-beta.2", |
| 38 | + "description": "Rename '@nx/angular:webpack-dev-server' executor to '@nx/angular:dev-server'", |
| 39 | + "factory": "./src/migrations/update-17-2-0/rename-webpack-dev-server", |
41 | 40 | "package": "@nx/angular",
|
42 | | - "name": "update-angular-cli-version-17-0-0" |
| 41 | + "name": "rename-webpack-dev-server-executor" |
43 | 42 | },
|
44 | 43 | {
|
45 | 44 | "cli": "nx",
|
46 | | - "version": "17.1.0-beta.5", |
| 45 | + "version": "17.3.0-beta.10", |
47 | 46 | "requires": {
|
48 | | - "@angular/core": ">=17.0.0" |
| 47 | + "@angular/core": ">=17.1.0" |
49 | 48 | },
|
50 | | - "description": "Rename 'browserTarget' to 'buildTarget'.", |
51 | | - "factory": "./src/migrations/update-17-1-0/browser-target-to-build-target", |
| 49 | + "description": "Update the @angular/cli package version to ~17.1.0.", |
| 50 | + "factory": "./src/migrations/update-17-3-0/update-angular-cli", |
52 | 51 | "package": "@nx/angular",
|
53 | | - "name": "rename-browser-target-to-build-target" |
| 52 | + "name": "update-angular-cli-version-17-1-0" |
54 | 53 | },
|
55 | 54 | {
|
56 | 55 | "cli": "nx",
|
57 | | - "version": "17.1.0-beta.5", |
| 56 | + "version": "17.3.0-beta.10", |
58 | 57 | "requires": {
|
59 | | - "@angular/core": ">=17.0.0" |
| 58 | + "@angular/core": ">=17.1.0" |
60 | 59 | },
|
61 | | - "description": "Replace usages of '@nguniversal/builders' with '@angular-devkit/build-angular'.", |
62 | | - "factory": "./src/migrations/update-17-1-0/replace-nguniversal-builders", |
| 60 | + "description": "Add 'browser-sync' as dev dependency when '@angular-devkit/build-angular:ssr-dev-server' or '@nx/angular:module-federation-dev-ssr' is used.", |
| 61 | + "factory": "./src/migrations/update-17-3-0/add-browser-sync-dependency", |
63 | 62 | "package": "@nx/angular",
|
64 | | - "name": "replace-nguniversal-builders" |
| 63 | + "name": "add-browser-sync-dependency" |
65 | 64 | },
|
66 | 65 | {
|
67 | 66 | "cli": "nx",
|
68 | | - "version": "17.1.0-beta.5", |
| 67 | + "version": "17.3.0-beta.10", |
69 | 68 | "requires": {
|
70 | | - "@angular/core": ">=17.0.0" |
| 69 | + "@angular/core": ">=17.1.0" |
71 | 70 | },
|
72 | | - "description": "Replace usages of '@nguniversal/' packages with '@angular/ssr'.", |
73 | | - "factory": "./src/migrations/update-17-1-0/replace-nguniversal-engines", |
| 71 | + "description": "Add 'autoprefixer' as dev dependency when '@nx/angular:ng-packagr-lite' or '@nx/angular:package` is used.", |
| 72 | + "factory": "./src/migrations/update-17-3-0/add-autoprefixer-dependency", |
| 73 | + "package": "@nx/angular", |
| 74 | + "name": "add-autoprefixer-dependency" |
| 75 | + }, |
| 76 | + { |
| 77 | + "cli": "nx", |
| 78 | + "version": "18.0.0-beta.0", |
| 79 | + "description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/angular:webpack-browser' is used for Module Federation.", |
| 80 | + "factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults", |
74 | 81 | "package": "@nx/angular",
|
75 | | - "name": "replace-nguniversal-engines" |
| 82 | + "name": "add-module-federation-env-var-to-target-defaults" |
76 | 83 | },
|
77 | 84 | {
|
78 | 85 | "cli": "nx",
|
79 | | - "version": "17.1.0-beta.5", |
| 86 | + "version": "18.1.0-beta.1", |
80 | 87 | "requires": {
|
81 | | - "@angular/core": ">=17.0.0" |
| 88 | + "@angular/core": ">=17.2.0" |
82 | 89 | },
|
83 | | - "description": "Replace the deep imports from 'zone.js/dist/zone' and 'zone.js/dist/zone-testing' with 'zone.js' and 'zone.js/testing'.", |
84 | | - "factory": "./src/migrations/update-17-1-0/update-zone-js-deep-import", |
| 90 | + "description": "Update the @angular/cli package version to ~17.2.0.", |
| 91 | + "factory": "./src/migrations/update-18-1-0/update-angular-cli", |
85 | 92 | "package": "@nx/angular",
|
86 | | - "name": "update-zone-js-deep-import" |
| 93 | + "name": "update-angular-cli-version-17-2-0" |
87 | 94 | },
|
88 | 95 | {
|
89 | | - "version": "17.0.0", |
90 | | - "description": "Angular v17 introduces a new control flow syntax that uses the @ and } characters. This migration replaces the existing usages with their corresponding HTML entities.", |
91 | | - "factory": "./migrations/block-template-entities/bundle", |
92 | | - "package": "@angular/core", |
93 | | - "name": "block-template-entities" |
| 96 | + "cli": "nx", |
| 97 | + "version": "18.1.1-beta.0", |
| 98 | + "description": "Ensure targetDefaults inputs for task hashing when '@nx/angular:webpack-browser' is used are correct for Module Federation.", |
| 99 | + "factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs", |
| 100 | + "package": "@nx/angular", |
| 101 | + "name": "fix-target-defaults-for-webpack-browser" |
94 | 102 | },
|
95 | 103 | {
|
96 | | - "version": "17.0.0", |
97 | | - "description": "CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy. This migration removes their usage", |
98 | | - "factory": "./migrations/compiler-options/bundle", |
99 | | - "package": "@angular/core", |
100 | | - "name": "migration-v17-compiler-options" |
| 104 | + "cli": "nx", |
| 105 | + "version": "18.2.0-beta.0", |
| 106 | + "requires": { |
| 107 | + "@angular/core": ">=17.3.0" |
| 108 | + }, |
| 109 | + "description": "Update the @angular/cli package version to ~17.3.0.", |
| 110 | + "factory": "./src/migrations/update-18-2-0/update-angular-cli", |
| 111 | + "package": "@nx/angular", |
| 112 | + "name": "update-angular-cli-version-17-3-0" |
101 | 113 | },
|
102 | 114 | {
|
103 | | - "version": "17.0.0", |
104 | | - "description": "Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`.", |
105 | | - "factory": "./migrations/transfer-state/bundle", |
| 115 | + "version": "17.3.0", |
| 116 | + "description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.", |
| 117 | + "factory": "./migrations/invalid-two-way-bindings/bundle", |
106 | 118 | "package": "@angular/core",
|
107 | | - "name": "migration-transfer-state" |
108 | | - }, |
109 | | - { |
110 | | - "version": "17.0.0-0", |
111 | | - "description": "Updates Angular Material to v17", |
112 | | - "factory": "./ng-update/index_bundled#updateToV17", |
113 | | - "package": "@angular/material", |
114 | | - "name": "migration-v17" |
115 | | - }, |
116 | | - { |
117 | | - "version": "17.0.0-0", |
118 | | - "description": "Updates the Angular CDK to v17", |
119 | | - "factory": "./ng-update/index#updateToV17", |
120 | | - "package": "@angular/cdk", |
121 | | - "name": "migration-v17" |
| 119 | + "name": "invalid-two-way-bindings" |
122 | 120 | }
|
123 | 121 | ]
|
124 | 122 | }
|
0 commit comments