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 v6.6.7 #172

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 30, 2018

Mend Renovate

This PR contains the following updates:

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

Release Notes

reactivex/rxjs

v6.6.7

Compare Source

v6.6.6

Compare Source

v6.6.4

Compare Source

v6.6.3

Compare Source

v6.6.2

Compare Source

v6.6.1

Compare Source

v6.6.0

Compare Source

v6.5.5

Compare Source

v6.5.4

Compare Source

v6.5.3

Compare Source

Bug Fixes

v6.5.2

Compare Source

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
  • 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

v6.3.3

Compare Source

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)

v6.3.2

Compare Source

Bug Fixes

v6.3.1

Compare Source

Bug Fixes

v6.3.0

Compare Source

Bug Fixes
  • find: unsubscribe from source when found (#​3968) (fd01f7b)
  • convert @​internal comment to JSDoc (#​3932) (f8a9d6e)
  • AjaxObservable: notify with error if fails to parse json response (#​3139) (d8231e2), closes #​3138
  • catchError: stop listening to a synchronous inner-observable when unsubscribed (456ef33)
  • distinctUntilKeyChanged: improved key typing with keyof T (#​3988) (4ec4ff1)
  • exhaustMap: stop listening to a synchronous inner-observable when unsubscribed (ee1a339)
  • find: add undefined to return type (#​3970) (5a6c90f), closes #​3969
  • IE10: Remove dependency on Object.setPrototypeOf (#​3967) (5c52a73), closes #​3966
  • mergeAll: add source subscription to composite before actually subscribing (#​2479) (40852ff), closes #​2476
  • mergeScan: stop listening to a synchronous inner-observable when unsubscribed (c4002f3)
  • Observable: forEach will no longer next values after an error (b4bad1f)
  • Observable: use more granular Observable exports in compat mode (#​3974) (3f75564)
  • onErrorResumeNext: stop listening to a synchronous inner-observable when unsubscribed (1d14277)
  • pipe: replace rest parameters overload (#​3945) (872b0ec), closes #​3841
  • skipUntil: stop listening to a synchronous notifier after its first nexted value (1c257db)
  • startWith: allow empty type signature and passing a different type (b7866a0)
  • subscribable: make subscribe() signature match Observable (#​4050) (865d8d7), closes #​3891
  • subscriber: unsubscribe parents on error/complete (ad8131b)
  • switchMap: stop listening to a synchronous inner-observable when unsubscribed (260d52a)
  • takeUntil: takeUntil should subscribe to the source if notifier sync completes without emitting (#​4039) (21fd0b4), closes #​3504
  • testscheduler: type arguments to Observable creation functions (#​3928) (0e30ef1)
Features
  • delayWhen: add index to the selector function (#​2473) (0979d31)
  • forEach: deprecating passing promise constructor (5178ab9)
  • TestScheduler: Add subscription schedule to expectObservable (#​3997) (0d20255)

6.2.2 (2018-07-13)

Bug Fixes
  • first: improved type guards for TypeScript (3e12f7a)
  • last: improved type guards for TypeScript (3e12f7a)

6.2.1 (2018-06-12)

Bug Fixes
  • ci: do not trigger postbuild script on PR (f82c085)
  • delayWhen: Emit source value if duration selector completes synchronously (#​3664) (2c43af7), closes #​3663
  • docs: fix broken github links (#​3802) (9f9bf9b)
  • docs: fix code examples (#​3784) (a95441b)
  • from: Objects implementing Symbol.observable take precedence over other types (80ceea0)
  • fromEvent: Support React Native and node-compatible event sources. (#​3821) (1969f18)
  • Observable.prototype.pipe: TS typings now more correct for >8 parameters (#​3789) (ad010ea)
  • subscribe: ignore syncError when deprecated (#​3749) (f94560c)
  • Symbol.observable: make observable declaration readonly (#​3697) (#​3773) (e1c203f)
  • TypeScript: resolved typings issue for TS 3.0 (bf2cdeb)
  • typings: allow bufferCreationInterval null for bufferTime (#​3734) (0bda9cd), closes #​3728
Performance Improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.3.0 fix(deps): update dependency rxjs to v6.3.1 Aug 31, 2018
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.3.1 fix(deps): update dependency rxjs to v6.3.2 Sep 4, 2018
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.3.2 fix(deps): update dependency rxjs to v6.3.3 Sep 26, 2018
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 71923d7 to 3090bfa Compare October 2, 2018 17:54
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.3.3 fix(deps): update dependency rxjs to v6.4.0 Jan 30, 2019
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.4.0 fix(deps): update dependency rxjs to v6.5.1 Apr 23, 2019
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.5.1 fix(deps): update dependency rxjs to v6.5.2 May 12, 2019
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.5.2 fix(deps): update dependency rxjs to v6.5.3 Sep 5, 2019
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.5.3 fix(deps): update dependency rxjs to v6.5.4 Dec 30, 2019
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.5.4 fix(deps): update dependency rxjs to v6.5.5 Apr 29, 2020
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.5.5 fix(deps): update dependency rxjs to v6.6.0 Jul 4, 2020
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.6.0 fix(deps): update dependency rxjs to v6.6.2 Aug 24, 2020
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.6.2 fix(deps): update dependency rxjs to v6.6.3 Oct 28, 2020
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.6.3 fix(deps): update dependency rxjs to v6.6.7 Apr 26, 2021
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

1 participant