ngxs-labs / dispatch-decorator

:dart: Distribution for separation of concern between the state management and the view
MIT License
43 stars 4 forks source link

chore(deps): update dependency rxjs to >=7.1.0 #528

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rxjs (source) >=7.0.1 -> >=7.1.0 age adoption passing confidence

Release Notes

reactivex/rxjs ### [`v7.1.0`](https://togithub.com/reactivex/rxjs/blob/master/CHANGELOG.md#​710-httpsgithubcomreactivexrxjscompare701710-2021-05-21) [Compare Source](https://togithub.com/reactivex/rxjs/compare/7.0.1...7.1.0) ##### Bug Fixes - returned operator functions from multicast operators `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](https://togithub.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374) ([#​6410](https://togithub.com/reactivex/rxjs/issues/6410)) ([e2f2e51](https://togithub.com/reactivex/rxjs/commit/e2f2e516514bdeb76229e69c639f10f21bccafad)), closes [/github.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374](https://togithub.com//github.com/ReactiveX/rxjs/pull/6410/issues/issuecomment-846087374) [#​5411](https://togithub.com/reactivex/rxjs/issues/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 the `observers` array, which is going to be made private in future versions. ([#​6405](https://togithub.com/reactivex/rxjs/issues/6405)) ([f47425d](https://togithub.com/reactivex/rxjs/commit/f47425d349475231c0f3542bb6ecef16a63e933a)) - **groupBy:** Support named arguments, support ObservableInputs for duration selector ([#​5679](https://togithub.com/reactivex/rxjs/issues/5679)) ([7a99397](https://togithub.com/reactivex/rxjs/commit/7a9939773802c4f7948c6d868a8f75facdea9f37)) - **share:** use another observable to control resets ([#​6169](https://togithub.com/reactivex/rxjs/issues/6169)) ([12c3716](https://togithub.com/reactivex/rxjs/commit/12c3716cecbf01f353c980488bf18845177b37b6)) #### [7.0.1](https://togithub.com/reactivex/rxjs/compare/7.0.0...7.0.1) (2021-05-12) ##### Bug Fixes - **bindCallback:** resulting function now recreated underlying Subject and is reusable once again. ([#​6369](https://togithub.com/reactivex/rxjs/issues/6369)) ([abf2bc1](https://togithub.com/reactivex/rxjs/commit/abf2bc13e38406717127159c8c373b910223b562)) - **retry:** properly handles retry counts smaller than `1`. ([#​6359](https://togithub.com/reactivex/rxjs/issues/6359)) ([e797bd7](https://togithub.com/reactivex/rxjs/commit/e797bd70b1368e189df00d697504304a3a5ef1a8)) - **share:** properly closes synchronous "firehose" sources. ([#​6370](https://togithub.com/reactivex/rxjs/issues/6370)) ([2271a91](https://togithub.com/reactivex/rxjs/commit/2271a9180131a0becdbf789c1429ef741ace4b2f)) - Observable teardowns now properly called if `useDeprecatedSynchronousErrorHandling` is `true`. ([#​6365](https://togithub.com/reactivex/rxjs/issues/6365)) ([e19e104](https://togithub.com/reactivex/rxjs/commit/e19e104d011233d83bc10c37f1ee0b3ac6e15612)), closes [#​6364](https://togithub.com/reactivex/rxjs/issues/6364) - **Subscription:** properly release parent subscriptions when unsubscribed. ([#​6352](https://togithub.com/reactivex/rxjs/issues/6352)) ([88331d2](https://togithub.com/reactivex/rxjs/commit/88331d2ecdcf0f81a0712b315ed810d4da7d4b97)), closes [#​6351](https://togithub.com/reactivex/rxjs/issues/6351) [#​6351](https://togithub.com/reactivex/rxjs/issues/6351) - **node**: do not reference DOM-related imports to assist in node usage. ([#​6305](https://togithub.com/reactivex/rxjs/issues/6305)) ([b24818e](https://togithub.com/reactivex/rxjs/commit/b24818e96775045c7485932bf33349471e8f1363)), closes [#​6297](https://togithub.com/reactivex/rxjs/issues/6297)

Configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone UTC.

🚦 Automerge: Enabled.

♻️ 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.