Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Bump rxjs from 7.5.2 to 7.5.3 #397

Merged
merged 1 commit into from
Feb 9, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2022

Bumps rxjs from 7.5.2 to 7.5.3.

Changelog

Sourced from rxjs's changelog.

7.5.3 (2022-02-08)

Bug Fixes

  • subscribe: allow interop with Monio and other libraries that patch function bind (0ab91eb), closes #6783
Commits
  • 481313d chore(publish): 7.5.3
  • 0ab91eb fix(subscribe): allow interop with Monio and other libraries that patch funct...
  • e43063a refactor: remove GroupBySubscriber (#6806)
  • 211e6ff refactor: add createOperatorSubscriber abstraction (#6804)
  • 123a0f2 Merge pull request #6772 from ReactiveX/dependabot/npm_and_yarn/shelljs-0.8.5
  • fff8312 chore(deps-dev): bump shelljs from 0.8.4 to 0.8.5
  • c6547f7 chore: update docs app to Angular 13 (#6743)
  • 8c9a99a docs: fix rendering parameters (#6761)
  • 7b4e254 docs(iif): fix typo
  • 6d011f0 build(test): run mocha directly without separate transpilation (#6622)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from fuxingloh as a code owner February 8, 2022 18:12
@dependabot dependabot bot added the kind/dependencies Pull requests that update a dependency file label Feb 8, 2022
@codeclimate
Copy link

codeclimate bot commented Feb 8, 2022

Code Climate has analyzed commit f3cb9c4 and detected 0 issues on this pull request.

View more on Code Climate.

@codecov
Copy link

codecov bot commented Feb 8, 2022

Codecov Report

Merging #397 (f3cb9c4) into main (c8bea38) will increase coverage by 1.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #397      +/-   ##
==========================================
+ Coverage   81.55%   82.64%   +1.09%     
==========================================
  Files          42       42              
  Lines         645      778     +133     
  Branches       44       71      +27     
==========================================
+ Hits          526      643     +117     
- Misses         82      131      +49     
+ Partials       37        4      -33     
Impacted Files Coverage Δ
src/module.playground/bot/oracle.bot.ts 90.90% <ø> (+5.19%) ⬆️
...c/module.playground/setup/setup.loan.collateral.ts 92.30% <ø> (+2.30%) ⬆️
src/module.playground/setup/setup.oracle.ts 96.15% <ø> (+0.69%) ⬆️
src/module.playground/setup/setup.token.ts 93.75% <ø> (+1.44%) ⬆️
src/module.playground/setup/setup.dex.ts 96.96% <100.00%> (+8.50%) ⬆️
src/module.api/_core/api.error.ts 32.83% <0.00%> (-15.82%) ⬇️
...ayground-api-client/src/playground.api.response.ts 8.33% <0.00%> (-5.96%) ⬇️
...ages/playground-api-client/src/errors/api.error.ts 68.00% <0.00%> (-5.69%) ⬇️
src/module.health/probe.indicator.ts 62.50% <0.00%> (-4.17%) ⬇️
packages/playground-api-client/src/api/wallet.ts 83.33% <0.00%> (-4.17%) ⬇️
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e2b732...f3cb9c4. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rxjs-7.5.3 branch from a4c2de7 to 1b759a6 Compare February 9, 2022 06:48
fuxingloh
fuxingloh previously approved these changes Feb 9, 2022
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.5.2 to 7.5.3.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.5.2...7.5.3)

---
updated-dependencies:
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rxjs-7.5.3 branch from 1b759a6 to f3cb9c4 Compare February 9, 2022 06:49
@fuxingloh fuxingloh merged commit 7c72909 into main Feb 9, 2022
@fuxingloh fuxingloh deleted the dependabot/npm_and_yarn/rxjs-7.5.3 branch February 9, 2022 07:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant