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 ^7.8.1 #42

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 1, 2021

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rxjs (source) ^7.3.0 -> ^7.8.1 age adoption passing confidence

Release Notes

reactivex/rxjs (rxjs)

v7.8.1

Compare Source

v7.8.0

Compare Source

Features
  • buffer: closingNotifier now supports any ObservableInput (#​7073) (61b877a)
  • delayWhen: delayWhen's delayDurationSelector now supports any ObservableInput (#​7049) (dfd95db)
  • sequenceEqual: compareTo now supports any ObservableInput (#​7102) (d501961)
  • share: ShareConfig factory properties now supports any ObservableInput (#​7093) (cc3995a)
  • skipUntil: notifier now supports any ObservableInput (#​7091) (60d6c40)
  • window: windowBoundaries now supports any ObservableInput (#​7088) (8c4347c)

v7.7.0

Compare Source

Features

v7.6.0

Compare Source

Bug Fixes
  • schedulers: no longer cause TypeScript build failures when Node types aren't included (c1a07b7)
  • types: Improved subscribe and tap type overloads (#​6718) (af1a9f4), closes #​6717
Features
  • onErrorResumeNextWith: renamed onErrorResumeNext and exported from the top level. (onErrorResumeNext operator is stil available, but deprecated) (#​6755) (51e3b2c)

7.5.7 (2022-09-25)

Bug Fixes
Performance Improvements

7.5.6 (2022-07-11)

Bug Fixes
  • share: No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. (#​7005) (5d4c1d9)
  • share & connect: share and connect no longer bundle scheduling code by default (#​6873) (9948dc2), closes #​6872
  • exhaustAll: Result will now complete properly when flattening all synchronous observables. (#​6911) (3c1c6b8), closes #​6910
  • TypeScript: Now compatible with TypeScript 4.6 type checks (#​6895) (fce9aa1)

7.5.5 (2022-03-08)

Bug Fixes
Performance Improvements

7.5.4 (2022-02-09)

Performance Improvements

7.5.3 (2022-02-08)

Bug Fixes
  • subscribe: allow interop with Monio and other libraries that patch function bind (0ab91eb), closes #​6783

7.5.2 (2022-01-11)

Bug Fixes
  • operators that ignore input values now use unknown rather than any, which should resolve issues with eslint no-unsafe-argument (#​6738) (67cb317), closes #​6536
  • ajax: crossDomain flag deprecated and properly reported to consumers (#​6710) (7fd0575), closes #​6663

7.5.1 (2021-12-28)

Bug Fixes
  • export supporting interfaces from top-level rxjs site. (#​6733) (299a1e1)

v7.5.7

Compare Source

Bug Fixes
Performance Improvements

v7.5.6

Compare Source

Bug Fixes
  • share: No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. (#​7005) (5d4c1d9)
  • share & connect: share and connect no longer bundle scheduling code by default (#​6873) (9948dc2), closes #​6872
  • exhaustAll: Result will now complete properly when flattening all synchronous observables. (#​6911) (3c1c6b8), closes #​6910
  • TypeScript: Now compatible with TypeScript 4.6 type checks (#​6895) (fce9aa1)

v7.5.5

Compare Source

Bug Fixes
Performance Improvements

v7.5.4

Compare Source

Performance Improvements

v7.5.3

Compare Source

Bug Fixes
  • subscribe: allow interop with Monio and other libraries that patch function bind (0ab91eb), closes #​6783

v7.5.2

Compare Source

Bug Fixes
  • operators that ignore input values now use unknown rather than any, which should resolve issues with eslint no-unsafe-argument (#​6738) (67cb317), closes #​6536
  • ajax: crossDomain flag deprecated and properly reported to consumers (#​6710) (7fd0575), closes #​6663

v7.5.1

Compare Source

Bug Fixes
  • export supporting interfaces from top-level rxjs site. (#​6733) (299a1e1)

v7.5.0

Compare Source

Bug Fixes
Features

v7.4.0

Compare Source

Features

7.3.1 (2021-10-01)

Bug Fixes
  • Schedulers: Throwing a falsy error in a scheduled function no longer results in strange error objects. (#​6594) (c70fcc0)
  • scheduling with Rx-provided schedulers will no longer leak action references (#​6562) (ff5a748), closes #​6561
  • forkJoin: now finalizes sources before emitting (#​6546) (c52ff2e), closes #​4914
  • observeOn: release action references on teardown (321d205)
  • types: update schedule signature overload (c61e57c)

v7.3.1

Compare Source

Bug Fixes
  • Schedulers: Throwing a falsy error in a scheduled function no longer results in strange error objects. (#​6594) (c70fcc0)
  • scheduling with Rx-provided schedulers will no longer leak action references (#​6562) (ff5a748), closes #​6561
  • forkJoin: now finalizes sources before emitting (#​6546) (c52ff2e), closes #​4914
  • observeOn: release action references on teardown (321d205)
  • types: update schedule signature overload (c61e57c)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Sorry, something went wrong.

@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 6c68d2a to 93b07a8 Compare October 6, 2021 22:42
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^7.3.1 fix(deps): update dependency rxjs to ^7.4.0 Oct 6, 2021
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 93b07a8 to cc70a40 Compare March 7, 2022 17:50
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^7.4.0 fix(deps): update dependency rxjs to ^7.5.4 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from cc70a40 to 27733c6 Compare March 26, 2022 13:41
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^7.5.4 fix(deps): update dependency rxjs to ^7.5.5 Mar 26, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 26, 2022

Codecov Report

Merging #42 (e45a34a) into develop (24b03b5) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           develop       #42   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines          354       354           
  Branches        22        22           
=========================================
  Hits           354       354           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 27733c6 to 6a9e608 Compare September 25, 2022 17:49
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^7.5.5 fix(deps): update dependency rxjs to ^7.5.6 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 6a9e608 to 7098741 Compare November 20, 2022 20:02
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^7.5.6 fix(deps): update dependency rxjs to ^7.5.7 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 7098741 to de3e502 Compare February 8, 2023 22:57
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^7.5.7 fix(deps): update dependency rxjs to ^7.8.0 Feb 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@renovate renovate bot changed the title fix(deps): update dependency rxjs to ^7.8.0 fix(deps): update dependency rxjs to ^7.8.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from de3e502 to e45a34a Compare May 28, 2023 12:18
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