Skip to content

Commit 2e0a6fe

Browse files
committed
refactor(@schematics/angular): remove version 16 migrations
This migrations are no longer needed
1 parent 2d2e799 commit 2e0a6fe

7 files changed

+1
-341
lines changed
Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
11
{
2-
"schematics": {
3-
"remove-default-project-option": {
4-
"version": "16.0.0",
5-
"factory": "./update-16/remove-default-project-option",
6-
"description": "Remove 'defaultProject' option from workspace configuration. The project to use will be determined from the current working directory."
7-
},
8-
"replace-default-collection-option": {
9-
"version": "16.0.0",
10-
"factory": "./update-16/replace-default-collection-option",
11-
"description": "Replace removed 'defaultCollection' option in workspace configuration with 'schematicCollections'."
12-
},
13-
"update-server-builder-config": {
14-
"version": "16.0.0",
15-
"factory": "./update-16/update-server-builder-config",
16-
"description": "Update the '@angular-devkit/build-angular:server' builder configuration to disable 'buildOptimizer' for non optimized builds."
17-
}
18-
}
2+
"schematics": {}
193
}

packages/schematics/angular/migrations/update-16/remove-default-project-option.ts

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

packages/schematics/angular/migrations/update-16/remove-default-project-option_spec.ts

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

packages/schematics/angular/migrations/update-16/replace-default-collection-option.ts

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

packages/schematics/angular/migrations/update-16/replace-default-collection-option_spec.ts

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

packages/schematics/angular/migrations/update-16/update-server-builder-config.ts

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

packages/schematics/angular/migrations/update-16/update-server-builder-config_spec.ts

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

0 commit comments

Comments
 (0)