Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2021

Bumps rxjs from 6.6.6 to 6.6.7.

Changelog

Sourced from rxjs's changelog.

6.6.7 (2021-03-28)

Bug Fixes

  • types: Resolved an issue where referencing Symbol.observable before RxJS accessed the symbol/observable module internally would result in a reference error. (#6178) (94f690b), closes #6175
  • mergeMap, concatMap, switchMap, et al: Resolves an issue where returning an invalid ObservableInput would not be catchable in the observation chain. (#6186) (4014e19), closes #5344
Commits

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 a team as a code owner March 29, 2021 06:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 29, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rxjs-6.6.7 branch from a23d048 to 9e9c392 Compare March 29, 2021 11:44
@codecov
Copy link

codecov bot commented Mar 29, 2021

Codecov Report

Merging #729 (f17a22e) into main (31c3be2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #729   +/-   ##
=======================================
  Coverage   85.20%   85.20%           
=======================================
  Files         786      786           
  Lines       16095    16095           
  Branches     2003     2003           
=======================================
  Hits        13713    13713           
  Misses       2349     2349           
  Partials       33       33           

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 31c3be2...f17a22e. Read the comment docs.

@aaron-steinfeld
Copy link
Contributor

@dependabot rebase

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rxjs-6.6.7 branch from 9e9c392 to f17a22e Compare March 29, 2021 12:53
Copy link
Contributor

@aaron-steinfeld aaron-steinfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 4cd3e49 into main Mar 29, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rxjs-6.6.7 branch March 29, 2021 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants