Bump @angular/cdk from 16.0.1 to 18.2.6 in /desktop/angular

Bumps [@angular/cdk](https://github.com/angular/components) from 16.0.1 to 18.2.6.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/components/compare/16.0.1...18.2.6)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-27 02:06:46 +00:00 committed by GitHub
parent cfd877757d
commit 3fad18300a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 37 additions and 7 deletions

View file

@ -9,7 +9,7 @@
"version": "0.8.11",
"dependencies": {
"@angular/animations": "^16.0.1",
"@angular/cdk": "^16.0.1",
"@angular/cdk": "^18.2.6",
"@angular/common": "^16.0.1",
"@angular/compiler": "^16.0.1",
"@angular/core": "^16.0.1",
@ -1379,8 +1379,9 @@
}
},
"node_modules/@angular/cdk": {
"version": "16.0.1",
"license": "MIT",
"version": "18.2.6",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.6.tgz",
"integrity": "sha512-Gfq/iv4zhlKYpdQkDaBRwxI71NHNUHM1Cs1XhnZ0/oFct5HXvSv1RHRGTKqBJLLACaAPzZKXJ/UglLoyO5CNiQ==",
"dependencies": {
"tslib": "^2.3.0"
},
@ -1388,8 +1389,8 @@
"parse5": "^7.1.2"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
@ -12742,6 +12743,22 @@
"@angular/router": "^16.0.0"
}
},
"node_modules/ng-zorro-antd/node_modules/@angular/cdk": {
"version": "16.2.14",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.14.tgz",
"integrity": "sha512-n6PrGdiVeSTEmM/HEiwIyg6YQUUymZrb5afaNLGFRM5YL0Y8OBqd+XhCjb0OfD/AfgCUtedVEPwNqrfW8KzgGw==",
"dependencies": {
"tslib": "^2.3.0"
},
"optionalDependencies": {
"parse5": "^7.1.2"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/ngx-markdown": {
"version": "16.0.0",
"license": "MIT",
@ -19204,7 +19221,9 @@
}
},
"@angular/cdk": {
"version": "16.0.1",
"version": "18.2.6",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.6.tgz",
"integrity": "sha512-Gfq/iv4zhlKYpdQkDaBRwxI71NHNUHM1Cs1XhnZ0/oFct5HXvSv1RHRGTKqBJLLACaAPzZKXJ/UglLoyO5CNiQ==",
"requires": {
"parse5": "^7.1.2",
"tslib": "^2.3.0"
@ -26587,6 +26606,17 @@
"@ant-design/icons-angular": "^16.0.0",
"date-fns": "^2.16.1",
"tslib": "^2.3.0"
},
"dependencies": {
"@angular/cdk": {
"version": "16.2.14",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.14.tgz",
"integrity": "sha512-n6PrGdiVeSTEmM/HEiwIyg6YQUUymZrb5afaNLGFRM5YL0Y8OBqd+XhCjb0OfD/AfgCUtedVEPwNqrfW8KzgGw==",
"requires": {
"parse5": "^7.1.2",
"tslib": "^2.3.0"
}
}
}
},
"ngx-markdown": {

View file

@ -23,7 +23,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^16.0.1",
"@angular/cdk": "^16.0.1",
"@angular/cdk": "^18.2.6",
"@angular/common": "^16.0.1",
"@angular/compiler": "^16.0.1",
"@angular/core": "^16.0.1",