chore(deps): update @angular/cdk 21.1.5 -> 22.0.6
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
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.
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user