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

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

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

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

v6.3.3

Compare Source

Bug Fixes
  • ajax: Fix case-insensitive headers in HTTP request (#​4453) (673bf47)
  • bundle: closure to not rewrite polyfills for minification (#​4487) (a1fedb9)
  • bundle: don't export operators twice (#​4310) (2399f6e)
  • combineLatest: improve typings for combineLatest (#​4470) (40c3d9f)
  • compat: remove internal from import locations (#​4498) (a6c0017), closes #​4070
  • endWith: ability to endWith different types (#​4183) (#​4185) (83533d1)
  • fromEventPattern: improve typings for fromEventPattern (#​4496) (037f53d)
  • Observable: Fix Observable.subscribe to add operator TeardownLogic to returned Subscription. (#​4434) (f28955f)
  • subscribe: Deprecate null starting parameter signatures for subscribe (#​4202) (c85ddf6)
  • combineLatest: support passing union types (ffda319)
  • from: support passing union types (eb1d596)
  • withLatestFrom: support passing union types (1e19a24)
  • zip: support passing union types (0d87f52)
  • multicast: support returning union types from projection (e9e9041)
  • exhaustMap: support returning union types from projection (ff1f5dc)
  • merge: support union type inference for merge operators (c2ac39c)
  • catchError: support union type returns (8350622)
  • switchMap: support union type returns (32d35fd)
  • defer: support union types passed (5aea50e)
  • race: Update typings to support proper return types (#​4465) (0042846)
  • VirtualTimeScheduler: rework flush so it won't lose actions (#​4433) (d068bc9)
  • WebSocketSubject: fix subject failing to close socket (#​4446) (dcfa52b)
Features
  • shareReplay: Add configuration object for named arguments, and add argument to support unsubscribing from source observable by refCount when all resulting subscriptions have unsubscribed. The default behavior is to leave the source subscription running.
  • mergeScan: Add index to the accumulator function (#​4458) (f5e143d), closes #​4441
  • range: accept one argument (#​4360) (a388578)
  • takeWhile: add an inclusive option to the operator which causes to emit final value (#​4115) (6e7f407)
Performance Improvements

6.3.3 (2018-09-25)

Bug Fixes
  • pipe: align static pipe to Observable pipe rest parameters overl… (#​4112) (8c607e9), closes #​4109 #​4109
  • RxJS: each instance of RxJS now has a unique Subscriber symbol (0972c56)
  • subscribe: report errors that occur in subscribe after the initial error (#​4089) (9b4b2bc), closes #​3803
  • Subscriber: Can no longer subscribe to itself in a circular manner (#​4106) (e623ec6), closes #​4095
  • Subscriber: use only local Subscriber instances (50ee0a7)
  • TypeScript: ensure RxJS builds with TS@next as well (f03e790)

6.3.2 (2018-09-04)

Bug Fixes

6.3.1 (2018-08-31)

Bug Fixes

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 changed the title fix(deps): update dependency rxjs to ^6.4.0 fix(deps): update dependency rxjs to ^6.5.1 May 4, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 37975ae to 55901de Compare May 4, 2019 07:55
@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 12, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 55901de to 8d83e01 Compare May 12, 2019 05:53
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 8d83e01 to 36e0038 Compare September 4, 2019 15:57
@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 4, 2019
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 36e0038 to 51734f5 Compare December 30, 2019 07:59
@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 30, 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.

2 participants