micahstubbs commented on issue #2114:
URL: https://github.com/apache/helix/issues/2114#issuecomment-1135342666

   ```py
   ng update @angular/core@13 @angular/cli@13
   The installed Angular CLI version is outdated.
   Installing a temporary Angular CLI versioned 13.3.6 to perform the update.
   ✔ Package successfully installed.
   Using package manager: 'npm'
   Collecting installed dependencies...
   Found 71 dependencies.
   Fetching dependency metadata from registry...
       Updating package.json with dependency @angular-devkit/build-angular @ 
"13.3.6" (was "12.2.17")...
       Updating package.json with dependency @angular/cli @ "13.3.6" (was 
"12.2.17")...
       Updating package.json with dependency @angular/compiler-cli @ "13.3.9" 
(was "12.2.16")...
       Updating package.json with dependency typescript @ "4.6.4" (was 
"4.3.5")...
       Updating package.json with dependency @angular/animations @ "13.3.9" 
(was "12.2.16")...
       Updating package.json with dependency @angular/common @ "13.3.9" (was 
"12.2.16")...
       Updating package.json with dependency @angular/compiler @ "13.3.9" (was 
"12.2.16")...
       Updating package.json with dependency @angular/core @ "13.3.9" (was 
"12.2.16")...
       Updating package.json with dependency @angular/forms @ "13.3.9" (was 
"12.2.16")...
       Updating package.json with dependency @angular/platform-browser @ 
"13.3.9" (was "12.2.16")...
       Updating package.json with dependency @angular/platform-browser-dynamic 
@ "13.3.9" (was "12.2.16")...
       Updating package.json with dependency @angular/platform-server @ 
"13.3.9" (was "12.2.16")...
       Updating package.json with dependency @angular/router @ "13.3.9" (was 
"12.2.16")...
     UPDATE package.json (3319 bytes)
   ✔ Packages successfully installed.
   ** Executing migrations of package '@angular/cli' **
   
   ❯ Remove polyfills required only for Internet Explorer which is no longer 
supported.
     UPDATE client/polyfills.ts (1969 bytes)
     Migration completed.
   
   ❯ Remove no longer valid Angular schematic options from `angular.json`.
     Migration completed.
   
   ❯ Remove deprecated options from 'angular.json' that are no longer present 
in v13.
     UPDATE angular.json (3720 bytes)
     Migration completed.
   
   ❯ Updating '.gitignore' to include '.angular/cache'.
     UPDATE .gitignore (546 bytes)
     Migration completed.
   
   ❯ Update library projects to be published in partial mode and removed 
deprecated options from ng-packagr configuration.
     Migration completed.
   
   ** Executing migrations of package '@angular/core' **
   
   ❯ Migrates `[routerLink]=""` in templates to `[routerLink]="[]"` because 
these links are likely intended to route to the current page with updated 
fragment/query params.
     Migration completed.
   
   ❯ In Angular version 13, the `teardown` flag in `TestBed` will be enabled by 
default.
     This migration automatically opts out existing apps from the new teardown 
behavior.
     UPDATE client/test.ts (1128 bytes)
     Migration completed.
   
   ❯ As of Angular version 13, `entryComponents` are no longer necessary.
     Migration completed.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to