|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 3 | {
|
4 |
| - "version": "17.1.0-beta.1", |
5 |
| - "description": "Updates for @typescript-utils/utils v6.9.1+", |
6 |
| - "implementation": "./src/migrations/update-17-1-0/update-typescript-eslint", |
| 4 | + "version": "17.2.0-beta.0", |
| 5 | + "description": "Simplify eslintFilePatterns", |
| 6 | + "implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", |
7 | 7 | "package": "@nx/eslint",
|
8 |
| - "name": "update-typescript-eslint" |
9 |
| - }, |
10 |
| - { |
11 |
| - "version": "17.1.0-beta.2", |
12 |
| - "description": "Move jest executor options to nx.json targetDefaults", |
13 |
| - "implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults", |
14 |
| - "package": "@nx/jest", |
15 |
| - "name": "move-options-to-target-defaults" |
16 |
| - }, |
17 |
| - { |
18 |
| - "cli": "nx", |
19 |
| - "version": "17.1.0-beta.5", |
20 |
| - "requires": { |
21 |
| - "@angular/core": ">=17.0.0" |
22 |
| - }, |
23 |
| - "description": "Update the @angular/cli package version to ~17.0.0.", |
24 |
| - "factory": "./src/migrations/update-17-1-0/update-angular-cli", |
25 |
| - "package": "@nx/angular", |
26 |
| - "name": "update-angular-cli-version-17-0-0" |
27 |
| - }, |
28 |
| - { |
29 |
| - "cli": "nx", |
30 |
| - "version": "17.1.0-beta.5", |
31 |
| - "requires": { |
32 |
| - "@angular/core": ">=17.0.0" |
33 |
| - }, |
34 |
| - "description": "Rename 'browserTarget' to 'buildTarget'.", |
35 |
| - "factory": "./src/migrations/update-17-1-0/browser-target-to-build-target", |
36 |
| - "package": "@nx/angular", |
37 |
| - "name": "rename-browser-target-to-build-target" |
38 |
| - }, |
39 |
| - { |
40 |
| - "cli": "nx", |
41 |
| - "version": "17.1.0-beta.5", |
42 |
| - "requires": { |
43 |
| - "@angular/core": ">=17.0.0" |
44 |
| - }, |
45 |
| - "description": "Replace usages of '@nguniversal/builders' with '@angular-devkit/build-angular'.", |
46 |
| - "factory": "./src/migrations/update-17-1-0/replace-nguniversal-builders", |
47 |
| - "package": "@nx/angular", |
48 |
| - "name": "replace-nguniversal-builders" |
| 8 | + "name": "simplify-eslint-patterns" |
49 | 9 | },
|
50 | 10 | {
|
51 | 11 | "cli": "nx",
|
52 |
| - "version": "17.1.0-beta.5", |
53 |
| - "requires": { |
54 |
| - "@angular/core": ">=17.0.0" |
55 |
| - }, |
56 |
| - "description": "Replace usages of '@nguniversal/' packages with '@angular/ssr'.", |
57 |
| - "factory": "./src/migrations/update-17-1-0/replace-nguniversal-engines", |
| 12 | + "version": "17.2.0-beta.2", |
| 13 | + "description": "Rename '@nx/angular:webpack-dev-server' executor to '@nx/angular:dev-server'", |
| 14 | + "factory": "./src/migrations/update-17-2-0/rename-webpack-dev-server", |
58 | 15 | "package": "@nx/angular",
|
59 |
| - "name": "replace-nguniversal-engines" |
60 |
| - }, |
61 |
| - { |
62 |
| - "cli": "nx", |
63 |
| - "version": "17.1.0-beta.5", |
64 |
| - "requires": { |
65 |
| - "@angular/core": ">=17.0.0" |
66 |
| - }, |
67 |
| - "description": "Replace the deep imports from 'zone.js/dist/zone' and 'zone.js/dist/zone-testing' with 'zone.js' and 'zone.js/testing'.", |
68 |
| - "factory": "./src/migrations/update-17-1-0/update-zone-js-deep-import", |
69 |
| - "package": "@nx/angular", |
70 |
| - "name": "update-zone-js-deep-import" |
71 |
| - }, |
72 |
| - { |
73 |
| - "version": "17.0.0", |
74 |
| - "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.", |
75 |
| - "factory": "./migrations/block-template-entities/bundle", |
76 |
| - "package": "@angular/core", |
77 |
| - "name": "block-template-entities" |
78 |
| - }, |
79 |
| - { |
80 |
| - "version": "17.0.0", |
81 |
| - "description": "CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy. This migration removes their usage", |
82 |
| - "factory": "./migrations/compiler-options/bundle", |
83 |
| - "package": "@angular/core", |
84 |
| - "name": "migration-v17-compiler-options" |
85 |
| - }, |
86 |
| - { |
87 |
| - "version": "17.0.0", |
88 |
| - "description": "Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`.", |
89 |
| - "factory": "./migrations/transfer-state/bundle", |
90 |
| - "package": "@angular/core", |
91 |
| - "name": "migration-transfer-state" |
92 |
| - }, |
93 |
| - { |
94 |
| - "version": "17.0.0-0", |
95 |
| - "description": "Updates the Angular CDK to v17", |
96 |
| - "factory": "./ng-update/index#updateToV17", |
97 |
| - "package": "@angular/cdk", |
98 |
| - "name": "migration-v17" |
| 16 | + "name": "rename-webpack-dev-server-executor" |
99 | 17 | }
|
100 | 18 | ]
|
101 | 19 | }
|
0 commit comments