From 3cb81a150064d352b74bf1be0adaf0fce3bdffcd Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Sun, 26 Jul 2026 19:12:38 +0400 Subject: [PATCH] chore(deps): update @angular/cdk 21.1.5 -> 22.0.6 Ran via ng update @angular/cdk@22 - no code migrations required. Verified after full upgrade (core/cli/animations/common/compiler/ forms/platform-browser/router/service-worker/cdk all now 22.0.8/ 22.0.6): tsc --noEmit clean, ng build --configuration=production clean (same pre-existing bundle-budget warning, size unchanged), arch:check:boundaries and arch:check:cycles both pass. Live-verified in browser: storefront home renders correctly (categories/products/ i18n all working), /backoffice/dashboard (admin shell, lazy-loaded per the earlier routing fix) renders correctly, no console errors on either. Required a Node.js upgrade on the dev machine first (Angular 22 CLI needs Node >=22.22.3 or >=24.15; machine had v22.16.0) - done by the user before this update ran. --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2eee12d..449d028 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "22.0.8", - "@angular/cdk": "21.1.5", + "@angular/cdk": "22.0.6", "@angular/common": "22.0.8", "@angular/compiler": "22.0.8", "@angular/core": "22.0.8", @@ -445,18 +445,18 @@ } }, "node_modules/@angular/cdk": { - "version": "21.1.5", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-21.1.5.tgz", - "integrity": "sha512-AlQPgqe3LLwXCyrDwYSX3m/WKnl2ppCMW7Gb+7bJpIcpMdWYEpSOSQF318jXGYIysKg43YbdJ1tWhJWY/cbn3w==", + "version": "22.0.6", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-22.0.6.tgz", + "integrity": "sha512-b36f4b+7yQpuulG9Ai2O38SV2tsqyNeYTYCH9TehMir18XlTx+NtLELwA8Sfi24tHByJHEDADQZtHPWWUj71/w==", "license": "MIT", "dependencies": { "parse5": "^8.0.0", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": "^21.0.0 || ^22.0.0", - "@angular/core": "^21.0.0 || ^22.0.0", - "@angular/platform-browser": "^21.0.0 || ^22.0.0", + "@angular/common": "^22.0.0 || ^23.0.0", + "@angular/core": "^22.0.0 || ^23.0.0", + "@angular/platform-browser": "^22.0.0 || ^23.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 21093d4..6b44d2f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "private": true, "dependencies": { "@angular/animations": "22.0.8", - "@angular/cdk": "21.1.5", + "@angular/cdk": "22.0.6", "@angular/common": "22.0.8", "@angular/compiler": "22.0.8", "@angular/core": "22.0.8",