Update dependency rxjs to v7
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
rxjs (source) | ^6.6.3 -> ^7.1.0 |
Release Notes
reactivex/rxjs
v7.1.0
Bug Fixes
- returned operator functions from multicast operators
share
,publish
,publishReplay
are now referentially transparent. Meaning if you take the result of callingpublishReplay(3)
and pass it to more than one observable'spipe
method, it will behave the same in each case, rather than having a cumulative effect, which was a regression introduced sometime in version 6. If you required this broken behavior, there is a workaround posted here (#6410) (e2f2e51), closes /github.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374 #5411
Features
- All subjects now have an
observed
property. This will allow users to check whether a subject has current subscribers without us allowing access to theobservers
array, which is going to be made private in future versions. (#6405) (f47425d) - groupBy: Support named arguments, support ObservableInputs for duration selector (#5679) (7a99397)
- share: use another observable to control resets (#6169) (12c3716)
7.0.1 (2021-05-12)
Bug Fixes
- bindCallback: resulting function now recreated underlying Subject and is reusable once again. (#6369) (abf2bc1)
-
retry: properly handles retry counts smaller than
1
. (#6359) (e797bd7) - share: properly closes synchronous "firehose" sources. (#6370) (2271a91)
- Observable teardowns now properly called if
useDeprecatedSynchronousErrorHandling
istrue
. (#6365) (e19e104), closes #6364 - Subscription: properly release parent subscriptions when unsubscribed. (#6352) (88331d2), closes #6351 #6351
- node: do not reference DOM-related imports to assist in node usage. (#6305) (b24818e), closes #6297
v7.0.1
Bug Fixes
- bindCallback: resulting function now recreated underlying Subject and is reusable once again. (#6369) (abf2bc1)
-
retry: properly handles retry counts smaller than
1
. (#6359) (e797bd7) - share: properly closes synchronous "firehose" sources. (#6370) (2271a91)
- Observable teardowns now properly called if
useDeprecatedSynchronousErrorHandling
istrue
. (#6365) (e19e104), closes #6364 - Subscription: properly release parent subscriptions when unsubscribed. (#6352) (88331d2), closes #6351 #6351
- node: do not reference DOM-related imports to assist in node usage. (#6305) (b24818e), closes #6297
v7.0.0
Bug Fixes
- VS code will now properly auto-import operators, et al (#6276) (f43c728), closes #6067
-
AjaxResponse: add stricter
type
(AjaxResponseType
) (#6279) (839e192)
v6.6.7
v6.6.6
v6.6.4
Configuration
-
If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.