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.4 (#1315)
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.3` -> `13.3.4`](https://renovatebot.com/diffs/npm/@angular%2fcdk/13.3.3/13.3.4) |
| [@angular/material](https://github.com/angular/components) | dependencies | patch | [`13.3.3` -> `13.3.4`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/13.3.3/13.3.4) |

---

### Release Notes

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

### [`v13.3.4`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#&#8203;1334-adamantium-albatross-2022-04-20)

[Compare Source](angular/components@13.3.3...13.3.4)

##### cdk

| Commit | Type | Description |
| -- | -- | -- |
| [eef47579f](angular/components@eef4757) | fix | **portal:** prevent calling `ApplicationRef.detachView` on destroyed instance ([#&#8203;24775](angular/components#24775)) |

#### Special Thanks

Andrew Kushnir, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend

<!-- 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/1315
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 Apr 25, 2022
1 parent fdc48f2 commit ab4d0e8
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.4",
"@angular/cdk": "13.3.3",
"@angular/cdk": "13.3.4",
"@angular/common": "13.3.4",
"@angular/compiler": "13.3.4",
"@angular/core": "13.3.4",
"@angular/forms": "13.3.4",
"@angular/material": "13.3.3",
"@angular/material": "13.3.4",
"@angular/platform-browser": "13.3.4",
"@angular/platform-browser-dynamic": "13.3.4",
"@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.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.3.tgz#f98d9d67744bf7fa7ee5a8aeb756c6546b88793e"
integrity sha512-dzd31mta2VwffxbeO4CelMqb7WswLnkC/r2QZXySnc0CTmj44HqXkqdZuEvVgxaKRVpxsYeuBuhhhy8U00YMOw==
"@angular/cdk@13.3.4":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.4.tgz#047d3474e1938aa11b4665286bcd09aa4c45424c"
integrity sha512-im4LKxJaIuqFVzmtf650PoiYsn/SZlvBV2zEgzusK8HwQ24C1Lya7NQSApwl8k43h4eKO1OvUKBjqL5uDgEQag==
dependencies:
tslib "^2.3.0"
optionalDependencies:
Expand Down Expand Up @@ -270,10 +270,10 @@
dependencies:
tslib "^2.3.0"

"@angular/material@13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.3.3.tgz#efeb63f01529ecbee7dd41f4eb34aaf28b778588"
integrity sha512-PkZ7VW3/7tqdBHSOOmq7com7Ir147OEe1+kfgF/G3y8WUutI9jY2cHKARXGWB+5WgcqKr7ol43u239UGkPfFHg==
"@angular/material@13.3.4":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.3.4.tgz#202a5abf4771db56c9b434885262499261de4baf"
integrity sha512-jK9rWmBaPrE+3re6uIdyvG5DCzc47VUvnP1DqblNnpaa8GCKllb1cFRGqa5GPYB1/96d3wO+RPwzhC06qqV+yw==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit ab4d0e8

Please sign in to comment.