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 v14.2.4 (#1575)
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 | [`14.2.3` -> `14.2.4`](https://renovatebot.com/diffs/npm/@angular%2fcdk/14.2.3/14.2.4) |
| [@angular/material](https://github.com/angular/components) | dependencies | patch | [`14.2.3` -> `14.2.4`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/14.2.3/14.2.4) |

---

### Release Notes

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

### [`v14.2.4`](https://github.com/angular/components/releases/tag/14.2.4)

[Compare Source](angular/components@14.2.3...14.2.4)

##### 14.2.4 "calcium-coconut" (2022-10-05)

##### material

| Commit | Description |
| -- | -- |
| [![fix - 9909f2a33](https://img.shields.io/badge/9909f2a33-fix-green)](https://github.com/angular/components/commit/9909f2a33844c8dfe0a481f3aa0895b8dbb3be9a) | **tooltip:** animation not cancelled when mouseleave goes through tooltip ([#&#8203;25740](angular/components#25740)) |

##### Special Thanks

Joey Perrott, Kristiyan Kostadinov and Titos Chaniotakis

</details>

---

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

---

 - [ ] <!-- 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).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNi4wIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1575
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 Oct 5, 2022
1 parent 32276f8 commit 44aadfc
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": "14.2.5",
"@angular/cdk": "14.2.3",
"@angular/cdk": "14.2.4",
"@angular/common": "14.2.5",
"@angular/compiler": "14.2.5",
"@angular/core": "14.2.5",
"@angular/forms": "14.2.5",
"@angular/material": "14.2.3",
"@angular/material": "14.2.4",
"@angular/platform-browser": "14.2.5",
"@angular/platform-browser-dynamic": "14.2.5",
"@ngneat/transloco": "4.1.1",
Expand Down
16 changes: 8 additions & 8 deletions frontend/yarn.lock
Expand Up @@ -193,10 +193,10 @@
dependencies:
tslib "^2.3.0"

"@angular/cdk@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-14.2.3.tgz#0357923ba3798d8e49b56edfce9344fc9f9aeb6d"
integrity sha512-ej8LZOlND4x5w18R930gtXBgvyUAGapiz0romp4Q5NXGdvin/D9fjBHT6t+WzcWZTckWFsgOVtTHhjSTb6KF+g==
"@angular/cdk@14.2.4":
version "14.2.4"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-14.2.4.tgz#f858ff928206c24c1bbd38610444a5214990017d"
integrity sha512-5jngZcOyC2n9pRYec/D0iCw72QSnCkGYjtfgIlOK/FZYGhpOa34GMGObPuv4F0u7J2TEtbO6xIFsCFaK0FLIWQ==
dependencies:
tslib "^2.3.0"
optionalDependencies:
Expand Down Expand Up @@ -272,10 +272,10 @@
dependencies:
tslib "^2.3.0"

"@angular/material@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-14.2.3.tgz#07738b5ad297d422f92f5271c45d1ca57fb0e8d1"
integrity sha512-25MjTXE3XBfDjsDh1+CH13o8q1fhC6QiRdzB/0soDAn6NLi3dGlH7at68WFrt894kvXwBC37sM0A2VE6J2mk1A==
"@angular/material@14.2.4":
version "14.2.4"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-14.2.4.tgz#9a6902fbe06a93abcfa2152ea2300d09fed06305"
integrity sha512-vS7dyrnr2YpZPjFFmnSZ9W0dFpBQ5cWf4CH5AI0/KfbCGC+2ybkFZ61oMNBf1xXdoyf4Ob16Dm3xerKWFwJ4sQ==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 44aadfc

Please sign in to comment.