Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency rxjs to v7 (master) - autoclosed #1063

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rxjs (source) 6.6.7 -> 7.5.2 age adoption passing confidence

Release Notes

reactivex/rxjs

v7.5.2

Compare Source

Bug Fixes
  • operators that ignore input values now use unknown rather than any, 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

Compare Source

Bug Fixes
  • export supporting interfaces from top-level rxjs site. (#​6733) (299a1e1)

v7.5.0

Compare Source

Bug Fixes
Features

v7.4.0

Compare Source

Features

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

Compare Source

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

Compare Source

Bug Fixes
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

Compare Source

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/operators will be deprecated soon. (#​6488) (512adc2), closes #​6242

v7.1.0

Compare Source

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 (#​6410) (e2f2e51), closes /github.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374 #​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) (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 useDeprecatedSynchronousErrorHandling is true. (#​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

Compare Source

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 useDeprecatedSynchronousErrorHandling is true. (#​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

Compare Source

Bug Fixes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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.

@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch from 3508499 to 7e79b2d Compare May 3, 2021 11:32
@renovate renovate bot changed the title Update dependency rxjs to v7 (master) fix(deps): update dependency rxjs to v7 (master) May 5, 2021
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch from 7e79b2d to badf112 Compare May 6, 2021 06:52
@Wallabeng
Copy link
Collaborator

angular/angular#41897

@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 3 times, most recently from 5c6f0da to cf17b5b Compare May 12, 2021 02:47
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from 82a668a to aa81ac7 Compare May 26, 2021 04:26
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch from aa81ac7 to 5ef4d3a Compare May 31, 2021 04:28
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from c65163e to f6cfbea Compare June 14, 2021 04:42
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from f88c599 to f5e9db5 Compare June 23, 2021 06:38
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from c677d98 to f85e0e1 Compare July 5, 2021 17:57
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch from f85e0e1 to 0668066 Compare July 28, 2021 22:09
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from 7b8f35b to 973feb4 Compare August 12, 2021 04:21
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch from 973feb4 to 5537bed Compare August 18, 2021 05:07
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from 5434cdf to 8b034f9 Compare August 30, 2021 09:52
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from 3b3e186 to e5c1ebe Compare September 6, 2021 06:51
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from 105e094 to 766f4a4 Compare September 20, 2021 08:11
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from 98d081e to 3ea05af Compare October 1, 2021 23:01
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from 031810f to 7ba1fce Compare October 12, 2021 04:39
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 3 times, most recently from 9470a6c to ebca2a2 Compare November 9, 2021 06:20
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from db1f64a to 7e1fe07 Compare December 28, 2021 01:55
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from 59476d8 to e8d6ed8 Compare January 11, 2022 01:43
@renovate renovate bot force-pushed the renovate/master-rxjs-7.x branch 2 times, most recently from 3c5f2d1 to b94d270 Compare January 18, 2022 08:49
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v7 (master) fix(deps): update dependency rxjs to v7 (master) - autoclosed Jan 20, 2022
@renovate renovate bot closed this Jan 20, 2022
@renovate renovate bot deleted the renovate/master-rxjs-7.x branch January 20, 2022 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants