Skip to content

Commit ada4d69

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
refactor(@schematics/angular): remove version 15 migrations
These are no longer used.
1 parent 05d9c91 commit ada4d69

11 files changed

+1
-999
lines changed
Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
{
22
"schematics": {
3-
"remove-browserslist-config": {
4-
"version": "15.0.0",
5-
"factory": "./update-15/remove-browserslist-config",
6-
"description": "Remove Browserslist configuration files that matches the Angular CLI default configuration."
7-
},
8-
"remove-platform-server-exports": {
9-
"version": "15.0.0",
10-
"factory": "./update-15/remove-platform-server-exports",
11-
"description": "Remove exported `@angular/platform-server` `renderModule` method. The `renderModule` method is now exported by the Angular CLI."
12-
},
13-
"update-typescript-target": {
14-
"version": "15.0.0",
15-
"factory": "./update-15/update-typescript-target",
16-
"description": "Update TypeScript compiler `target` and set `useDefineForClassFields`. These changes are for IDE purposes as TypeScript compiler options `target` and `useDefineForClassFields` are set to `ES2022` and `false` respectively by the Angular CLI. To control ECMA version and features use the Browerslist configuration."
17-
},
18-
"update-workspace-config": {
19-
"version": "15.0.0",
20-
"factory": "./update-15/update-workspace-config",
21-
"description": "Remove options from 'angular.json' that are no longer supported by the official builders."
22-
},
23-
"update-karma-main-file": {
24-
"version": "15.0.0",
25-
"factory": "./update-15/update-karma-main-file",
26-
"description": "Remove no longer needed require calls in Karma builder main file."
27-
}
3+
284
}
295
}

packages/schematics/angular/migrations/update-15/remove-browserslist-config.ts

Lines changed: 0 additions & 90 deletions
This file was deleted.

packages/schematics/angular/migrations/update-15/remove-browserslist-config_spec.ts

Lines changed: 0 additions & 84 deletions
This file was deleted.

packages/schematics/angular/migrations/update-15/remove-platform-server-exports.ts

Lines changed: 0 additions & 99 deletions
This file was deleted.

packages/schematics/angular/migrations/update-15/remove-platform-server-exports_spec.ts

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)