Skip to content

Commit 1c94376

Browse files
committed
refactor(@schematics/angular): remove migrations that cannot be used with version 22
Remove old migrations
1 parent bfdc7b0 commit 1c94376

File tree

5 files changed

+0
-441
lines changed

5 files changed

+0
-441
lines changed

packages/schematics/angular/migrations/migration-collection.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@
1313
"version": "21.0.0",
1414
"factory": "./karma/migration",
1515
"description": "Remove any karma configuration files that only contain the default content. The default configuration is automatically available without a specific project file."
16-
},
17-
"update-typescript-lib": {
18-
"version": "21.0.0",
19-
"factory": "./update-typescript-lib/migration",
20-
"description": "Updates the 'lib' property in tsconfig files to use 'es2022' or a more modern version."
21-
},
22-
"update-module-resolution": {
23-
"version": "21.0.0",
24-
"factory": "./update-module-resolution/migration",
25-
"description": "Update 'moduleResolution' to 'bundler' in TypeScript configurations. You can read more about this, here: https://www.typescriptlang.org/tsconfig/#moduleResolution"
2616
}
2717
}
2818
}

packages/schematics/angular/migrations/update-module-resolution/migration.ts

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

packages/schematics/angular/migrations/update-module-resolution/migration_spec.ts

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

packages/schematics/angular/migrations/update-typescript-lib/migration.ts

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

0 commit comments

Comments
 (0)