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

   ```py
   ng update @angular/core@12 @angular/cli@12 --force
   The installed Angular CLI version is outdated.
   Installing a temporary Angular CLI versioned 12.2.17 to perform the update.
   Installing packages for tooling via npm.
   Installed packages for tooling via npm.
   Using package manager: 'npm'
   Collecting installed dependencies...
   Found 71 dependencies.
   Fetching dependency metadata from registry...
       Updating package.json with dependency @angular-devkit/build-angular @ 
"12.2.17" (was "0.1102.19")...
       Updating package.json with dependency @angular/cli @ "12.2.17" (was 
"11.2.19")...
       Updating package.json with dependency @angular/compiler-cli @ "12.2.16" 
(was "11.2.14")...
       Updating package.json with dependency typescript @ "4.3.5" (was 
"4.0.8")...
       Updating package.json with dependency @angular/animations @ "12.2.16" 
(was "11.2.14")...
       Updating package.json with dependency @angular/common @ "12.2.16" (was 
"11.2.14")...
       Updating package.json with dependency @angular/compiler @ "12.2.16" (was 
"11.2.14")...
       Updating package.json with dependency @angular/core @ "12.2.16" (was 
"11.2.14")...
       Updating package.json with dependency @angular/forms @ "12.2.16" (was 
"11.2.14")...
       Updating package.json with dependency @angular/platform-browser @ 
"12.2.16" (was "11.2.14")...
       Updating package.json with dependency @angular/platform-browser-dynamic 
@ "12.2.16" (was "11.2.14")...
       Updating package.json with dependency @angular/platform-server @ 
"12.2.16" (was "11.2.14")...
       Updating package.json with dependency @angular/router @ "12.2.16" (was 
"11.2.14")...
       Updating package.json with dependency zone.js @ "0.11.5" (was 
"0.10.3")...
     UPDATE package.json (3367 bytes)
   ✔ Packages successfully installed.
   ** Executing migrations of package '@angular/cli' **
   
   ❯ Remove deprecated options from 'angular.json' that are no longer present 
in v12.
     UPDATE angular.json (4047 bytes)
     Migration completed.
   
   ❯ Update 'zone.js' to version 0.11.x.
     Read more about this here: 
https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md#breaking-changes-since-zonejs-v0111
     UPDATE package.json (3368 bytes)
     UPDATE client/polyfills.ts (2441 bytes)
     UPDATE client/test.ts (1081 bytes)
   ✔ Packages installed successfully.
     Migration completed.
   
   ❯ Remove 'emitDecoratorMetadata' TypeScript compiler option.
     Decorator metadata is no longer needed by Angular.
     Read more about this here: 
https://www.typescriptlang.org/docs/handbook/decorators.html#metadata
     UPDATE tsconfig.json (432 bytes)
     Migration completed.
   
   ❯ Lazy loading syntax migration.
     Update lazy loading string syntax to use dynamic imports.
     Migration completed.
   
   ❯ Remove deprecated ViewEngine-based i18n build and extract options.
     Options present in the configuration will be converted to use 
non-deprecated options.
     Migration completed.
   
   ❯ Updates Web Worker consumer usage to use the new syntax supported directly 
by Webpack 5.
     Migration completed.
   
   ❯ Remove invalid 'skipTests' option in '@schematics/angular:module' Angular 
schematic options.
     Migration completed.
   
   ❯ Replace the deprecated '--prod' in package.json scripts.
     UPDATE package.json (3388 bytes)
     Migration completed.
   
   ** Executing migrations of package '@angular/core' **
   
   ❯ In Angular version 12, the type of ActivatedRouteSnapshot.fragment is 
nullable.
     This migration automatically adds non-null assertions to it.
     Migration completed.
   
   ❯ `XhrFactory` has been moved from `@angular/common/http` to 
`@angular/common`.
     Migration completed.
   
   ❯ Automatically migrates shadow-piercing selector from `/deep/` to the 
recommended alternative `::ng-deep`.
     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