Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npx ng update @angular/core @angular/cli @angular/cdk @angular-eslint…
…/schematics The installed Angular CLI version is outdated. Installing a temporary Angular CLI versioned 18.0.2 to perform the update. ✔ Packages successfully installed. Using package manager: npm Collecting installed dependencies... Found 46 dependencies. Fetching dependency metadata from registry... Package "@angular-eslint/eslint-plugin" has a missing peer dependency of "@typescript-eslint/utils" @ "^7.11.0 || ^8.0.0-alpha.20". Package "@angular-eslint/eslint-plugin-template" has a missing peer dependency of "@typescript-eslint/utils" @ "^7.11.0 || ^8.0.0-alpha.20". Package "@angular-eslint/schematics" has a missing peer dependency of "@angular-devkit/core" @ ">= 18.0.0 < 19.0.0". Package "@angular-eslint/schematics" has a missing peer dependency of "@angular-devkit/schematics" @ ">= 18.0.0 < 19.0.0". Updating package.json with dependency @angular-devkit/build-angular @ "18.0.2" (was "17.3.8")... Updating package.json with dependency @angular-eslint/builder @ "18.0.1" (was "17.5.2")... Updating package.json with dependency @angular-eslint/eslint-plugin @ "18.0.1" (was "17.5.2")... Updating package.json with dependency @angular-eslint/eslint-plugin-template @ "18.0.1" (was "17.5.2")... Updating package.json with dependency @angular-eslint/schematics @ "18.0.1" (was "17.5.2")... Updating package.json with dependency @angular-eslint/template-parser @ "18.0.1" (was "17.5.2")... Updating package.json with dependency @angular/cli @ "18.0.2" (was "17.3.8")... Updating package.json with dependency ng-packagr @ "18.0.0" (was "17.3.0")... Updating package.json with dependency @angular/cdk @ "18.0.1" (was "17.3.10")... Updating package.json with dependency @angular/core @ "18.0.1" (was "17.3.10")... UPDATE package.json (2343 bytes) ✔ Packages successfully installed. ** Optional migrations of package '@angular/cli' ** This package has 1 optional migration that can be executed. Optional migrations may be skipped and executed after the update process, if preferred. Select the migrations that you'd like to run [use-application-builder] Migrate application projects to the new build system. (https://angular.dev/tools/cli/build-system-migration) ▸ Migrate application projects to the new build system. Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder. You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration The output location of the browser build has been updated from "dist/ng-walkthrough" to "dist/ng-walkthrough/browser". You might need to adjust your deployment pipeline or, as an alternative, set outputPath.browser to "" in order to maintain the previous functionality. UPDATE angular.json (4839 bytes) UPDATE tsconfig.json (532 bytes) Migration completed (2 files modified). ** Executing migrations of package '@angular/cdk' ** ▸ Updates the Angular CDK to v18. Skipping migration for project ng-walkthrough-e2e. Unable to determine 'tsconfig.json' file in workspace config. ✓ Updated Angular CDK to version 18 Migration completed (No changes made). ** Executing migrations of package '@angular/core' ** ▸ Updates two-way bindings that have an invalid expression to use the longform expression instead. Migration completed (No changes made). ▸ Replace deprecated HTTP related modules with provider functions. Migration completed (No changes made).
- Loading branch information