Skip to content

Commit 28b0cdc

Browse files
alan-agius4dgp1130
authored andcommitted
refactor(@schematics/angular): remove version 13 migrations
These migrations cannot be used with version Angular CLI 14, since `ng update` will not allow updating multiple versions at once.
1 parent d94a673 commit 28b0cdc

11 files changed

+1
-1739
lines changed
Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
11
{
2-
"schematics": {
3-
"schematic-options-13": {
4-
"version": "13.0.0",
5-
"factory": "./update-13/schematic-options",
6-
"description": "Remove no longer valid Angular schematic options from `angular.json`."
7-
},
8-
"update-angular-config-v13": {
9-
"version": "13.0.0",
10-
"factory": "./update-13/update-angular-config",
11-
"description": "Remove deprecated options from 'angular.json' that are no longer present in v13."
12-
},
13-
"update-libraries-v13": {
14-
"version": "13.0.0",
15-
"factory": "./update-13/update-libraries",
16-
"description": "Update library projects to be published in partial mode and removed deprecated options from ng-packagr configuration."
17-
},
18-
"drop-ie-polyfills": {
19-
"version": "13.0.0",
20-
"factory": "./update-13/drop-ie-polyfills",
21-
"description": "Remove polyfills required only for Internet Explorer which is no longer supported."
22-
},
23-
"update-gitignore": {
24-
"version": "13.0.0",
25-
"factory": "./update-13/update-gitignore",
26-
"description": "Updating '.gitignore' to include '.angular/cache'."
27-
}
28-
}
2+
"schematics": {}
293
}

packages/schematics/angular/migrations/update-13/drop-ie-polyfills.ts

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

0 commit comments

Comments
 (0)