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

Bump rxjs from 7.3.0 to 7.4.0 #208

Merged
merged 1 commit into from
Oct 8, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2021

Bumps rxjs from 7.3.0 to 7.4.0.

Changelog

Sourced from rxjs's changelog.

7.4.0 (2021-10-06)

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)
Commits
  • e06a472 chore(publish): 7.4.0
  • 268777b feat: Add es2015 entries to the exports declaration to support Angular (#6614)
  • 861aa92 docs: add operator flag to operator functions (#6563)
  • d837ee7 Merge pull request #6603 from benlesh/fix-randomly-failing-test
  • 7dd7f3c chore(publish): 7.3.1
  • e574735 chore(deps): bump tmpl in /docs_app/tools/decision-tree-generator (#6606)
  • 4fd3814 chore: Skip tests that sporadically fail
  • af47993 chore(deps-dev): bump remark-html from 9.0.0 to 13.0.2 in /docs_app (#6587)
  • 974eee7 docs: fix glossary anchor links (#6600)
  • a120003 docs(operators): fix code example (#6577)
  • 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)

Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.3.0...7.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from fuxingloh as a code owner October 7, 2021 18:07
@dependabot dependabot bot added the kind/dependencies Pull requests that update a dependency file label Oct 7, 2021
@codeclimate
Copy link

codeclimate bot commented Oct 7, 2021

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

View more on Code Climate.

@codecov
Copy link

codecov bot commented Oct 7, 2021

Codecov Report

Merging #208 (841f55b) into main (ed4d577) will decrease coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
- Coverage   80.80%   80.66%   -0.15%     
==========================================
  Files          38       38              
  Lines         693      693              
  Branches       64       64              
==========================================
- Hits          560      559       -1     
  Misses        133      133              
- Partials        0        1       +1     
Impacted Files Coverage Δ
src/module.playground/bot/oracle.bot.ts 91.07% <0.00%> (-1.79%) ⬇️

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 a497212...841f55b. Read the comment docs.

@fuxingloh fuxingloh merged commit 3abb722 into main Oct 8, 2021
@fuxingloh fuxingloh deleted the dependabot/npm_and_yarn/rxjs-7.4.0 branch October 8, 2021 03:46
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