fix(deps): update dependency rxjs to v7.8.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rxjs (source) | dependencies | minor | 7.5.7 -> 7.8.0 |
Release Notes
reactivex/rxjs
v7.8.0
Features
-
buffer:
closingNotifier
now supports anyObservableInput
(#7073) (61b877a) -
delayWhen:
delayWhen
'sdelayDurationSelector
now supports anyObservableInput
(#7049) (dfd95db) -
sequenceEqual:
compareTo
now supports anyObservableInput
(#7102) (d501961) -
share:
ShareConfig
factory properties now supports anyObservableInput
(#7093) (cc3995a) -
skipUntil:
notifier
now supports anyObservableInput
(#7091) (60d6c40) -
window:
windowBoundaries
now supports anyObservableInput
(#7088) (8c4347c)
v7.7.0
Features
-
distinct:
flush
argument now supports anyObservableInput
(#7081) (74c9ebd) -
repeatWhen:
notifier
supportsObservableInput
(#7103) (8f1b976) -
retryWhen:
notifier
now supports anyObservableInput
(#7105) (794f806) -
sample:
notifier
now supports anyObservableInput
(#7104) (b18c2eb)
v7.6.0
Bug Fixes
- schedulers: no longer cause TypeScript build failures when Node types aren't included (c1a07b7)
- types: Improved subscribe and tap type overloads (#6718) (af1a9f4), closes #6717
Features
-
onErrorResumeNextWith: renamed
onErrorResumeNext
and exported from the top level. (onErrorResumeNext
operator is stil available, but deprecated) (#6755) (51e3b2c)
7.5.7 (2022-09-25)
Bug Fixes
- schedulers: improve performance of animationFrameScheduler and asapScheduler (#7059) (c93aa60), closes #7017, related to #7018 and #6674
Performance Improvements
7.5.6 (2022-07-11)
Bug Fixes
- share: No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. (#7005) (5d4c1d9)
-
share & connect:
share
andconnect
no longer bundle scheduling code by default (#6873) (9948dc2), closes #6872 - exhaustAll: Result will now complete properly when flattening all synchronous observables. (#6911) (3c1c6b8), closes #6910
- TypeScript: Now compatible with TypeScript 4.6 type checks (#6895) (fce9aa1)
7.5.5 (2022-03-08)
Bug Fixes
- package: add types to exports (#6802) (3750f75)
-
package: add
require
export condition (#6821) (c8955e4) - timeout: no longer will timeout when receiving the first value synchronously (#6865) (2330c96), closes #6862
Performance Improvements
7.5.4 (2022-02-09)
Performance Improvements
- removed code that would
bind
functions passed with observers tosubscribe
. (#6815) (fb375a0), closes #6783
7.5.3 (2022-02-08)
Bug Fixes
- subscribe: allow interop with Monio and other libraries that patch function bind (0ab91eb), closes #6783
7.5.2 (2022-01-11)
Bug Fixes
- operators that ignore input values now use
unknown
rather thanany
, which should resolve issues with eslint no-unsafe-argument (#6738) (67cb317), closes #6536 - ajax: crossDomain flag deprecated and properly reported to consumers (#6710) (7fd0575), closes #6663
7.5.1 (2021-12-28)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.