Bump rxjs from 7.5.5 to 7.5.6 in /frontend #298

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/rxjs-7.5.6 into main
dependabot[bot] commented 2022-07-13 09:34:58 +00:00 (Migrated from github.com)

Bumps rxjs from 7.5.5 to 7.5.6.

Changelog

Sourced from rxjs's changelog.

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)
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)
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.5.5 to 7.5.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md">rxjs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/reactivex/rxjs/compare/7.5.5...7.5.6">7.5.6</a> (2022-07-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>share:</strong> 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. (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7005">#7005</a>) (<a href="https://github.com/reactivex/rxjs/commit/5d4c1d9a37b1347217223adb0d9e166fd85f67a9">5d4c1d9</a>)</li> <li><strong>share &amp; connect:</strong> <code>share</code> and <code>connect</code> no longer bundle scheduling code by default (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6873">#6873</a>) (<a href="https://github.com/reactivex/rxjs/commit/9948dc2f5577eaa4013de234f3552508918518c7">9948dc2</a>), closes <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6872">#6872</a></li> <li><strong>exhaustAll:</strong> Result will now complete properly when flattening all synchronous observables. (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6911">#6911</a>) (<a href="https://github.com/reactivex/rxjs/commit/3c1c6b8303028eebc7af31cfc5e5bad42a5b2da4">3c1c6b8</a>), closes <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6910">#6910</a></li> <li><strong>TypeScript:</strong> Now compatible with TypeScript 4.6 type checks (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6895">#6895</a>) (<a href="https://github.com/reactivex/rxjs/commit/fce9aa12931796892673581761bba1f7ceafabff">fce9aa1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ReactiveX/rxjs/commit/718be5bb8db5bb07ec9e4da8b5741e579bba6e62"><code>718be5b</code></a> chore(publish): 7.5.6</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/59a4e83915de7b9db2c215c16bc5c615e2892af2"><code>59a4e83</code></a> chore: revert &quot;export type&quot; to &quot;export&quot; (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6943">#6943</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/57143be29450ec8be054851eeff90d9d997b3d36"><code>57143be</code></a> refactor(share): Remove reliance on take (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7016">#7016</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/5d4c1d9a37b1347217223adb0d9e166fd85f67a9"><code>5d4c1d9</code></a> fix(share): Prevent setup/reset race condition in share with refCount (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7005">#7005</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/47fa8d555754b18887baf15e22eb3dd91bf8bfea"><code>47fa8d5</code></a> missing word 'is' in Observable change description (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6941">#6941</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/11c609bf655c2afce34ed4849aafb10be062f8a1"><code>11c609b</code></a> Update inaccurate example to 'of' replacement. (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6939">#6939</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/d279670a7e43eb140710596beda67351fffd529f"><code>d279670</code></a> docs: fix issues with H1 headers (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6771">#6771</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/e5aaec18d3e0cdae17487355af13ba785755d997"><code>e5aaec1</code></a> docs(bufferWhen): fix marble diagram (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6767">#6767</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/237496849a3e2d6569eb598198a32216d8a9f59c"><code>2374968</code></a> docs(distinctUntilChanged): fix docs rendering (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6756">#6756</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/9513524f3490bdddb9ebb476417c389d61bef8dc"><code>9513524</code></a> chore: remove deprecated IE polyfills (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6912">#6912</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactivex/rxjs/compare/7.5.5...7.5.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rxjs&package-manager=npm_and_yarn&previous-version=7.5.5&new-version=7.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
administrator closed this pull request 2022-09-17 22:45:05 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.