codeintellify
codeintellify copied to clipboard
fix(deps): update dependency rxjs to v7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| rxjs (source) | 6.6.3 -> 7.4.0 |
Release Notes
reactivex/rxjs
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
- 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
📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
Codecov Report
Merging #371 (81b4056) into master (cf695bd) will decrease coverage by
1.74%. The diff coverage isn/a.
:exclamation: Current head 81b4056 differs from pull request most recent head cf4d991. Consider uploading reports for the commit cf4d991 to get more accurate results
@@ Coverage Diff @@
## master #371 +/- ##
==========================================
- Coverage 87.61% 85.86% -1.75%
==========================================
Files 14 14
Lines 646 651 +5
Branches 176 174 -2
==========================================
- Hits 566 559 -7
- Misses 80 92 +12
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/testutils/mouse.ts | 59.45% <0.00%> (-28.05%) |
:arrow_down: |
| src/hoverifier.ts | 85.65% <0.00%> (-0.36%) |
:arrow_down: |
| src/token_position.ts | 91.80% <0.00%> (-0.09%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update cf695bd...cf4d991. Read the comment docs.