Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ng update @angular-eslint/schematics @angular/cdk @angular/cli @angul…
…ar/core The installed Angular CLI version is outdated. Installing a temporary Angular CLI versioned 17.0.9 to perform the update. ✔ Packages successfully installed. Using package manager: npm Collecting installed dependencies... Found 50 dependencies. Fetching dependency metadata from registry... Updating package.json with dependency @angular-devkit/build-angular @ "17.0.9" (was "16.1.4")... Updating package.json with dependency @angular-eslint/builder @ "17.2.0" (was "16.1.0")... Updating package.json with dependency @angular-eslint/eslint-plugin @ "17.2.0" (was "16.1.0")... Updating package.json with dependency @angular-eslint/eslint-plugin-template @ "17.2.0" (was "16.1.0")... Updating package.json with dependency @angular-eslint/schematics @ "17.2.0" (was "16.1.0")... Updating package.json with dependency @angular-eslint/template-parser @ "17.2.0" (was "16.1.0")... Updating package.json with dependency @angular/cli @ "17.0.9" (was "16.1.4")... Updating package.json with dependency @angular/compiler-cli @ "17.0.8" (was "16.1.6")... Updating package.json with dependency @angular/language-service @ "17.0.8" (was "16.1.6")... Updating package.json with dependency ng-packagr @ "17.0.3" (was "16.1.0")... Updating package.json with dependency typescript @ "5.2.2" (was "4.9.5")... Updating package.json with dependency @angular/animations @ "17.0.8" (was "16.1.6")... Updating package.json with dependency @angular/cdk @ "17.0.4" (was "16.1.5")... Updating package.json with dependency @angular/common @ "17.0.8" (was "16.1.6")... Updating package.json with dependency @angular/compiler @ "17.0.8" (was "16.1.6")... Updating package.json with dependency @angular/core @ "17.0.8" (was "16.1.6")... Updating package.json with dependency @angular/forms @ "17.0.8" (was "16.1.6")... Updating package.json with dependency @angular/platform-browser @ "17.0.8" (was "16.1.6")... Updating package.json with dependency @angular/platform-browser-dynamic @ "17.0.8" (was "16.1.6")... Updating package.json with dependency @angular/router @ "17.0.8" (was "16.1.6")... Updating package.json with dependency zone.js @ "0.14.2" (was "0.13.1")... UPDATE package.json (2463 bytes) ✔ Packages successfully installed. ** Executing migrations of package '@angular-eslint/schematics' ** ▸ Updates @angular-eslint to v17. UPDATE package.json (2464 bytes) ✔ Packages installed successfully. Migration completed (1 file modified). ** Executing migrations of package '@angular/cli' ** ▸ Replace usages of '@nguniversal/builders' with '@angular-devkit/build-angular'. Migration completed (No changes made). ▸ Replace usages of '@nguniversal/' packages with '@angular/ssr'. Migration completed (No changes made). ▸ Replace deprecated options in 'angular.json'. UPDATE angular.json (5081 bytes) Migration completed (1 file modified). ** Executing migrations of package '@angular/cdk' ** ▸ Updates the Angular CDK to v17. Skipping migration for project ng-select2-e2e. Unable to determine 'tsconfig.json' file in workspace config. ✓ Updated Angular CDK to version 17 Migration completed (No changes made). ** Executing migrations of package '@angular/core' ** ▸ Angular v17 introduces a new control flow syntax that uses the @ and } characters. This migration replaces the existing usages with their corresponding HTML entities. Migration completed (No changes made). ▸ Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`. Migration completed (No changes made). ▸ CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy. This migration removes their usage Migration completed (No changes made).
- Loading branch information