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

Commit 561f5a7

Browse files
Calciumdibromid Botcabr2-bot
authored and
6543
committed
Update dependency rxjs to v7.5.5 (#1209)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rxjs](https://rxjs.dev) ([source](https://github.com/reactivex/rxjs)) | dependencies | patch | [`7.5.4` -> `7.5.5`](https://renovatebot.com/diffs/npm/rxjs/7.5.4/7.5.5) | --- ### Release Notes <details> <summary>reactivex/rxjs</summary> ### [`v7.5.5`](https://github.com/reactivex/rxjs/blob/HEAD/CHANGELOG.md#&#8203;755-httpsgithubcomreactivexrxjscompare754755-2022-03-08) [Compare Source](ReactiveX/rxjs@7.5.4...7.5.5) ##### Bug Fixes - **package:** add types to exports ([#&#8203;6802](ReactiveX/rxjs#6802)) ([3750f75](ReactiveX/rxjs@3750f75)) - **package:** add `require` export condition ([#&#8203;6821](ReactiveX/rxjs#6821)) ([c8955e4](ReactiveX/rxjs@c8955e4)) - **timeout:** no longer will timeout when receiving the first value synchronously ([#&#8203;6865](ReactiveX/rxjs#6865)) ([2330c96](ReactiveX/rxjs@2330c96)), closes [#&#8203;6862](ReactiveX/rxjs#6862) ##### Performance Improvements - Don't clone observers unless you have to ([#&#8203;6842](ReactiveX/rxjs#6842)) ([3289d20](ReactiveX/rxjs@3289d20)) </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 this update 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/1209 Reviewed-by: 6543 <[email protected]> Co-authored-by: Calciumdibromid Bot <[email protected]> Co-committed-by: Calciumdibromid Bot <[email protected]>
1 parent ad861c4 commit 561f5a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@ngxs/storage-plugin": "3.7.3",
3333
"@ngxs/store": "3.7.3",
3434
"@tauri-apps/api": "1.0.0-rc.1",
35-
"rxjs": "7.5.4",
35+
"rxjs": "7.5.5",
3636
"tslib": "2.3.1",
3737
"zone.js": "0.11.5"
3838
},

frontend/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6822,10 +6822,10 @@ [email protected], rxjs@^6.5.4:
68226822
dependencies:
68236823
tslib "^1.9.0"
68246824

6825-
6826-
version "7.5.4"
6827-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d"
6828-
integrity sha512-h5M3Hk78r6wAheJF0a5YahB1yRQKCsZ4MsGdZ5O9ETbVtjPcScGfrMmoOq7EBsCRzd4BDkvDJ7ogP8Sz5tTFiQ==
6825+
6826+
version "7.5.5"
6827+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f"
6828+
integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==
68296829
dependencies:
68306830
tslib "^2.1.0"
68316831

0 commit comments

Comments
 (0)