chore(deps): bump rxjs from 6.6.7 to 7.5.7 #287

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/rxjs-7.5.7 into master 2022-12-02 01:08:17 +08:00
dependabot[bot] commented 2022-12-02 00:45:42 +08:00 (Migrated from github.com)

Bumps rxjs from 6.6.7 to 7.5.7.

Changelog

Sourced from rxjs's changelog.

7.5.7 (2022-09-25)

Bug Fixes

  • schedulers: improve performance of animationFrameScheduler and asapScheduler (#7059) (c93aa60), closes #7017, related to #7018 and #6674

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

  • package: add types to exports (#6802) (3750f75)
  • package: add require export condition (#6821) (c8955e4)
  • timeout: no longer will timeout when receiving the first value synchronously (#6865) (2330c96), closes #6862

Performance Improvements

  • Don't clone observers unless you have to (#6842) (3289d20)

7.5.4 (2022-02-09)

Performance Improvements

  • removed code that would bind functions passed with observers to subscribe. (#6815) (fb375a0), closes #6783

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

... (truncated)

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 6.6.7 to 7.5.7. <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.6...7.5.7">7.5.7</a> (2022-09-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>schedulers:</strong> improve performance of animationFrameScheduler and asapScheduler (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7059">#7059</a>) (<a href="https://github.com/reactivex/rxjs/commit/c93aa60e9f073297d959fa1fff9323e48872d47e">c93aa60</a>), closes <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7017">#7017</a>, related to <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7018">#7018</a> and <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6674">#6674</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>animationFrames:</strong> uses fewer Subscription instances (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7060">#7060</a>) (<a href="https://github.com/reactivex/rxjs/commit/2d57b38ec9f7ada838ee130ab75cd795b156c182">2d57b38</a>), closes <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7018">#7018</a></li> </ul> <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> <h2><a href="https://github.com/reactivex/rxjs/compare/7.5.4...7.5.5">7.5.5</a> (2022-03-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>package:</strong> add types to exports (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6802">#6802</a>) (<a href="https://github.com/reactivex/rxjs/commit/3750f75104bb82d870c53c0605c942e41245d79c">3750f75</a>)</li> <li><strong>package:</strong> add <code>require</code> export condition (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6821">#6821</a>) (<a href="https://github.com/reactivex/rxjs/commit/c8955e4c6a972135030fdfddc18a7a48337ae9c7">c8955e4</a>)</li> <li><strong>timeout:</strong> no longer will timeout when receiving the first value synchronously (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6865">#6865</a>) (<a href="https://github.com/reactivex/rxjs/commit/2330c9660b20f2e0cda0c4eeb36bb582b4a85186">2330c96</a>), closes <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6862">#6862</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li>Don't clone observers unless you have to (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6842">#6842</a>) (<a href="https://github.com/reactivex/rxjs/commit/3289d20ddc3a84d2aede8e3ab9962a8ef5d43c83">3289d20</a>)</li> </ul> <h2><a href="https://github.com/reactivex/rxjs/compare/7.5.3...7.5.4">7.5.4</a> (2022-02-09)</h2> <h3>Performance Improvements</h3> <ul> <li>removed code that would <code>bind</code> functions passed with observers to <code>subscribe</code>. (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6815">#6815</a>) (<a href="https://github.com/reactivex/rxjs/commit/fb375a0c5befd6852cd63d3c310448e42fa9580e">fb375a0</a>), closes <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6783">#6783</a></li> </ul> <h2><a href="https://github.com/reactivex/rxjs/compare/7.5.2...7.5.3">7.5.3</a> (2022-02-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>subscribe:</strong> allow interop with Monio and other libraries that patch function bind (<a href="https://github.com/reactivex/rxjs/commit/0ab91eb4c1da914efbf03a2732629914cd3398dc">0ab91eb</a>), closes <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6783">#6783</a></li> </ul> <h2><a href="https://github.com/reactivex/rxjs/compare/7.5.1...7.5.2">7.5.2</a> (2022-01-11)</h2> <h3>Bug Fixes</h3> <ul> <li>operators that ignore input values now use <code>unknown</code> rather than <code>any</code>, which should resolve issues with eslint no-unsafe-argument (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6738">#6738</a>) (<a href="https://github.com/reactivex/rxjs/commit/67cb317a7a6b9fdbd3d2e8fdbc2ac9ac7e57179c">67cb317</a>), closes <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6536">#6536</a></li> <li><strong>ajax:</strong> crossDomain flag deprecated and properly reported to consumers (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6710">#6710</a>) (<a href="https://github.com/reactivex/rxjs/commit/7fd05756c595dddb288b732b00a90fcfb2a9080a">7fd0575</a>), closes <a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6663">#6663</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ReactiveX/rxjs/commit/af2e27a09b552168c1253c04e8fbf6196b355e29"><code>af2e27a</code></a> chore(publish): 7.5.7</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/35aae6efbbf2de0acecf96a7c3303bfa89df8e24"><code>35aae6e</code></a> docs(shareReplay): remove marble diagram (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7051">#7051</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/54b36cbc8f05a6c7b75bbe7577eb019fae3a2826"><code>54b36cb</code></a> Update rebase.yml (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7048">#7048</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/68ec996ab25a4084e411a4739307d643550b909b"><code>68ec996</code></a> Fix wording (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7045">#7045</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/4bf6eccce90d95853b7cbb253e8b8545dfceafb4"><code>4bf6ecc</code></a> docs: fix &quot;the the&quot; -&gt; &quot;the&quot; (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7039">#7039</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/533e3b197a0a17dafc5a07f73f58628fea4906f5"><code>533e3b1</code></a> docs(index): fix typo (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/7034">#7034</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/75fd733c43d41972f850a4b8a3cec36170e64532"><code>75fd733</code></a> docs(ReplaySubject): typo 'fo' should be 'of' (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6970">#6970</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/8e65cdc1c7365706bc4ee101359f9676ca9d3d93"><code>8e65cdc</code></a> docs: add export condition guide for Rollup (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6968">#6968</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/5619e0af72e7b398165b8093a77813072e40ee8a"><code>5619e0a</code></a> Spelling (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6966">#6966</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/45b734bcd22f04519fbec4e9ee491999697444d4"><code>45b734b</code></a> chore(never): convert never specs to run mode (<a href="https://github-redirect.dependabot.com/reactivex/rxjs/issues/6962">#6962</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactivex/rxjs/compare/6.6.7...7.5.7">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=6.6.7&new-version=7.5.7)](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>
xiaohai2271 commented 2022-12-02 01:03:44 +08:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
Sign in to join this conversation.
No description provided.