Skip to content

fix(deps): update dependency rxjs to v6.6.7 #238

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

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 force-pushed the renovate/rxjs-6.x branch from 3043397 to 471c89a Compare March 13, 2021 00:13
@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 force-pushed the renovate/rxjs-6.x branch from 471c89a to d0db90b Compare April 2, 2021 22:40
@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 from d0db90b to 8f4525c Compare April 24, 2021 04:03
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 8f4525c to f21956d Compare May 22, 2021 00:05
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from f21956d to ad837be Compare August 31, 2021 08:59
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from ad837be to f2e129e Compare October 29, 2021 15:37
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from f2e129e to c8a1f96 Compare November 5, 2021 17:31
@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 from 2485a54 to 72e1d32 Compare January 29, 2022 20:53
@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 from 795cf7d to 95f7cbe Compare February 25, 2022 16:44
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 95f7cbe to ada8a2a Compare March 18, 2022 15:50
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from ada8a2a to 594190a Compare April 1, 2022 23:45
@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 force-pushed the renovate/rxjs-6.x branch from e064952 to 5d474f1 Compare October 28, 2022 21:29
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 5d474f1 to 923e45d Compare November 11, 2022 20:54
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 923e45d to 737e8ca Compare November 19, 2022 02:13
@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 from 737e8ca to 6472e24 Compare March 4, 2023 16:48
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 6472e24 to 4b9bfb0 Compare April 7, 2023 15:40
@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 force-pushed the renovate/rxjs-6.x branch from 5a24e78 to 2fc2969 Compare May 5, 2023 15:38
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 2fc2969 to 0ad0708 Compare May 26, 2023 15:22
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 0ad0708 to df7e2cd Compare July 7, 2023 16:06
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from df7e2cd to c05057f Compare July 14, 2023 17:39
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from c05057f to 49f2fe4 Compare July 28, 2023 16:55
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 49f2fe4 to 9e0c8ff Compare August 11, 2023 14:49
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 9e0c8ff to 07ed63d Compare August 18, 2023 16:08
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 07ed63d to 9747f93 Compare September 22, 2023 14:58
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 9747f93 to 03c79dd Compare October 8, 2023 09:07
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 03c79dd to 0dfcdb0 Compare December 31, 2023 12:08
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 0dfcdb0 to 66af4be Compare January 21, 2024 15:17
@renovate renovate bot enabled auto-merge (rebase) March 29, 2024 21:00
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 66af4be to ab365e4 Compare June 7, 2024 16:45
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from ab365e4 to b5872d5 Compare July 26, 2024 18:09
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from b5872d5 to f70b6c8 Compare September 8, 2024 11:43
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from f70b6c8 to 2c8306c Compare October 27, 2024 09:26
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from 2c8306c to dfb75e9 Compare February 23, 2025 20:02
@renovate renovate bot force-pushed the renovate/rxjs-6.x branch from dfb75e9 to 2cdb5bd Compare April 6, 2025 15:43
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