migration-collection.json 1.1 KB

12345678910111213141516171819202122
  1. {
  2. "schematics": {
  3. "use-application-builder": {
  4. "version": "19.0.0",
  5. "factory": "./use-application-builder/migration",
  6. "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",
  7. "optional": true,
  8. "recommended": true,
  9. "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."
  20. }
  21. }
  22. }