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.1 (#1241)
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.0` -> `13.3.1`](https://renovatebot.com/diffs/npm/@angular%2fcdk/13.3.0/13.3.1) |
| [@angular/material](https://github.com/angular/components) | dependencies | patch | [`13.3.0` -> `13.3.1`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/13.3.0/13.3.1) |

---

### Release Notes

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

### [`v13.3.1`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#&#8203;1331-pearl-necklace-2022-03-23)

[Compare Source](angular/components@13.3.0...13.3.1)

##### cdk

| Commit | Type | Description |
| -- | -- | -- |
| [cf24b704d](angular/components@cf24b70) | fix | **schematics:** mark `ng-add` schematics as hidden |
| [4a4ebe7df](angular/components@4a4ebe7) | perf | **scrolling:** do not run change detection if there are no `viewChange` listeners ([#&#8203;23987](angular/components#23987)) |

##### material

| Commit | Type | Description |
| -- | -- | -- |
| [0897f49d7](angular/components@0897f49) | fix | **autocomplete:** re-enter the Angular zone when the `NgZone.onStable` emits ([#&#8203;24569](angular/components#24569)) |
| [51ddecbbb](angular/components@51ddecb) | fix | **checkbox:** model value not updated when using toggle method ([#&#8203;11902](angular/components#11902)) |
| [174871713](angular/components@1748717) | fix | **input:** resolve memory leak on iOS ([#&#8203;24599](angular/components#24599)) |
| [eed36b3ba](angular/components@eed36b3) | fix | **schematics:** mark `ng-add` schematics as hidden |
| [240b238f9](angular/components@240b238) | fix | **select:** NVDA reading out table when opening select on Chrome ([#&#8203;23446](angular/components#23446)) |
| [e04b7aeee](angular/components@e04b7ae) | fix | **select:** value set through property not being propagated to value accessor ([#&#8203;10246](angular/components#10246)) |
| [5e5b296bf](angular/components@5e5b296) | perf | **icon:** remove IE workaround ([#&#8203;24514](angular/components#24514)) |

##### material-experimental

| Commit | Type | Description |
| -- | -- | -- |
| [b09c7427c](angular/components@b09c742) | fix | **mdc-chips:** replace innerText w/ textContent ([#&#8203;24635](angular/components#24635)) |

##### multiple

| Commit | Type | Description |
| -- | -- | -- |
| [0a3c7d7c4](angular/components@0a3c7d7) | fix | memory leak when forcing focus ([#&#8203;24520](angular/components#24520)) |

#### Special Thanks

Alan Agius, Artur Androsovych, CommanderRoot, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Paul Gschwendtner, Wagner Maciel and tomicarsk6

<!-- 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/1241
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 Mar 24, 2022
1 parent 6e2b378 commit 16c2b41
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.0",
"@angular/cdk": "13.3.0",
"@angular/cdk": "13.3.1",
"@angular/common": "13.3.0",
"@angular/compiler": "13.3.0",
"@angular/core": "13.3.0",
"@angular/forms": "13.3.0",
"@angular/material": "13.3.0",
"@angular/material": "13.3.1",
"@angular/platform-browser": "13.3.0",
"@angular/platform-browser-dynamic": "13.3.0",
"@angular/router": "13.3.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.0":
version "13.3.0"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.0.tgz#9915998994df8e0dd3f276f0b02c6006d7df02fa"
integrity sha512-TyTcs9/Vd0TyQIjRf40xCDrTBK2GGCUrrHCVuHTXIqL8yvaGRnz815fL9X3hSZySCcbRV4NeK1yWeiZ9jf4Vxw==
"@angular/cdk@13.3.1":
version "13.3.1"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.1.tgz#a0feed1ed08690691c2d443c879a50284cb3f19a"
integrity sha512-JUCvhN6XomY5JOMH7Qyj/JodAuAtKgLlJYKs0tPmjCkGcBdR/T3/hOJ9gSRhz8PCOoiEORj+3xCh547oJRyesA==
dependencies:
tslib "^2.3.0"
optionalDependencies:
Expand Down Expand Up @@ -270,10 +270,10 @@
dependencies:
tslib "^2.3.0"

"@angular/material@13.3.0":
version "13.3.0"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.3.0.tgz#dd40233d5c307839f516a606a87372c5a4cb784c"
integrity sha512-g9WRuzUo0HPeEZKQi3uRZU3lfFwcdVqdXL8F9vxpR6fg0u9jNF+Wm+sIlsADS93h/zS0IZXYecge0NU8T7Kd0g==
"@angular/material@13.3.1":
version "13.3.1"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.3.1.tgz#b6805954c4133f640a46669bc6fd7c1f6879e983"
integrity sha512-c9BYNxvZvxuCA5QticqfEhn3nuspUnwxIVejjO5ZTqKlkK+vQGKN3QhshHLrMHeFYyjao/E8jVnJX7ahitPM9w==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 16c2b41

Please sign in to comment.