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

fix(deps): update dependency rxjs to ^6.5.4 #30

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 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

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.

@codecov-io
Copy link

codecov-io commented May 1, 2019

Codecov Report

Merging #30 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   64.96%   64.96%           
=======================================
  Files          11       11           
  Lines         294      294           
  Branches       20       20           
=======================================
  Hits          191      191           
  Misses        103      103

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c78b52...6baa5a9. Read the comment docs.

@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 75a5d51 to 86bc6af Compare May 8, 2019 00:16
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^6.5.1 fix(deps): update dependency rxjs to ^6.5.2 May 10, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from a086af1 to 07ddb4f Compare May 16, 2019 20:10
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 5 times, most recently from 7ee7ecb to e84b988 Compare June 1, 2019 11:12
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from e84b988 to 035b1a4 Compare June 6, 2019 20:12
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from 14abd53 to 86f454c Compare July 1, 2019 20:18
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 86f454c to 6bf4fa5 Compare July 23, 2019 11:56
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 5 times, most recently from a363ea0 to 0637c6c Compare August 6, 2019 11:36
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from 4a1fe3e to a8dab17 Compare September 3, 2019 20:50
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^6.5.2 fix(deps): update dependency rxjs to ^6.5.3 Sep 3, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from 193894b to d8e7b41 Compare October 1, 2019 09:12
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from d8e7b41 to f11dcf3 Compare October 8, 2019 00:21
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from d4028e4 to 5e5ccfc Compare November 7, 2019 01:10
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 5e5ccfc to 6b22cf4 Compare December 1, 2019 09:11
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 4765b57 to 3b0ea3d Compare December 27, 2019 16:37
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^6.5.3 fix(deps): update dependency rxjs to ^6.5.4 Dec 27, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from 2243199 to dee50f1 Compare January 3, 2020 20:10
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 4 times, most recently from 339ee24 to 342ff0a Compare January 31, 2020 22:10
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 342ff0a to 6baa5a9 Compare February 1, 2020 09:09
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