From 24e6b257eefe271a600d993c596d3cd77fa3d6e3 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Mon, 9 May 2022 13:46:05 +0200 Subject: [PATCH] Update angularmaterial monorepo to v13.3.6 (#1342) 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.3.5` -> `13.3.6`](https://renovatebot.com/diffs/npm/@angular%2fcdk/13.3.5/13.3.6) | | [@angular/material](https://github.com/angular/components) | dependencies | patch | [`13.3.5` -> `13.3.6`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/13.3.5/13.3.6) | --- ### Release Notes
angular/components ### [`v13.3.6`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#​1336-iridium-ire-2022-05-04) [Compare Source](https://github.com/angular/components/compare/13.3.5...13.3.6) ##### material | Commit | Type | Description | | -- | -- | -- | | [6a0e6ba510](https://github.com/angular/components/commit/6a0e6ba51060a3bd54e2790d2e41d5db8acec9d6) | fix | **menu:** add constructor overloads for non-deprecated signatures ([#​24860](https://github.com/angular/components/pull/24860)) | ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [8ca629dc7e](https://github.com/angular/components/commit/8ca629dc7e5aa7e015c10a9f57e8b003bdf36038) | fix | **mdc-snack-bar:** avoid multiple snack bars on the page if opened in quick succession ([#​24757](https://github.com/angular/components/pull/24757)) | | [d6f9db37b0](https://github.com/angular/components/commit/d6f9db37b074fcd11133146e67b8966f5c867291) | fix | **mdc-table:** add inherit background to rows ([#​24867](https://github.com/angular/components/pull/24867)) | #### Special Thanks Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, 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/1342 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 727b83bce..f5e90336c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,12 +18,12 @@ "private": true, "dependencies": { "@angular/animations": "13.3.6", - "@angular/cdk": "13.3.5", + "@angular/cdk": "13.3.6", "@angular/common": "13.3.6", "@angular/compiler": "13.3.6", "@angular/core": "13.3.6", "@angular/forms": "13.3.6", - "@angular/material": "13.3.5", + "@angular/material": "13.3.6", "@angular/platform-browser": "13.3.6", "@angular/platform-browser-dynamic": "13.3.6", "@ngneat/transloco": "4.0.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e4c82dc1d..a3781c1fb 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -192,10 +192,10 @@ dependencies: tslib "^2.3.0" -"@angular/cdk@13.3.5": - version "13.3.5" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.5.tgz#b198bcd062d46eb55e9e012cfab8b0a3457d2c23" - integrity sha512-fA99fGgybup9ezyB/IzOa9Mk8g8LjejkqikLnC3mAeQ0lROOO7Vf9Rp1v7/ahe2lALTUbA1bzJeXzQYaffkIiA== +"@angular/cdk@13.3.6": + version "13.3.6" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.6.tgz#4b62d33f82bd4cddaae78c53d2485ca385a26bae" + integrity sha512-sPwEGCHARxuUMzPLRiiN51GQP0P39ev+eL06NcyYXZ3AxyZIH5N/PWmGKf7EDOXIof4ata13jsIeW38mFe+wvg== dependencies: tslib "^2.3.0" optionalDependencies: @@ -270,10 +270,10 @@ dependencies: tslib "^2.3.0" -"@angular/material@13.3.5": - version "13.3.5" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.3.5.tgz#d2e5f90edaa35eeb1e09925692f04acc6b082bae" - integrity sha512-4+FCb6Tbre5SwhZRKfnuh8K+/o+DuCGisJOuk7lxdFKDGDPjsPDWYVrBDal1N70mO09z/ApwNjpsIjuRv79wpg== +"@angular/material@13.3.6": + version "13.3.6" + resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.3.6.tgz#95a55f37c40b39d3593efe02b5e59f864e31a72f" + integrity sha512-V+3Fs9JK+7KlcdJG/Oa/IQuLHC8WYzuL8ffH1Q06ANSzGxSjsAHs4FZQpKUpVBoL3E+p9Yz+zkKe91k5L62VoQ== dependencies: tslib "^2.3.0"