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

   ```py
   ng update @angular/core@11 @angular/cli@11 --force
   The installed Angular CLI version is outdated.
   Installing a temporary Angular CLI versioned 11.2.19 to perform the update.
   Installing packages for tooling via npm.
   Installed packages for tooling via npm.
   Using package manager: 'npm'
   Collecting installed dependencies...
   Found 70 dependencies.
   Fetching dependency metadata from registry...
                     Package "rxjs-tslint" has an incompatible peer dependency 
to "tslint" (requires "^5.0.0", would install "6.1.3").
       Updating package.json with dependency @angular-devkit/build-angular @ 
"0.1102.19" (was "0.1002.4")...
       Updating package.json with dependency @angular/cli @ "11.2.19" (was 
"10.2.4")...
       Updating package.json with dependency @angular/compiler-cli @ "11.2.14" 
(was "10.2.5")...
       Updating package.json with dependency karma @ "6.3.20" (was "5.0.9")...
       Updating package.json with dependency tslint @ "6.1.3" (was "5.20.1")...
       Updating package.json with dependency @angular/animations @ "11.2.14" 
(was "10.2.5")...
       Updating package.json with dependency @angular/common @ "11.2.14" (was 
"10.2.5")...
       Updating package.json with dependency @angular/compiler @ "11.2.14" (was 
"10.2.5")...
       Updating package.json with dependency @angular/core @ "11.2.14" (was 
"10.2.5")...
       Updating package.json with dependency @angular/forms @ "11.2.14" (was 
"10.2.5")...
       Updating package.json with dependency @angular/platform-browser @ 
"11.2.14" (was "10.2.5")...
       Updating package.json with dependency @angular/platform-browser-dynamic 
@ "11.2.14" (was "10.2.5")...
       Updating package.json with dependency @angular/platform-server @ 
"11.2.14" (was "10.2.5")...
       Updating package.json with dependency @angular/router @ "11.2.14" (was 
"10.2.5")...
     UPDATE package.json (3337 bytes)
   ✔ Packages installed successfully.
   ** Executing migrations of package '@angular/cli' **
   
   ❯ Replace deprecated library builder '@angular-devkit/build-ng-packagr'.
     Migration completed.
   
   ❯ Add 'declarationMap' compiler options for non production library builds.
     Migration completed.
   
   ❯ Remove deprecated options from 'angular.json' that are no longer present 
in v11.
     UPDATE angular.json (3854 bytes)
     Migration completed.
   
   ❯ Update workspace dependencies to match a new v11 project.
     UPDATE package.json (3338 bytes)
   ✔ Packages installed successfully.
     Migration completed.
   
   ** Executing migrations of package '@angular/core' **
   
   ❯ In Angular version 11, the type of `AbstractControl.parent` can be `null` 
to reflect the runtime value more accurately.
     This migration automatically adds non-null assertions to existing accesses 
of the `parent` property on types like `FormControl`, `FormArray` and 
`FormGroup`.
     Migration completed.
   
   ❯ ViewEncapsulation.Native has been removed as of Angular version 11.
     This migration replaces any usages with ViewEncapsulation.ShadowDom.
     Migration completed.
   
   ❯ NavigationExtras omissions migration.
     In version 11, some unsupported properties were omitted from the `extras` 
parameter of the `Router.navigateByUrl` and `Router.createUrlTree` methods.
     Migration completed.
   
   ❯ Updates the `initialNavigation` property for `RouterModule.forRoot`.
     Migration completed.
   
   ❯ NavigationExtras.preserveQueryParams has been removed as of Angular 
version 11.
      This migration replaces any usages with the appropriate assignment of the 
queryParamsHandling key.
     Migration completed.
   
   ❯ The default value for `relativeLinkResolution` is changing from 'legacy' 
to 'corrected'.
   This migration updates `RouterModule` configurations that use the default 
value to
   now specifically use 'legacy' to prevent breakages when updating.
     UPDATE client/app/app-routing.module.ts (4538 bytes)
     Migration completed.
   
   ❯ `async` to `waitForAsync` migration.
     The `async` testing function has been renamed to `waitForAsync` to avoid 
confusion with the native `async` keyword.
     Migration completed.
   
   ❯ Removes `canActivate` from a `Route` config when `redirectTo` is also 
present.
     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