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

---

### Release Notes

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

### [`v13.3.5`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#&#8203;1335-bread-bun-2022-04-27)

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

##### cdk

| Commit | Type | Description |
| -- | -- | -- |
| [68d09ddecd](angular/components@68d09dd) | fix | **overlay:** animations interrupted on repeat insertions ([#&#8203;24815](angular/components#24815)) |

##### material

| Commit | Type | Description |
| -- | -- | -- |
| [86a1e8c7be](angular/components@86a1e8c) | fix | **autocomplete:** outside click in Angular zone. ([#&#8203;24817](angular/components#24817)) |

##### material-experimental

| Commit | Type | Description |
| -- | -- | -- |
| [b16a33dbb2](angular/components@b16a33d) | fix | **mdc-slider:** remove pointerdown passive eve… ([#&#8203;24766](angular/components#24766)) |
| [6603bd5ec6](angular/components@6603bd5) | fix | **mdc-snack-bar:** avoid querying the DOM on each change detection ([#&#8203;24770](angular/components#24770)) |

#### Special Thanks

Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Paul Gschwendtner, Ruslan Lekhman, Sukka and Wagner Maciel

<!-- 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 <[email protected]>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1330
Reviewed-by: Epsilon_02 <[email protected]>
Co-authored-by: Calciumdibromid Bot <[email protected]>
Co-committed-by: Calciumdibromid Bot <[email protected]>
  • Loading branch information
2 people authored and Epsilon_02 committed Apr 28, 2022
1 parent b35b73e commit 528ca8e
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"private": true,
"dependencies": {
"@angular/animations": "13.3.5",
"@angular/cdk": "13.3.4",
"@angular/cdk": "13.3.5",
"@angular/common": "13.3.5",
"@angular/compiler": "13.3.5",
"@angular/core": "13.3.5",
"@angular/forms": "13.3.5",
"@angular/material": "13.3.4",
"@angular/material": "13.3.5",
"@angular/platform-browser": "13.3.5",
"@angular/platform-browser-dynamic": "13.3.5",
"@ngneat/transloco": "4.0.0",
Expand Down
16 changes: 8 additions & 8 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@
dependencies:
tslib "^2.3.0"

"@angular/[email protected].4":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.4.tgz#047d3474e1938aa11b4665286bcd09aa4c45424c"
integrity sha512-im4LKxJaIuqFVzmtf650PoiYsn/SZlvBV2zEgzusK8HwQ24C1Lya7NQSApwl8k43h4eKO1OvUKBjqL5uDgEQag==
"@angular/[email protected].5":
version "13.3.5"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.5.tgz#b198bcd062d46eb55e9e012cfab8b0a3457d2c23"
integrity sha512-fA99fGgybup9ezyB/IzOa9Mk8g8LjejkqikLnC3mAeQ0lROOO7Vf9Rp1v7/ahe2lALTUbA1bzJeXzQYaffkIiA==
dependencies:
tslib "^2.3.0"
optionalDependencies:
Expand Down Expand Up @@ -270,10 +270,10 @@
dependencies:
tslib "^2.3.0"

"@angular/[email protected].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==
"@angular/[email protected].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==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 528ca8e

Please sign in to comment.