From 9fb38776c5bf63548f04c08624a8e787d98dbabf Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Wed, 28 Sep 2022 11:03:32 +0200 Subject: [PATCH] Update dependency rxjs to v7.5.7 (#1562) 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.6` -> `7.5.7`](https://renovatebot.com/diffs/npm/rxjs/7.5.6/7.5.7) | --- ### Release Notes
reactivex/rxjs ### [`v7.5.7`](https://github.com/reactivex/rxjs/blob/HEAD/CHANGELOG.md#​757-httpsgithubcomreactivexrxjscompare756757-2022-09-25) [Compare Source](https://github.com/reactivex/rxjs/compare/7.5.6...7.5.7) ##### Bug Fixes - **schedulers:** improve performance of animationFrameScheduler and asapScheduler ([#​7059](https://github.com/reactivex/rxjs/issues/7059)) ([c93aa60](https://github.com/reactivex/rxjs/commit/c93aa60e9f073297d959fa1fff9323e48872d47e)), closes [#​7017](https://github.com/reactivex/rxjs/issues/7017), related to [#​7018](https://github.com/reactivex/rxjs/issues/7018) and [#​6674](https://github.com/reactivex/rxjs/issues/6674) ##### Performance Improvements - **animationFrames:** uses fewer Subscription instances ([#​7060](https://github.com/reactivex/rxjs/issues/7060)) ([2d57b38](https://github.com/reactivex/rxjs/commit/2d57b38ec9f7ada838ee130ab75cd795b156c182)), closes [#​7018](https://github.com/reactivex/rxjs/issues/7018)
--- ### 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 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/1562 Reviewed-by: Epsilon_02 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 96a414b29..343b329cd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "@ngxs/storage-plugin": "3.7.5", "@ngxs/store": "3.7.5", "@tauri-apps/api": "1.1.0", - "rxjs": "7.5.6", + "rxjs": "7.5.7", "tslib": "2.4.0", "zone.js": "0.11.8" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c2ff2992d..ff9d119cb 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7306,10 +7306,10 @@ rxjs@6.6.7: dependencies: tslib "^1.9.0" -rxjs@7.5.6: - version "7.5.6" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc" - integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw== +rxjs@7.5.7: + version "7.5.7" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39" + integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA== dependencies: tslib "^2.1.0"