Bump react-virtual from 2.8.2 to 2.10.0 in /desktop (#3137)

Summary:
Bumps [react-virtual](https://github.com/tannerlinsley/react-virtual) from 2.8.2 to 2.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tannerlinsley/react-virtual/releases">react-virtual's releases</a>.</em></p>
<blockquote>
<h2>v2.10.0</h2>
<h1><a href="https://github.com/tannerlinsley/react-virtual/compare/v2.9.0...v2.10.0">2.10.0</a> (2021-12-02)</h1>
<h3>Features</h3>
<ul>
<li>add useScroll, extract useElementScroll, useWindowScroll (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/219">https://github.com/facebook/flipper/issues/219</a>) (<a href="aa8dc9ced4">aa8dc9c</a>)</li>
</ul>
<h2>v2.9.0</h2>
<h1><a href="https://github.com/tannerlinsley/react-virtual/compare/v2.8.2...v2.9.0">2.9.0</a> (2021-11-29)</h1>
<h3>Features</h3>
<ul>
<li>add initialRect for SSR, calc range in every render (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/217">https://github.com/facebook/flipper/issues/217</a>) (<a href="cf19d1fb1a">cf19d1f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="aa8dc9ced4"><code>aa8dc9c</code></a> feat: add useScroll, extract useElementScroll, useWindowScroll (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/219">https://github.com/facebook/flipper/issues/219</a>)</li>
<li><a href="f4b62c4e37"><code>f4b62c4</code></a> Update the height and width values in examples (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/194">https://github.com/facebook/flipper/issues/194</a>)</li>
<li><a href="8044f4bfa4"><code>8044f4b</code></a> Fixed Github Image Shield to show stars (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/213">https://github.com/facebook/flipper/issues/213</a>)</li>
<li><a href="cf19d1fb1a"><code>cf19d1f</code></a> feat: add initialRect for SSR, calc range in every render (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/217">https://github.com/facebook/flipper/issues/217</a>)</li>
<li><a href="edeefebacd"><code>edeefeb</code></a> Use <code>types/index.d.ts</code> for <code>types</code> field (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/209">https://github.com/facebook/flipper/issues/209</a>)</li>
<li><a href="907fcf3e69"><code>907fcf3</code></a> A few typo fixes on Markdown files (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/215">https://github.com/facebook/flipper/issues/215</a>)</li>
<li><a href="5508e19db3"><code>5508e19</code></a> Update index.js</li>
<li><a href="266eb5551f"><code>266eb55</code></a> Fixed Faulty Links on the Website (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/207">https://github.com/facebook/flipper/issues/207</a>)</li>
<li>See full diff in <a href="https://github.com/tannerlinsley/react-virtual/compare/v2.8.2...v2.10.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-virtual&package-manager=npm_and_yarn&previous-version=2.8.2&new-version=2.10.0)](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>

Pull Request resolved: https://github.com/facebook/flipper/pull/3137

Reviewed By: passy

Differential Revision: D33234027

Pulled By: aigoncharov

fbshipit-source-id: e496395375e5ea9a5024f3f6fd151837911d9a78
This commit is contained in:
dependabot[bot]
2021-12-20 13:51:00 -08:00
committed by Facebook GitHub Bot
parent debf872806
commit 845f8ea87c
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"react-color": "^2.19.3", "react-color": "^2.19.3",
"react-element-to-jsx-string": "^14.3.4", "react-element-to-jsx-string": "^14.3.4",
"react-virtual": "^2.8.2", "react-virtual": "^2.10.0",
"string-natural-compare": "^3.0.0", "string-natural-compare": "^3.0.0",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },

View File

@@ -10402,10 +10402,10 @@ react-test-renderer@^17.0.1:
react-shallow-renderer "^16.13.1" react-shallow-renderer "^16.13.1"
scheduler "^0.20.2" scheduler "^0.20.2"
react-virtual@^2.8.2: react-virtual@^2.10.0:
version "2.8.2" version "2.10.0"
resolved "https://registry.yarnpkg.com/react-virtual/-/react-virtual-2.8.2.tgz#e204b30c57c426bd260ed1ac49f8b1099e92b7cb" resolved "https://registry.yarnpkg.com/react-virtual/-/react-virtual-2.10.0.tgz#110cc0f48bb6edffd253f532123a074e6bbec4cb"
integrity sha512-CwnvF/3Jev4M14S9S7fgzGc0UFQ/bG/VXbrUCq+AB0zH8WGnVDTG0lQT7O3jPY76YLPzTHBu+AMl64Stp8+exg== integrity sha512-Mgy//1Ty0YMcELTooFq5mMrEb4dLRzS9PbPrgDbpdgGRgG9RuQrXBxgPCm1vNBonoiNZjbsGSEPLuJ7MuHLvLg==
dependencies: dependencies:
"@reach/observe-rect" "^1.1.0" "@reach/observe-rect" "^1.1.0"