Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update angularmaterial monorepo to v13.3.6 (#1342)
Browse files Browse the repository at this point in the history
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

<details>
<summary>angular/components</summary>

### [`v13.3.6`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#&#8203;1336-iridium-ire-2022-05-04)

[Compare Source](angular/components@13.3.5...13.3.6)

##### material

| Commit | Type | Description |
| -- | -- | -- |
| [6a0e6ba510](angular/components@6a0e6ba) | fix | **menu:** add constructor overloads for non-deprecated signatures ([#&#8203;24860](angular/components#24860)) |

##### material-experimental

| Commit | Type | Description |
| -- | -- | -- |
| [8ca629dc7e](angular/components@8ca629d) | fix | **mdc-snack-bar:** avoid multiple snack bars on the page if opened in quick succession ([#&#8203;24757](angular/components#24757)) |
| [d6f9db37b0](angular/components@d6f9db3) | fix | **mdc-table:** add inherit background to rows ([#&#8203;24867](angular/components#24867)) |

#### Special Thanks

Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner

<!-- CHANGELOG SPLIT MARKER -->

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->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 <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1342
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and Epsilon_02 committed May 9, 2022
1 parent cba33d1 commit 24e6b25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions frontend/yarn.lock
Expand Up @@ -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:
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 24e6b25

Please sign in to comment.