terminus-ui
terminus-ui copied to clipboard
chore(packages): update dependency rxjs to v7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| rxjs (source) | ^6.5.4 -> ^6.5.4 || ^7.0.0 |
||||
| rxjs (source) | 6.5.5 -> 7.8.1 |
Release Notes
reactivex/rxjs
v7.8.1
v7.8.0
Features
- buffer:
closingNotifiernow supports anyObservableInput(#​7073) (61b877a) - delayWhen:
delayWhen'sdelayDurationSelectornow supports anyObservableInput(#​7049) (dfd95db) - sequenceEqual:
compareTonow supports anyObservableInput(#​7102) (d501961) - share:
ShareConfigfactory properties now supports anyObservableInput(#​7093) (cc3995a) - skipUntil:
notifiernow supports anyObservableInput(#​7091) (60d6c40) - window:
windowBoundariesnow supports anyObservableInput(#​7088) (8c4347c)
v7.7.0
Features
- distinct:
flushargument now supports anyObservableInput(#​7081) (74c9ebd) - repeatWhen:
notifiersupportsObservableInput(#​7103) (8f1b976) - retryWhen:
notifiernow supports anyObservableInput(#​7105) (794f806) - sample:
notifiernow 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
onErrorResumeNextand exported from the top level. (onErrorResumeNextoperator 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:
shareandconnectno 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
requireexport 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
bindfunctions 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
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
7.5.1 (2021-12-28)
Bug Fixes
v7.5.7
Bug Fixes
- schedulers: improve performance of animationFrameScheduler and asapScheduler (#​7059) (c93aa60), closes #​7017, related to #​7018 and #​6674
Performance Improvements
v7.5.6
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:
shareandconnectno 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)
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
Bug Fixes
- debounceTime: unschedule dangling task on unsubscribe before complete (#​6464) (7ab0a4c)
- fromEvent: Types now properly infer when resultSelector is provided (#​6447) (39b9d81)
Features
- Operators are all exported at the top level, from "rxjs". From here on out, we encourage top-level imports with RxJS. Importing from
rxjs/operatorswill be deprecated soon. (#​6488) (512adc2), closes #​6242
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
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.