Update dependency rxjs to v7
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
rxjs (source) | ^6.6.3 -> ^7.1.0 |
v7.1.0
share
, publish
, publishReplay
are now referentially transparent. Meaning if you take the result of calling publishReplay(3)
and pass it to more than one observable's pipe
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
observed
property. This will allow users to check whether a subject has current subscribers without us allowing access to the observers
array, which is going to be made private in future versions. (#6405) (f47425d)1
. (#6359) (e797bd7)useDeprecatedSynchronousErrorHandling
is true
. (#6365) (e19e104), closes #6364
v7.0.1
1
. (#6359) (e797bd7)useDeprecatedSynchronousErrorHandling
is true
. (#6365) (e19e104), closes #6364
v7.0.0
type
(AjaxResponseType
) (#6279) (839e192)v6.6.7
v6.6.6
v6.6.4
This PR has been generated by WhiteSource Renovate. View repository job log here.
Push commits to the source branch or add previously merged commits to review them.