From 7e52babb4c4bcb1f05e4d3a2977811b558d32af0 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Sun, 9 Apr 2023 10:13:11 +0000 Subject: [PATCH] Update angularmaterial monorepo to v15.2.6 (#1850) 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 | [`15.2.5` -> `15.2.6`](https://renovatebot.com/diffs/npm/@angular%2fcdk/15.2.5/15.2.6) | | [@angular/material](https://github.com/angular/components) | dependencies | patch | [`15.2.5` -> `15.2.6`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/15.2.5/15.2.6) | --- ### Release Notes
angular/components ### [`v15.2.6`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#​1526-chiffon-cardigan-2023-04-05) [Compare Source](https://github.com/angular/components/compare/15.2.5...15.2.6) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [cc5f7d0890](https://github.com/angular/components/commit/cc5f7d089072dc8839f467d0bf9648f8d7ab34ad) | fix | **menu:** move focus when opening via click ([#​26874](https://github.com/angular/components/pull/26874)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [fd58310a1f](https://github.com/angular/components/commit/fd58310a1fb0afd1fbda65663479b855dff2b560) | fix | **core:** don't use font shorthand property in typography-level ([#​26865](https://github.com/angular/components/pull/26865)) | #### Special Thanks Jonathan Meier and Kristiyan Kostadinov
--- ### 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, check this box --- 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/1850 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 06171664..a4eef945 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,12 +18,12 @@ "private": true, "dependencies": { "@angular/animations": "15.2.5", - "@angular/cdk": "15.2.5", + "@angular/cdk": "15.2.6", "@angular/common": "15.2.5", "@angular/compiler": "15.2.5", "@angular/core": "15.2.5", "@angular/forms": "15.2.5", - "@angular/material": "15.2.5", + "@angular/material": "15.2.6", "@angular/platform-browser": "15.2.5", "@angular/platform-browser-dynamic": "15.2.5", "@fontsource/material-icons": "4.5.4", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e1b34c30..866d2bf8 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -187,10 +187,10 @@ dependencies: tslib "^2.3.0" -"@angular/cdk@15.2.5": - version "15.2.5" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-15.2.5.tgz#53208ea5e654b678af011b3ef6034e1382339630" - integrity sha512-6/vA4xATcx//AULwXnRRH0Of0aaNlfrFxdlhvRVfnfmxi/hZAkjjEtil/wv8uBw+dAwXBx5yZMsAol9nUFS/BQ== +"@angular/cdk@15.2.6": + version "15.2.6" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-15.2.6.tgz#528f5c6c22c3e258fdc4c847ac061f2ae7faedc2" + integrity sha512-c6XFKMFowllHxb4tUt9en3bXBDqXKG2k4O9XGggJ1TL668d3Uhlk9qULywFNVWmNQSamkERmhFKAN4hEO3TPAQ== dependencies: tslib "^2.3.0" optionalDependencies: @@ -264,10 +264,10 @@ dependencies: tslib "^2.3.0" -"@angular/material@15.2.5": - version "15.2.5" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-15.2.5.tgz#a0531b629334dfd2997dd01e549bd0c40680f4e9" - integrity sha512-Lk6l1VsBA2ActVN9YsX2W5lVFYHJEVwswbbUdBPjWaXJzp7TdgghTFczac7vsNA6y3DM3Rd+CvRsJPD2kK4g4A== +"@angular/material@15.2.6": + version "15.2.6" + resolved "https://registry.yarnpkg.com/@angular/material/-/material-15.2.6.tgz#ac094216961a22058db7af898489808f02093038" + integrity sha512-r5feEcgs+xufI+GaO01XCehpnJVNB8sMS4l8DRV72DzgEIXhqYoLSWnQy7gYOKRXCUT66r1BxDmPG5fGa7jNzg== dependencies: "@material/animation" "15.0.0-canary.684e33d25.0" "@material/auto-init" "15.0.0-canary.684e33d25.0"