From 561f5a76fadff655cc32380e3da831b737ff609a Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Wed, 9 Mar 2022 01:18:50 +0100 Subject: [PATCH] Update dependency rxjs to v7.5.5 (#1209) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
reactivex/rxjs ### [`v7.5.5`](https://github.com/reactivex/rxjs/blob/HEAD/CHANGELOG.md#​755-httpsgithubcomreactivexrxjscompare754755-2022-03-08) [Compare Source](https://github.com/reactivex/rxjs/compare/7.5.4...7.5.5) ##### Bug Fixes - **package:** add types to exports ([#​6802](https://github.com/reactivex/rxjs/issues/6802)) ([3750f75](https://github.com/reactivex/rxjs/commit/3750f75104bb82d870c53c0605c942e41245d79c)) - **package:** add `require` export condition ([#​6821](https://github.com/reactivex/rxjs/issues/6821)) ([c8955e4](https://github.com/reactivex/rxjs/commit/c8955e4c6a972135030fdfddc18a7a48337ae9c7)) - **timeout:** no longer will timeout when receiving the first value synchronously ([#​6865](https://github.com/reactivex/rxjs/issues/6865)) ([2330c96](https://github.com/reactivex/rxjs/commit/2330c9660b20f2e0cda0c4eeb36bb582b4a85186)), closes [#​6862](https://github.com/reactivex/rxjs/issues/6862) ##### Performance Improvements - Don't clone observers unless you have to ([#​6842](https://github.com/reactivex/rxjs/issues/6842)) ([3289d20](https://github.com/reactivex/rxjs/commit/3289d20ddc3a84d2aede8e3ab9962a8ef5d43c83))
--- ### 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. --- - [ ] 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 Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1209 Reviewed-by: 6543 <6543@noreply.codeberg.org> Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 463467f40..9d930ae22 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "@ngxs/storage-plugin": "3.7.3", "@ngxs/store": "3.7.3", "@tauri-apps/api": "1.0.0-rc.1", - "rxjs": "7.5.4", + "rxjs": "7.5.5", "tslib": "2.3.1", "zone.js": "0.11.5" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 50b247c49..e0289c387 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6822,10 +6822,10 @@ rxjs@6.6.7, rxjs@^6.5.4: dependencies: tslib "^1.9.0" -rxjs@7.5.4: - version "7.5.4" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d" - integrity sha512-h5M3Hk78r6wAheJF0a5YahB1yRQKCsZ4MsGdZ5O9ETbVtjPcScGfrMmoOq7EBsCRzd4BDkvDJ7ogP8Sz5tTFiQ== +rxjs@7.5.5: + version "7.5.5" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f" + integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw== dependencies: tslib "^2.1.0"