Skip to content

Commit 2d4fcf6

Browse files
Merge #1137
1137: Bump rxjs from 6.6.7 to 7.8.1 r=bidoubiwa a=dependabot[bot] Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.7 to 7.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md">rxjs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/reactivex/rxjs/compare/7.8.0...7.8.1">7.8.1</a> (2023-04-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>asapScheduler:</strong> No longer stops after scheduling twice during flush (<a href="https://redirect.github.com/reactivex/rxjs/issues/7198">#7198</a>) (<a href="https://github.com/reactivex/rxjs/commit/1b524057b4db157814bfd04ad7d10c999afdccfa">1b52405</a>), closes <a href="https://github.com/ReactiveX/issues/7196">ReactiveX#7196</a></li> <li><strong>throttle:</strong> properly handle default ThrottleConfig values (<a href="https://redirect.github.com/reactivex/rxjs/issues/7176">#7176</a>) (<a href="https://github.com/reactivex/rxjs/commit/ceb821cfd81ca29b0d764b86a03f1e9f1eaa0999">ceb821c</a>)</li> </ul> <h1><a href="https://github.com/reactivex/rxjs/compare/7.7.0...7.8.0">7.8.0</a> (2022-12-15)</h1> <h3>Features</h3> <ul> <li><strong>buffer:</strong> <code>closingNotifier</code> now supports any <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7073">#7073</a>) (<a href="https://github.com/reactivex/rxjs/commit/61b877a50c2557196a45e12622305c5a84fc3f0a">61b877a</a>)</li> <li><strong>delayWhen:</strong> <code>delayWhen</code>'s <code>delayDurationSelector</code> now supports any <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7049">#7049</a>) (<a href="https://github.com/reactivex/rxjs/commit/dfd95db952a6772d35d11bdd1974f2c4b4d68b25">dfd95db</a>)</li> <li><strong>sequenceEqual:</strong> <code>compareTo</code> now supports any <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7102">#7102</a>) (<a href="https://github.com/reactivex/rxjs/commit/d50196187710c7a0cad50703b2071fc3f2cabd3c">d501961</a>)</li> <li><strong>share:</strong> <code>ShareConfig</code> factory properties now supports any <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7093">#7093</a>) (<a href="https://github.com/reactivex/rxjs/commit/cc3995a6f6baf9456ec11f749fe89bf61b9e2d62">cc3995a</a>)</li> <li><strong>skipUntil:</strong> <code>notifier</code> now supports any <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7091">#7091</a>) (<a href="https://github.com/reactivex/rxjs/commit/60d6c40fb484903286feca2bbfa9fcb2cde720e2">60d6c40</a>)</li> <li><strong>window:</strong> <code>windowBoundaries</code> now supports any <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7088">#7088</a>) (<a href="https://github.com/reactivex/rxjs/commit/8c4347c48f2432d7399c911d329fa74e0d6c6e8d">8c4347c</a>)</li> </ul> <h1><a href="https://github.com/reactivex/rxjs/compare/7.6.0...7.7.0">7.7.0</a> (2022-12-15)</h1> <h3>Features</h3> <ul> <li><strong>distinct:</strong> <code>flush</code> argument now supports any <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7081">#7081</a>) (<a href="https://github.com/reactivex/rxjs/commit/74c9ebd818113f9f25f1fb2b9fee4a0eac121ae0">74c9ebd</a>)</li> <li><strong>repeatWhen:</strong> <code>notifier</code> supports <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7103">#7103</a>) (<a href="https://github.com/reactivex/rxjs/commit/8f1b976125c55a5e884317c2b463fd019662e6af">8f1b976</a>)</li> <li><strong>retryWhen:</strong> <code>notifier</code> now supports any <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7105">#7105</a>) (<a href="https://github.com/reactivex/rxjs/commit/794f8064cf8fe754e9dfebeee0ffef0ac1562252">794f806</a>)</li> <li><strong>sample:</strong> <code>notifier</code> now supports any <code>ObservableInput</code> (<a href="https://redirect.github.com/reactivex/rxjs/issues/7104">#7104</a>) (<a href="https://github.com/reactivex/rxjs/commit/b18c2eb2bc8dc1a717c927f998028316eec83937">b18c2eb</a>)</li> </ul> <h1><a href="https://github.com/reactivex/rxjs/compare/7.5.7...7.6.0">7.6.0</a> (2022-12-03)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>schedulers:</strong> no longer cause TypeScript build failures when Node types aren't included (<a href="https://github.com/reactivex/rxjs/commit/c1a07b71ac050ab36b371ff7f18dc9a924fffc9f">c1a07b7</a>)</li> <li><strong>types:</strong> Improved subscribe and tap type overloads (<a href="https://redirect.github.com/reactivex/rxjs/issues/6718">#6718</a>) (<a href="https://github.com/reactivex/rxjs/commit/af1a9f446a860883abaa36ace21345dc923e7e53">af1a9f4</a>), closes <a href="https://redirect.github.com/reactivex/rxjs/issues/6717">#6717</a></li> </ul> <h3>Features</h3> <ul> <li><strong>onErrorResumeNextWith:</strong> renamed <code>onErrorResumeNext</code> and exported from the top level. (<code>onErrorResumeNext</code> operator is stil available, but deprecated) (<a href="https://redirect.github.com/reactivex/rxjs/issues/6755">#6755</a>) (<a href="https://github.com/reactivex/rxjs/commit/51e3b2c8ec28b5d30bca4c63ad69ce6942c2cdcc">51e3b2c</a>)</li> </ul> <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://redirect.github.com/reactivex/rxjs/issues/7059">#7059</a>) (<a href="https://github.com/reactivex/rxjs/commit/c93aa60e9f073297d959fa1fff9323e48872d47e">c93aa60</a>), closes <a href="https://redirect.github.com/reactivex/rxjs/issues/7017">#7017</a>, related to <a href="https://redirect.github.com/reactivex/rxjs/issues/7018">#7018</a> and <a href="https://redirect.github.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://redirect.github.com/reactivex/rxjs/issues/7060">#7060</a>) (<a href="https://github.com/reactivex/rxjs/commit/2d57b38ec9f7ada838ee130ab75cd795b156c182">2d57b38</a>), closes <a href="https://redirect.github.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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ReactiveX/rxjs/commit/72bc92191ab959e27a969dc4476e14d95416573f"><code>72bc921</code></a> chore(publish): 7.8.1</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/7748df4982d4805e1fcb8736067ab5d631e4166f"><code>7748df4</code></a> Change workflow permissions to be minimally scoped. (<a href="https://redirect.github.com/reactivex/rxjs/issues/7217">#7217</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/e88a2665d924da09c1b3e9dbf80e513b1f50cbb7"><code>e88a266</code></a> docs(fromEvent): update the example to match the actual API (<a href="https://redirect.github.com/reactivex/rxjs/issues/7246">#7246</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/ceb821cfd81ca29b0d764b86a03f1e9f1eaa0999"><code>ceb821c</code></a> fix(throttle): properly handle default ThrottleConfig values (<a href="https://redirect.github.com/reactivex/rxjs/issues/7176">#7176</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/6adc66f3717c10d35c450a5400bd5887b850d70a"><code>6adc66f</code></a> docs: update Operators overview (<a href="https://redirect.github.com/reactivex/rxjs/issues/6819">#6819</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/25bde176f098d7f77faa2392640f7acab679212a"><code>25bde17</code></a> docs(deprecations): fix typo in breaking changes (<a href="https://redirect.github.com/reactivex/rxjs/issues/7237">#7237</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/1ce681b1e300b4fc239bedfc456f9acfd58b9575"><code>1ce681b</code></a> docs(deprecations): fix some typos in Scheduler Argument (<a href="https://redirect.github.com/reactivex/rxjs/issues/7119">#7119</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/e72b33ad468af024a7187be671d5e39ed4b71df2"><code>e72b33a</code></a> docs: improve search for documentation (<a href="https://redirect.github.com/reactivex/rxjs/issues/6952">#6952</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/04fc128d3a7e91d48b0e133e921e09d0cc1a5c4b"><code>04fc128</code></a> chore(docs): fix url for Ben's website (<a href="https://redirect.github.com/reactivex/rxjs/issues/7215">#7215</a>)</li> <li><a href="https://github.com/ReactiveX/rxjs/commit/49b3460708da897a20e836ac272b0b966345392e"><code>49b3460</code></a> docs: proofread 6-to-7 change summary (<a href="https://redirect.github.com/reactivex/rxjs/issues/7002">#7002</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactivex/rxjs/compare/6.6.7...7.8.1">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.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents a95e13f + 1d8e5ca commit 2d4fcf6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

playgrounds/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"algoliasearch": "^4.17.2",
2424
"angular-instantsearch": "^4.4.1",
2525
"instantsearch.js": "^4.56.1",
26-
"rxjs": "~6.6.0",
26+
"rxjs": "~7.8.1",
2727
"tslib": "^2.0.0",
2828
"zone.js": "~0.11.4"
2929
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12878,17 +12878,17 @@ run-parallel@^1.1.9:
1287812878
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.10.tgz#60a51b2ae836636c81377df16cb107351bcd13ef"
1287912879
integrity sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==
1288012880

12881-
[email protected], rxjs@^6.6.3, rxjs@~6.6.0:
12881+
[email protected], rxjs@^6.6.3:
1288212882
version "6.6.7"
1288312883
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
1288412884
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
1288512885
dependencies:
1288612886
tslib "^1.9.0"
1288712887

12888-
rxjs@^7.5.1, rxjs@^7.5.5:
12889-
version "7.8.0"
12890-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
12891-
integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
12888+
rxjs@^7.5.1, rxjs@^7.5.5, rxjs@~7.8.1:
12889+
version "7.8.1"
12890+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
12891+
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
1289212892
dependencies:
1289312893
tslib "^2.1.0"
1289412894

0 commit comments

Comments
 (0)