Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Update dependency rxjs to ^6.5.4 #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2019

This PR contains the following updates:

Package Type Update New value References Sourcegraph
rxjs dependencies minor ^6.5.4 source code search for "rxjs"

Release Notes

reactivex/rxjs

v6.5.4

Compare Source

v6.5.3

Compare Source

Bug Fixes

v6.5.2

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • concat: Generic signature changed. Recommend not explicitly passing generics, just let inference do its job. If you must, cast with as.
  • of: Generic signature changed, do not specify generics, allow them to be inferred or use as
  • of: Use with more than 9 arguments, where the last argument is a SchedulerLike may result in the wrong type which includes the SchedulerLike, even though the run time implementation does not support that. Developers should be using scheduled instead
  • TS: RxJS requires TS 3.5
  • rxjs-compat: rxjs/Rx is no longer a valid import site.
  • rxjs-compat: rxjs-compat is not published for v7 (yet)
  • race: race() will no longer subscribe to subsequent observables if a provided source synchronously errors or completes. This means side effects that might have occurred during subscription in those rare cases will no longer occur.

6.5.3 (2019-09-03)

Bug Fixes

6.5.2 (2019-05-10)

Bug Fixes

6.5.1 (2019-04-23)

Bug Fixes

v6.5.1

Compare Source

Bug Fixes

v6.5.0

Compare Source

Bug Fixes
Features
  • combineLatest: deprecated rest argument and scheduler signatures (#​4641) (6661c79), closes #​4640
  • fromFetch: We now export a fromFetch static observable creation method from rxjs/fetch. Mirrors native fetch only it's lazy and cancellable via Observable interface. (#​4702) (5a1ef86)
  • forkJoin: accepts a dictionary of sources (#​4640) (b5a2ac9)
  • partition: new partition observable creation function. Old partition operator is deprecated (#​4419) (#​4685) (d5d6980)
  • scheduled: Add scheduled creation function to use to create scheduled observable of values. Deprecate scheduled versions of from, range, et al. (#​4595) (f57e1fc)
Performance Improvements

v6.4.0

Compare Source

Bug Fixes
Features
  • combineLatest: deprecated rest argument and scheduler signatures (#​4641) (6661c79), closes #​4640
  • fromFetch: We now export a fromFetch static observable creation method from rxjs/fetch. Mirrors native fetch only it's lazy and cancellable via Observable interface. (#​4702) (5a1ef86)
  • forkJoin: accepts a dictionary of sources (#​4640) (b5a2ac9)
  • partition: new partition observable creation function. Old partition operator is deprecated (#​4419) (#​4685) (d5d6980)
  • scheduled: Add scheduled creation function to use to create scheduled observable of values. Deprecate scheduled versions of from, range, et al. (#​4595) (f57e1fc)
Performance Improvements

Renovate 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 if you tick the rebase/retry checkbox below.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from daac8a2 to a87be53 Compare April 2, 2019 04:25
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 8962fa7 to 886e8ee Compare April 23, 2019 00:03
@renovate renovate bot changed the title Update dependency rxjs to ^6.4.0 Update dependency rxjs to ^6.5.0 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 643b713 to 111c8c5 Compare April 23, 2019 03:46
@renovate renovate bot changed the title Update dependency rxjs to ^6.5.0 Update dependency rxjs to ^6.5.1 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from b118c28 to 45b50ac Compare April 23, 2019 22:23
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 06878b6 to cb0d07d Compare May 10, 2019 00:35
@renovate renovate bot changed the title Update dependency rxjs to ^6.5.1 Update dependency rxjs to ^6.5.2 May 10, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from cb0d07d to 4d79dcf Compare May 13, 2019 13:10
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from e155c08 to 838a517 Compare September 3, 2019 20:50
@renovate renovate bot changed the title Update dependency rxjs to ^6.5.2 Update dependency rxjs to ^6.5.3 Sep 3, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 838a517 to fca6a90 Compare December 27, 2019 16:37
@renovate renovate bot changed the title Update dependency rxjs to ^6.5.3 Update dependency rxjs to ^6.5.4 Dec 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants