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