async-storage-plugin
async-storage-plugin copied to clipboard
chore(deps): update dependency rxjs to v7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| rxjs (source) | 6.5.3 -> 7.5.5 |
Release Notes
reactivex/rxjs
v7.5.5
Bug Fixes
- package: add types to exports (#6802) (3750f75)
- package: add
requireexport condition (#6821) (c8955e4) - timeout: no longer will timeout when receiving the first value synchronously (#6865) (2330c96), closes #6862
Performance Improvements
v7.5.4
Performance Improvements
- removed code that would
bindfunctions passed with observers tosubscribe. (#6815) (fb375a0), closes #6783
v7.5.3
Bug Fixes
- subscribe: allow interop with Monio and other libraries that patch function bind (0ab91eb), closes #6783
v7.5.2
Bug Fixes
- operators that ignore input values now use
unknownrather 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
v7.5.1
Bug Fixes
v7.5.0
Bug Fixes
- takeWhile: Now returns proper types when passed a
Booleanconstructor. (#6633) (081ca2b) - forEach: properly unsubs after error in next handler (#6677) (b9ab67d), closes #6676
- WebSocketSubject: handle slow WebSocket close (#6708) (8cb201c), closes #4650 #3935
- RxJS now supports tslib 2.x, rather than just 2.1.x (#6692) (0b2495f), closes #6689
- schedulers will no longer error while rescheduling and unsubscribing during flushes (e35f589), closes #6672
Features
v7.4.0
Features
- Add es2015 entries to the exports declaration to support Angular (#6614) (268777b), closes /github.com/ReactiveX/rxjs/pull/6613#discussion_r716958551
7.3.1 (2021-10-01)
Bug Fixes
- Schedulers: Throwing a falsy error in a scheduled function no longer results in strange error objects. (#6594) (c70fcc0)
- scheduling with Rx-provided schedulers will no longer leak action references (#6562) (ff5a748), closes #6561
- forkJoin: now finalizes sources before emitting (#6546) (c52ff2e), closes #4914
- observeOn: release action references on teardown (321d205)
- types: update schedule signature overload (c61e57c)
v7.3.1
Bug Fixes
- Schedulers: Throwing a falsy error in a scheduled function no longer results in strange error objects. (#6594) (c70fcc0)
- scheduling with Rx-provided schedulers will no longer leak action references (#6562) (ff5a748), closes #6561
- forkJoin: now finalizes sources before emitting (#6546) (c52ff2e), closes #4914
- observeOn: release action references on teardown (321d205)
- types: update schedule signature overload (c61e57c)
v7.3.0
Bug Fixes
- Expose
Connectable, the return type ofconnectable(#6531) (69f5bfa), closes #6529 - AsyncSubject: properly emits values during reentrant subscriptions (#6522) (dd8bdf3), closes #6520
Features
- retry: Now supports configurable delay as a named argument (#6421) (5f69795)
- tap: Now supports subscribe, unsubscribe, and finalize handlers (#6527) (eb26cbc)
v7.2.0
v7.1.0
Bug Fixes
- returned operator functions from multicast operators
share,publish,publishReplayare now referentially transparent. Meaning if you take the result of callingpublishReplay(3)and pass it to more than one observable'spipemethod, 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
observedproperty. This will allow users to check whether a subject has current subscribers without us allowing access to theobserversarray, 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
useDeprecatedSynchronousErrorHandlingistrue. (#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
useDeprecatedSynchronousErrorHandlingistrue. (#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
v6.6.3
v6.6.2
v6.6.1
v6.6.0
v6.5.5
v6.5.4
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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.