From fc919a2fb9628d7fd50b1144780b3328d09a46ea Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Wed, 16 Mar 2022 10:51:42 +0100 Subject: [PATCH] Update angularmaterial monorepo to v13.2.6 (#1214) 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.5` -> `13.2.6`](https://renovatebot.com/diffs/npm/@angular%2fcdk/13.2.5/13.2.6) | | [@angular/material](https://github.com/angular/components) | dependencies | patch | [`13.2.5` -> `13.2.6`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/13.2.5/13.2.6) | --- ### Release Notes
angular/components ### [`v13.2.6`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#​1326-suede-spaghetti-2022-03-09) [Compare Source](https://github.com/angular/components/compare/13.2.5...13.2.6) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [39929a815d](https://github.com/angular/components/commit/39929a815d05722996512c6e9a9e4c7f3d928388) | fix | **overlay:** backdrop timeouts not being cleared in some cases ([#​23972](https://github.com/angular/components/pull/23972)) | | [2f2b0c7cf4](https://github.com/angular/components/commit/2f2b0c7cf4bcef4d962c75693f07461c26c4c74c) | fix | **testing:** dispatch mouseover and mouseout events in UnitTestElement ([#​24490](https://github.com/angular/components/pull/24490)) | | [edca54f2d0](https://github.com/angular/components/commit/edca54f2d03771b048591b5516a469c1967ef612) | fix | **testing:** require at least one argument for locator functions ([#​23619](https://github.com/angular/components/pull/23619)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [c4993ac171](https://github.com/angular/components/commit/c4993ac17160de6bcfcef8129a548078029442cf) | fix | **button:** avoid setting a tabindex on all link buttons ([#​22901](https://github.com/angular/components/pull/22901)) | | [c47d30e0e5](https://github.com/angular/components/commit/c47d30e0e5955769ec833b1f2711a3767bc9385b) | fix | **dialog:** don't wait for animation before moving focus ([#​24121](https://github.com/angular/components/pull/24121)) | | [70b8248568](https://github.com/angular/components/commit/70b8248568b890491283b813a0746315ad6813e2) | fix | **expansion:** able to tab into descendants with visibility while closed ([#​24045](https://github.com/angular/components/pull/24045)) | | [d22d73ab8d](https://github.com/angular/components/commit/d22d73ab8dedd2673dfd27e961e0e55dd769a6aa) | fix | **select:** disabled state out of sync when swapping form group with a disabled one ([#​17872](https://github.com/angular/components/pull/17872)) | | [911d6b71d4](https://github.com/angular/components/commit/911d6b71d490a21e5974491eadec18b58bd1a5e6) | fix | **slide-toggle:** clear name from host node ([#​15505](https://github.com/angular/components/pull/15505)) | | [4b5363d160](https://github.com/angular/components/commit/4b5363d160ec639443ad83d3424c9e7b19c36f54) | fix | **tooltip:** decouple removal logic from change detection ([#​19432](https://github.com/angular/components/pull/19432)) | ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [8414646d79](https://github.com/angular/components/commit/8414646d795fafadd17d076533e15641d4c2e151) | fix | **mdc-card:** remove extra margin if header doesn't have an avatar ([#​19072](https://github.com/angular/components/pull/19072)) | | [f66486dc5b](https://github.com/angular/components/commit/f66486dc5b721cbdc480da1d102f31f72e4a5b54) | fix | **mdc-slider:** fix a few null pointer exceptions ([#​23659](https://github.com/angular/components/pull/23659)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [6ee0089ce6](https://github.com/angular/components/commit/6ee0089ce609152a482c9ea5cbb2375ba9a84f22) | fix | don't block child component animations on open ([#​24529](https://github.com/angular/components/pull/24529)) | #### Special Thanks Andrew Seguin, Jeri Peier, Kristiyan Kostadinov and Paul Gschwendtner
--- ### 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/1214 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 b654861bb..eba6fec70 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,12 +18,12 @@ "private": true, "dependencies": { "@angular/animations": "13.2.6", - "@angular/cdk": "13.2.5", + "@angular/cdk": "13.2.6", "@angular/common": "13.2.6", "@angular/compiler": "13.2.6", "@angular/core": "13.2.6", "@angular/forms": "13.2.6", - "@angular/material": "13.2.5", + "@angular/material": "13.2.6", "@angular/platform-browser": "13.2.6", "@angular/platform-browser-dynamic": "13.2.6", "@angular/router": "13.2.6", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c27c87ba2..b833476d2 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -192,10 +192,10 @@ dependencies: tslib "^2.3.0" -"@angular/cdk@13.2.5": - version "13.2.5" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.2.5.tgz#424a4c040d4f7af3da75749d63ec8fdfda59b4cb" - integrity sha512-kYya2Zd+tK5CmzNcxNADqILVZYEb5CKsOnr4DXPmRJ55IwlHiBZJKUdmSaavb7SCdyNOFP3e1dSwOrIIRLeCuQ== +"@angular/cdk@13.2.6": + version "13.2.6" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.2.6.tgz#4a5cf4b93ccad4123e09a6cbe2c880bb6f3242fe" + integrity sha512-epuXmaHqfukwPsYvIksbuHLXDtb6GALV2Vgv6W2asj4TorD584CeQTs0EcdPGmCzhGUYI8U8QV63WOxu9YFcNA== dependencies: tslib "^2.3.0" optionalDependencies: @@ -270,10 +270,10 @@ dependencies: tslib "^2.3.0" -"@angular/material@13.2.5": - version "13.2.5" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.2.5.tgz#07330419acf9391a84809697ef0f27adad257d0c" - integrity sha512-9rkB8/3o+kSjvKJYBCA8YJoTW54BGiqLrtan6Qn/Qv4pqDl6zwiHtk8EcM26N9Zmv7LzJf0mdNsy2XxfX4/agQ== +"@angular/material@13.2.6": + version "13.2.6" + resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.2.6.tgz#615ad63453cd4122ab1775b077e8122c932cab06" + integrity sha512-/h5wa/tXE0DMIIEQX+rozFkUWHYUWg1Xf1R2tXUFLslLQ0KRCGyNo225Sv/1wrxXHxfrML787lA9ex4p90Feqw== dependencies: tslib "^2.3.0"