Skip to content

Commit dd7fe11

Browse files
committed
refactor(@schematics/angular): remove v19 migrations
These migrations are no longer executed.
1 parent b5a8670 commit dd7fe11

File tree

5 files changed

+1
-364
lines changed

5 files changed

+1
-364
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
{
22
"schematics": {
33
"use-application-builder": {
4-
"version": "19.0.0",
4+
"version": "20.0.0",
55
"factory": "./use-application-builder/migration",
66
"description": "Migrate application projects to the new build system. Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder. You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration",
77
"optional": true,
88
"recommended": true,
99
"documentation": "tools/cli/build-system-migration"
10-
},
11-
"update-workspace-config": {
12-
"version": "19.0.0",
13-
"factory": "./update-workspace-config/migration",
14-
"description": "Update the workspace configuration by replacing deprecated options in 'angular.json' for compatibility with the latest Angular CLI changes."
15-
},
16-
"update-ssr-imports": {
17-
"version": "19.0.0",
18-
"factory": "./update-ssr-imports/migration",
19-
"description": "Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected."
2010
}
2111
}
2212
}

packages/schematics/angular/migrations/update-ssr-imports/migration.ts

-97
This file was deleted.

packages/schematics/angular/migrations/update-ssr-imports/migration_spec.ts

-75
This file was deleted.

packages/schematics/angular/migrations/update-workspace-config/migration.ts

-89
This file was deleted.

packages/schematics/angular/migrations/update-workspace-config/migration_spec.ts

-92
This file was deleted.

0 commit comments

Comments
 (0)