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/cdk @angular/cli @angular/core @angular-eslint/schematics The installed Angular CLI version is outdated. Installing a temporary Angular CLI versioned 19.0.0 to perform the update. Using package manager: npm Collecting installed dependencies... Found 52 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". Package "@angular-eslint/eslint-plugin-template" has a missing peer dependency of "@typescript-eslint/types" @ "^7.11.0 || ^8.0.0". Package "@angular-eslint/eslint-plugin-template" has a missing peer dependency of "@typescript-eslint/utils" @ "^7.11.0 || ^8.0.0". 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 @ "19.0.0" (was "18.0.2")... Updating package.json with dependency @angular-eslint/builder @ "18.4.1" (was "18.0.1")... Updating package.json with dependency @angular-eslint/eslint-plugin @ "18.4.1" (was "18.0.1")... Updating package.json with dependency @angular-eslint/eslint-plugin-template @ "18.4.1" (was "18.0.1")... Updating package.json with dependency @angular-eslint/schematics @ "18.4.1" (was "18.0.1")... Updating package.json with dependency @angular-eslint/template-parser @ "18.4.1" (was "18.0.1")... Updating package.json with dependency @angular/cli @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/compiler-cli @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/language-service @ "19.0.0" (was "18.1.2")... Updating package.json with dependency ng-packagr @ "19.0.0" (was "18.1.0")... Updating package.json with dependency typescript @ "5.6.3" (was "5.4.5")... Updating package.json with dependency @angular/animations @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/cdk @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/common @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/compiler @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/core @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/forms @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/platform-browser @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/platform-browser-dynamic @ "19.0.0" (was "18.1.2")... Updating package.json with dependency @angular/router @ "19.0.0" (was "18.1.2")... Updating package.json with dependency zone.js @ "0.15.0" (was "0.14.8")... UPDATE package.json (2545 bytes) ✔ Cleaning node modules directory ✔ Installing packages ** Executing migrations of package '@angular-eslint/schematics' ** ❯ Updates @angular-eslint to v18.2. Migration completed (No changes made). ** Executing migrations of package '@angular/cli' ** ❯ Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected. Migration completed (No changes made). ❯ Update the workspace configuration by replacing deprecated options in 'angular.json' for compatibility with the latest Angular CLI changes. Migration completed (No changes made). ** 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 UPDATE tsconfig.json (620 bytes) Migration completed (1 file modified). ** Executing migrations of package '@angular/cdk' ** ❯ Updates the Angular CDK to v19. Skipping migration for project ng-select2-e2e. Unable to determine 'tsconfig.json' file in workspace config. ✓ Updated Angular CDK to version 19 Migration completed (No changes made). ** Executing migrations of package '@angular/core' ** ❯ Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone. UPDATE projects/ng-select2-component/src/lib/select2.component.ts (40142 bytes) UPDATE projects/ng-select2-component/src/lib/select2-hint.component.ts (140 bytes) UPDATE projects/ng-select2-component/src/lib/select2-label.component.ts (142 bytes) UPDATE src/app/app-examples.component.ts (6503 bytes) UPDATE src/app/app-gen.component.ts (17275 bytes) UPDATE src/app/app.component.ts (281 bytes) Migration completed (6 files modified). ❯ Updates ExperimentalPendingTasks to PendingTasks. Migration completed (No changes made). ** Optional migrations of package '@angular/core' ** 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 [provide-initializer] Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`. ❯ Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`. Migration completed (No changes made).
- Loading branch information