From 422362d8a5b1ebf2c7f3d6388ec69dc03d81d7be Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Thu, 17 Feb 2022 15:53:46 +0100 Subject: [PATCH] Update angularmaterial monorepo to v13.2.3 (#1176) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/cdk](https://github.com/angular/components) | dependencies | patch | [`13.2.2` -> `13.2.3`](https://renovatebot.com/diffs/npm/@angular%2fcdk/13.2.2/13.2.3) | | [@angular/material](https://github.com/angular/components) | dependencies | patch | [`13.2.2` -> `13.2.3`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/13.2.2/13.2.3) | --- ### Release Notes
angular/components ### [`v13.2.3`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#​1323-platinum-pen-2022-02-16) [Compare Source](https://github.com/angular/components/compare/13.2.2...13.2.3) ##### material | Commit | Type | Description | | -- | -- | -- | | [2c73b2df6](https://github.com/angular/components/commit/2c73b2df64d784c203829317b3f78d38e7b7c009) | fix | **menu:** position classes not update when window is resized ([#​24385](https://github.com/angular/components/pull/24385)) | ##### cdk-experimental | Commit | Type | Description | | -- | -- | -- | | [8c632ee87](https://github.com/angular/components/commit/8c632ee8781e5c60b46e4255e034218d03e54a68) | fix | **column-resize:** Fix bug in hover logic introduced by IE cleanup ([#​24396](https://github.com/angular/components/pull/24396)) | #### Special Thanks Karl Seamon, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and Zack Elliott
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1176 Reviewed-by: Epsilon_02 Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/package.json | 4 ++-- frontend/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index faed57865..e6da99968 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,12 +18,12 @@ "private": true, "dependencies": { "@angular/animations": "13.2.2", - "@angular/cdk": "13.2.2", + "@angular/cdk": "13.2.3", "@angular/common": "13.2.2", "@angular/compiler": "13.2.2", "@angular/core": "13.2.2", "@angular/forms": "13.2.2", - "@angular/material": "13.2.2", + "@angular/material": "13.2.3", "@angular/platform-browser": "13.2.2", "@angular/platform-browser-dynamic": "13.2.2", "@angular/router": "13.2.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 158dc9871..9af06b568 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -185,10 +185,10 @@ dependencies: tslib "^2.3.0" -"@angular/cdk@13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.2.2.tgz#4d41b1da6e92e3bc80d28aabe2049fa7ca40f5b1" - integrity sha512-cT5DIaz+NI9IGb3X61Wh26+L6zdRcOXT1BP37iRbK2Qa2qM8/0VNeK6hrBBIblyoHKR/WUmRlS8XYf6mmArpZw== +"@angular/cdk@13.2.3": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.2.3.tgz#5bbd3c16d550c518ce6acda8c9389038edfb651b" + integrity sha512-X7FH0eGwfK2HcAroYBrE7O9ehZ50k9+DoDV98xm1NRgezNfiQ2QxIdLQKhJv0bnnID+pGk4Tnb44RXUmgk5idw== dependencies: tslib "^2.3.0" optionalDependencies: @@ -263,10 +263,10 @@ dependencies: tslib "^2.3.0" -"@angular/material@13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.2.2.tgz#d673f68b0c9357ada2ee82ffeaf11f10f5d49b27" - integrity sha512-YAjPp2+/wuEOPfkAxdRVdbWHiK4P3DgMZa9qP/NizN2lTXNrftEfD09ZlPIFMZRnnExezJ2LnO7eyELpc1VSKg== +"@angular/material@13.2.3": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.2.3.tgz#a7d716d7d3eebfeb1250a0235b38262f1000df00" + integrity sha512-io9NzL32QKBngSpNbnIGRN0/qhkGpyfZHnpW+IOsYa4gMlXqi0JMV5Ygi+O1Dvd57TXzbb3e2eggdZyAWe7IDA== dependencies: tslib "^2.3.0"