From 2fe5f141d2e7a26e6ecaa2d6d1365cf9efdf5434 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Thu, 29 Sep 2022 13:38:14 +0200 Subject: [PATCH] Update angularmaterial monorepo to v14.2.3 (#1568) 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 | [`14.2.2` -> `14.2.3`](https://renovatebot.com/diffs/npm/@angular%2fcdk/14.2.2/14.2.3) | | [@angular/material](https://github.com/angular/components) | dependencies | patch | [`14.2.2` -> `14.2.3`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/14.2.2/14.2.3) | --- ### Release Notes
angular/components ### [`v14.2.3`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#​1423-wool-wombat-2022-09-28) [Compare Source](https://github.com/angular/components/compare/14.2.2...14.2.3) ##### material | Commit | Type | Description | | -- | -- | -- | | [8c3d79156](https://github.com/angular/components/commit/8c3d791562e28902aded5c4e73b2337b74452ebc) | fix | **bottom-sheet:** aria-modal not being set | | [7d314a87b](https://github.com/angular/components/commit/7d314a87bfe2cd75a7569341c4339442a3ad2352) | fix | **dialog:** aria-modal not being set | | [bc978445b](https://github.com/angular/components/commit/bc978445bb52f4d0cc21bc714555cb9705af1f96) | fix | **stepper:** remove invalid aria attribute ([#​25644](https://github.com/angular/components/pull/25644)) | | [a9d3bc580](https://github.com/angular/components/commit/a9d3bc5801342583443029cf8d4f71120719e850) | fix | **tooltip:** animations running when timeouts haven't elapsed ([#​25699](https://github.com/angular/components/pull/25699)) ([#​25701](https://github.com/angular/components/pull/25701)) | #### Special Thanks James Skinner, Kristiyan Kostadinov and Paul Gschwendtner
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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/1568 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 f8cafb781..b50e8c188 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,12 +18,12 @@ "private": true, "dependencies": { "@angular/animations": "14.2.4", - "@angular/cdk": "14.2.2", + "@angular/cdk": "14.2.3", "@angular/common": "14.2.4", "@angular/compiler": "14.2.4", "@angular/core": "14.2.4", "@angular/forms": "14.2.4", - "@angular/material": "14.2.2", + "@angular/material": "14.2.3", "@angular/platform-browser": "14.2.4", "@angular/platform-browser-dynamic": "14.2.4", "@ngneat/transloco": "4.1.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 3dbae33d2..e839c7d7a 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -193,10 +193,10 @@ dependencies: tslib "^2.3.0" -"@angular/cdk@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-14.2.2.tgz#9e49620c816b7f34e7c59b0dee705e7c1b1260df" - integrity sha512-PXEnhX+QDOsmHVVnqTuoGaK7Wn9hFd5kWAmHTTU7lZr3XVu/AtDcEU+LB19wOFU0fY+kSYHMgN+BYo1TiR8vbw== +"@angular/cdk@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-14.2.3.tgz#0357923ba3798d8e49b56edfce9344fc9f9aeb6d" + integrity sha512-ej8LZOlND4x5w18R930gtXBgvyUAGapiz0romp4Q5NXGdvin/D9fjBHT6t+WzcWZTckWFsgOVtTHhjSTb6KF+g== dependencies: tslib "^2.3.0" optionalDependencies: @@ -272,10 +272,10 @@ dependencies: tslib "^2.3.0" -"@angular/material@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-14.2.2.tgz#b9d834180eb0bba07a6aa946c090a6155b9716e7" - integrity sha512-jVCaESSTTkLjRvMzSQj294s0Lz1YMVFkl0svrMtWgkUMXHEfx2Vjw6FXdrVrBXlxEIrpfhkTEXVN2DC1kkAkQw== +"@angular/material@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@angular/material/-/material-14.2.3.tgz#07738b5ad297d422f92f5271c45d1ca57fb0e8d1" + integrity sha512-25MjTXE3XBfDjsDh1+CH13o8q1fhC6QiRdzB/0soDAn6NLi3dGlH7at68WFrt894kvXwBC37sM0A2VE6J2mk1A== dependencies: tslib "^2.3.0"