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

   formatted log, same content as above:
   
   > Your global Angular CLI version (10.2.4) is greater than your local 
version (9.1.15). The local Angular CLI version is used.
   
   ## setup
   
   ```py
   To disable this warning use "ng config -g cli.warnings.versionMismatch 
false".
   The installed local Angular CLI version is older than the latest stable 
version.
   Installing a temporary version 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 updates
   ```py
   Updating package.json with dependency @angular-devkit/build-angular @ 
"0.1002.4" (was "0.901.15")...
   Updating package.json with dependency @angular/cli @ "10.2.4" (was 
"9.1.15")...
   Updating package.json with dependency @angular/compiler-cli @ "10.2.5" (was 
"9.1.13")...
   Updating package.json with dependency typescript @ "4.0.8" (was "3.8.3")...
   Updating package.json with dependency @angular/animations @ "10.2.5" (was 
"9.1.13")...
   Updating package.json with dependency @angular/common @ "10.2.5" (was 
"9.1.13")...
   Updating package.json with dependency @angular/compiler @ "10.2.5" (was 
"9.1.13")...
   Updating package.json with dependency @angular/core @ "10.2.5" (was 
"9.1.13")...
   Updating package.json with dependency @angular/forms @ "10.2.5" (was 
"9.1.13")...
   Updating package.json with dependency @angular/platform-browser @ "10.2.5" 
(was "9.1.13")...
   Updating package.json with dependency @angular/platform-browser-dynamic @ 
"10.2.5" (was "9.1.13")...
   Updating package.json with dependency @angular/platform-server @ "10.2.5" 
(was "9.1.13")...
   Updating package.json with dependency @angular/router @ "10.2.5" (was 
"9.1.13")...
   
   UPDATE package.json (3228 bytes)
   
   # ✔ Packages successfully installed.
   ```
   
   
   ## Executing migrations of package '@angular/cli' 
   
   #### ❯ Update Browserslist configuration file name to '.browserslistrc' from 
deprecated 'browserslist'.
     > Migration completed.
   
   ####  ❯ Update tslint to version 6 and adjust rules to maintain existing 
behavior.
   
   ##### ⚠️ Action Item
   > tslint configuration does not extend "tslint:recommended" or it extends 
multiple configurations.
   > 
   > Skipping rule changes as some rules might conflict.
     
   ```py
   UPDATE package.json (3229 bytes)
   UPDATE tslint.json (2751 bytes)
   ```
   
   > Migration completed.
   
   #### ❯ Remove deprecated 'es5BrowserSupport' browser builder option.
   > The inclusion for ES5 polyfills will be determined from the browsers 
listed in the browserslist configuration.
   > Migration completed.
   
   #### ❯ Replace deprecated and removed 'styleext' and 'spec' Angular 
schematic options with 'style' and 'skipTests', respectively.
   
   >  Migration completed.
   
   #### ❯ Remove deprecated options from 'angular.json' that are no longer 
present in v10.
   >  Migration completed.
   
   #### ❯ Add the tslint deprecation rule to tslint JSON configuration files.
   ```py
     UPDATE tslint.json (2807 bytes)
   ```
   >  Migration completed.
   
   #### ❯ Update library projects to use tslib version 2 as a direct dependency.
   >  Read more about this here: 
https://v10.angular.io/guide/migration-update-libraries-tslib
   >  Migration completed.
   
   #### ❯ Update workspace dependencies to match a new v10 project.
   >  Package "rxjs-compat" found in the workspace package.json. This package 
typically was used during migration from RxJs version 5 to 6 during the Angular 
5 timeframe and may no longer be needed. Read more about this: 
https://rxjs-dev.firebaseapp.com/guide/v6/migration
   
   ```py
     UPDATE package.json (3228 bytes)
   ✔ Packages installed successfully.
   ```
   
   > Migration completed.
   
   #### ❯ Update 'module' and 'target' TypeScript compiler options.
     > Read more about this here: 
https://v10.angular.io/guide/migration-update-module-and-target-compiler-options
     ```py
     UPDATE tsconfig.json (467 bytes)
     ```
     > Migration completed.
   
   #### ❯ Removing "Solution Style" TypeScript configuration file support.
   > Migration has already been executed.
     Migration completed.
   
   ## ** Executing migrations of package '@angular/core' **
   
   #### ❯ Missing @Injectable and incomplete provider definition migration.
   > As of Angular 9, enforcement of @Injectable decorators for DI is a bit 
stricter and incomplete provider definitions behave differently. Read more 
about this here: https://v9.angular.io/guide/migration-injectable
   >
   >  Migration completed.
   
   #### ❯ ModuleWithProviders migration.
   >  As of Angular 10, the ModuleWithProviders type requires a generic. This 
migration adds the generic where it is missing. Read more about this here: 
https://v10.angular.io/guide/migration-module-with-providers
   >
   > Migration completed.
   
   #### ❯ Undecorated classes with Angular features migration.
   >  In Angular 10, classes that use Angular features and do not have an 
Angular decorator are no longer supported. Read more about this here: 
https://v10.angular.io/guide/migration-undecorated-classes
   > 
   > 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