migration-collection.json 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "schematics": {
  3. "replace-provide-server-rendering-import": {
  4. "version": "20.0.0",
  5. "factory": "./replace-provide-server-rendering-import/migration",
  6. "description": "Migrate imports of 'provideServerRendering' from '@angular/platform-server' to '@angular/ssr'."
  7. },
  8. "replace-provide-server-routing": {
  9. "version": "20.0.0",
  10. "factory": "./replace-provide-server-routing/migration",
  11. "description": "Migrate 'provideServerRendering' to use 'withRoutes', and remove 'provideServerRouting' and 'provideServerRoutesConfig' from '@angular/ssr'."
  12. },
  13. "update-module-resolution": {
  14. "version": "20.0.0",
  15. "factory": "./update-module-resolution/migration",
  16. "description": "Update 'moduleResolution' to 'bundler' in TypeScript configurations. You can read more about this, here: https://www.typescriptlang.org/tsconfig/#moduleResolution"
  17. },
  18. "previous-style-guide": {
  19. "version": "20.0.0",
  20. "factory": "./previous-style-guide/migration",
  21. "description": "Update workspace generation defaults to maintain previous style guide behavior."
  22. },
  23. "use-application-builder": {
  24. "version": "20.0.0",
  25. "factory": "./use-application-builder/migration",
  26. "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",
  27. "optional": true,
  28. "recommended": true,
  29. "documentation": "tools/cli/build-system-migration"
  30. }
  31. }
  32. }