Update angularmaterial monorepo to v22.1.5

This commit is contained in:
renovate[bot]
2026-09-02 22:33:56 +00:00
committed by GitHub
parent 06888a5453
commit 6fdca1a14d
2 changed files with 12 additions and 11 deletions
+10 -9
View File
@@ -9,12 +9,12 @@
"version": "0.14.4",
"license": "MIT",
"dependencies": {
"@angular/cdk": "22.1.4",
"@angular/cdk": "22.1.5",
"@angular/common": "22.1.4",
"@angular/compiler": "22.1.4",
"@angular/core": "22.1.4",
"@angular/forms": "22.1.4",
"@angular/material": "22.1.4",
"@angular/material": "22.1.5",
"@angular/platform-browser": "22.1.4",
"@angular/router": "22.1.4",
"ajv": "8.20.0",
@@ -261,9 +261,9 @@
}
},
"node_modules/@angular/cdk": {
"version": "22.1.4",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-22.1.4.tgz",
"integrity": "sha512-//KICh/rxeLbYLgNj8HawaliVAPNlSV0aRmki45Tf/YhoXVhzon9DfFqCs5u1cLvmMkMTHdFm5ghGTB8SUv3DA==",
"version": "22.1.5",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-22.1.5.tgz",
"integrity": "sha512-1tYAeI5KKIqNGNvyDuMM0Drs2FU3M4B25Q1BlAnwtZe3wvrpVETAGXgHaBX3Hs/pvWfgMNwgbcHkxlKVUBNXMA==",
"license": "MIT",
"dependencies": {
"parse5": "^8.0.0",
@@ -272,6 +272,7 @@
"peerDependencies": {
"@angular/common": "^22.0.0 || ^23.0.0",
"@angular/core": "^22.0.0 || ^23.0.0",
"@angular/forms": "^22.0.0 || ^23.0.0",
"@angular/platform-browser": "^22.0.0 || ^23.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
}
@@ -414,15 +415,15 @@
}
},
"node_modules/@angular/material": {
"version": "22.1.4",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-22.1.4.tgz",
"integrity": "sha512-d4+uajpIYmyjar/4dypd5L+z8pbgkaCOsSxsrslmE0o0wK7mfFvXCkn0wwfucey5yUHXjswlKu1X5RzJZLOZ+w==",
"version": "22.1.5",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-22.1.5.tgz",
"integrity": "sha512-CeXPascggzu5w0xKETYVQhxlyYU+Vcj/DCY4JdND2veRr6/bmPM8uA/xY4jEvsFccz3HQ9OrkY+V+sNai2h++g==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/cdk": "22.1.4",
"@angular/cdk": "22.1.5",
"@angular/common": "^22.0.0 || ^23.0.0",
"@angular/core": "^22.0.0 || ^23.0.0",
"@angular/forms": "^22.0.0 || ^23.0.0",