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

Commit

Permalink
Update angularmaterial monorepo to v14.0.1 (#1388)
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.0.0` -> `14.0.1`](https://renovatebot.com/diffs/npm/@angular%2fcdk/14.0.0/14.0.1) |
| [@angular/material](https://github.com/angular/components) | dependencies | patch | [`14.0.0` -> `14.0.1`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/14.0.0/14.0.1) |

---

### Release Notes

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

### [`v14.0.1`](https://github.com/angular/components/blob/HEAD/CHANGELOG.md#&#8203;1401-titanium-night-2022-06-07)

[Compare Source](angular/components@14.0.0...14.0.1)

##### material-experimental

| Commit | Type | Description |
| -- | -- | -- |
| [a7688a8b6](angular/components@a7688a8) | fix | **mdc-radio:** fix ripple color ([#&#8203;24986](angular/components#24986)) |

#### Special Thanks

Kristiyan Kostadinov, Miles Malerba and renovate\[bot]

<!-- CHANGELOG SPLIT MARKER -->

</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).

Co-authored-by: cabr2-bot <[email protected]>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1388
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 Jun 11, 2022
1 parent c168765 commit d4909ed
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": "14.0.1",
"@angular/cdk": "14.0.0",
"@angular/cdk": "14.0.1",
"@angular/common": "14.0.1",
"@angular/compiler": "14.0.1",
"@angular/core": "14.0.1",
"@angular/forms": "14.0.1",
"@angular/material": "14.0.0",
"@angular/material": "14.0.1",
"@angular/platform-browser": "14.0.1",
"@angular/platform-browser-dynamic": "14.0.1",
"@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 @@ -189,10 +189,10 @@
dependencies:
tslib "^2.3.0"

"@angular/[email protected].0":
version "14.0.0"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-14.0.0.tgz#4e83adea1ddcb61773e70f9f46aaa655f00c9852"
integrity sha512-9RnDlvskjXt1il9uWUidfHE98J9eYaVn+MCqhg0VLH1uHFcpt/dzoJ1nv71mC0anZHrClax29YMiEBnPFZaeFQ==
"@angular/[email protected].1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-14.0.1.tgz#fda9480461f4e37e6b514f0aaef6500503b89d59"
integrity sha512-kiCzcNaUjJ/muxUk1OyIl9tuSlt2PzY3vO6A0/mRUGk7ejXbiN07jZCgNAQuWNcvaLpAtqTi7sWOVNUNooCgxw==
dependencies:
tslib "^2.3.0"
optionalDependencies:
Expand Down Expand Up @@ -268,10 +268,10 @@
dependencies:
tslib "^2.3.0"

"@angular/[email protected].0":
version "14.0.0"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-14.0.0.tgz#519d20bd22e14aa6a206b5086d38a9c9d36ef2ba"
integrity sha512-RNV1g7DbnlSI9rjsuqH+fO2e+IQCJEJmjBRGvx6dBYugiag4iR9ZnpHNued26UTJ+BPTemTA7a4cDzseKKB6NQ==
"@angular/[email protected].1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-14.0.1.tgz#ad127e3c9908aab719e9e2aaec368099e79dad1c"
integrity sha512-SkH7MCfFBRj/+HP/JwYiYHd8uo38qtwR66hZKQcP2XaQgO323llVQ27MB+TRkbxO2mifpP2gh40nJCv6KaNsxg==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit d4909ed

Please sign in to comment.