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 #238

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2021

This PR contains the following updates:

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

Release Notes

reactivex/rxjs (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

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

v6.3.3

Compare Source

v6.3.2

Compare Source

Bug Fixes

v6.3.1

Compare Source

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

v6.2.2

Compare Source

v6.2.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 7, 2021

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.6.3 fix(deps): update dependency rxjs to v6.6.6 Mar 13, 2021
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.6.6 fix(deps): update dependency rxjs to v6.6.7 Apr 2, 2021
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 3400d1c to 560c7c0 Compare November 19, 2021 15:45
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 4c735af to 6e80fde Compare December 3, 2021 16:02
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from ddf9149 to 5f674ab Compare January 7, 2022 16:33
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 3 times, most recently from 243fd87 to a09a26f Compare January 14, 2022 20:43
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 4 times, most recently from 9067e75 to 2485a54 Compare January 28, 2022 16:11
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 82bef77 to 795cf7d Compare February 18, 2022 15:42
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from ba7da27 to e064952 Compare October 14, 2022 17:38
@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6.6.7 Update dependency rxjs to v6.6.7 Dec 17, 2022
@renovate renovate bot changed the title Update dependency rxjs to v6.6.7 fix(deps): update dependency rxjs to v6.6.7 Dec 18, 2022
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch 2 times, most recently from 080dc2b to 5a24e78 Compare April 28, 2023 15:55
@renovate renovate bot enabled auto-merge (rebase) March 29, 2024 21:00
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.

0 participants