From c977a7b783167746aae4450b47389a03d49e86dc Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Mon, 20 May 2024 10:47:57 -0400 Subject: [PATCH] refactor(@schematics/angular): improve optional application migration description The description for the optional application builder migration has been adjusted to include an update adev link as well as a shorter first sentence which is used as the content for the optional migration selection prompt. --- .../schematics/angular/migrations/migration-collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/migrations/migration-collection.json b/packages/schematics/angular/migrations/migration-collection.json index 6493c68d21..13e57a7d98 100644 --- a/packages/schematics/angular/migrations/migration-collection.json +++ b/packages/schematics/angular/migrations/migration-collection.json @@ -3,7 +3,7 @@ "use-application-builder": { "version": "18.0.0", "factory": "./use-application-builder/migration", - "description": "Migrate application projects using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders to the 'application' builder. Read more about this here: https://angular.dev/tools/cli/esbuild#using-the-application-builder", + "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", "optional": true } }