dependabot[bot] opened a new pull request, #36942:
URL: https://github.com/apache/superset/pull/36942

   Bumps [react-window](https://github.com/bvaughn/react-window) and 
[@types/react-window](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-window).
 These dependencies needed to be updated together.
   Updates `react-window` from 1.8.11 to 2.2.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/bvaughn/react-window/releases";>react-window's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.2.4</h2>
   <ul>
   <li>Update README docs</li>
   </ul>
   <h2>2.2.3</h2>
   <ul>
   <li>Update TS Doc comments for <code>List</code> and <code>Grid</code> 
imperative methods to specify when a method throws.</li>
   <li>Throw a <code>RangeError</code> (instead of a regular 
<code>Error</code>) if an invalid index is passed to one of the imperative 
scroll-to methods.</li>
   </ul>
   <h2>2.2.2</h2>
   <p>The return type of <code>List</code> and <code>Grid</code> components is 
explicitly annotated as <code>ReactElement</code>. The return type of 
<code>rowComponent</code> and <code>cellComponent</code> changed from 
<code>ReactNode</code> to <code>ReactElement</code>. This was done to fix 
TypeScript warnings for React versions 18.0 - 18.2. (See issue <a 
href="https://redirect.github.com/bvaughn/react-window/issues/875";>#875</a>)</p>
   <h2>2.2.1</h2>
   <ul>
   <li>Fix possible scroll-jump scenario with 
<code>useDynamicRowHeight</code></li>
   </ul>
   <h2>2.2.0</h2>
   <ul>
   <li>Support for dynamic row heights via new <code>useDynamicRowHeight</code> 
hook.</li>
   </ul>
   <pre lang="tsx"><code>const rowHeight = useDynamicRowHeight({
     defaultRowHeight: 50
   });
   <p>return &lt;List rowHeight={rowHeight} {...rest} /&gt;;<br />
   </code></pre></p>
   <ul>
   <li>Smaller NPM bundle; (docs are no longer included as part of the bundle 
due to the added size)</li>
   </ul>
   <hr />
   <p>Documentation at: <a 
href="https://react-window-9gegorjnr-brian-vaughns-projects.vercel.app/";>https://react-window-9gegorjnr-brian-vaughns-projects.vercel.app/</a></p>
   <h2>2.1.2</h2>
   <p>Prevent <code>ResizeObserver</code> API from being called at all if an 
explicit <code>List</code> height (or <code>Grid</code> width and height) is 
provided.</p>
   <p>Thanks to <a href="https://github.com/tnajdek";><code>@​tnajdek</code></a> 
for the PR!</p>
   <hr />
   <p>Documentation at: <a 
href="https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/";>https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/</a></p>
   <h2>2.1.1</h2>
   <p>Grids with only one row no longer incorrectly set cell height to 100%.</p>
   <hr />
   <p>Documentation at: <a 
href="https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/";>https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/</a></p>
   <h2>2.1.0</h2>
   <p>Improved ARIA support:</p>
   <ul>
   <li>Add better default ARIA attributes for outer 
<code>HTMLDivElement</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/bvaughn/react-window/blob/main/CHANGELOG.md";>react-window's
 changelog</a>.</em></p>
   <blockquote>
   <h2>2.2.4</h2>
   <ul>
   <li>Update README docs</li>
   </ul>
   <h2>2.2.3</h2>
   <ul>
   <li>Update TS Doc comments for <code>List</code> and <code>Grid</code> 
imperative methods to specify when a method throws.</li>
   <li>Throw a <code>RangeError</code> (instead of a regular 
<code>Error</code>) if an invalid index is passed to one of the imperative 
scroll-to methods.</li>
   </ul>
   <h2>2.2.2</h2>
   <p>The return type of <code>List</code> and <code>Grid</code> components is 
explicitly annotated as <code>ReactElement</code>. The return type of 
<code>rowComponent</code> and <code>cellComponent</code> changed from 
<code>ReactNode</code> to <code>ReactElement</code>. This was done to fix 
TypeScript warnings for React versions 18.0 - 18.2. (See issue <a 
href="https://redirect.github.com/bvaughn/react-window/issues/875";>#875</a>)</p>
   <h2>2.2.1</h2>
   <ul>
   <li>Fix possible scroll-jump scenario with 
<code>useDynamicRowHeight</code></li>
   </ul>
   <h2>2.2.0</h2>
   <ul>
   <li>Support for dynamic row heights via new <code>useDynamicRowHeight</code> 
hook.</li>
   </ul>
   <pre lang="tsx"><code>const rowHeight = useDynamicRowHeight({
     defaultRowHeight: 50
   });
   <p>return &lt;List rowHeight={rowHeight} {...rest} /&gt;;<br />
   </code></pre></p>
   <ul>
   <li>Smaller NPM bundle; (docs are no longer included as part of the bundle 
due to the added size)</li>
   </ul>
   <h2>2.1.2</h2>
   <p>Prevent <code>ResizeObserver</code> API from being called at all if an 
explicit <code>List</code> height (or <code>Grid</code> width and height) is 
provided.</p>
   <h2>2.1.1</h2>
   <p>Grids with only one row no longer incorrectly set cell height to 100%.</p>
   <h2>2.1.0</h2>
   <p>Improved ARIA support:</p>
   <ul>
   <li>Add better default ARIA attributes for outer 
<code>HTMLDivElement</code></li>
   <li>Add optional <code>ariaAttributes</code> prop to row and cell renderers 
to simplify better ARIA attributes for user-rendered cells</li>
   <li>Remove intermediate <code>HTMLDivElement</code> from <code>List</code> 
and <code>Grid</code>
   <ul>
   <li>This may enable more/better custom CSS styling</li>
   <li>This may also enable adding an optional <code>children</code> prop to 
<code>List</code> and <code>Grid</code> for e.g. overlays/tooltips</li>
   </ul>
   </li>
   <li>Add optional <code>tagName</code> prop; defaults to 
<code>&quot;div&quot;</code> but can be changed to e.g. 
<code>&quot;ul&quot;</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/48958ba5696d41ab2b8d9024a5b4071d16f214e5";><code>48958ba</code></a>
 2.2.3 -&gt; 2.2.4</li>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/19610cb356ceb4acf62bf605ef5694b310d91edf";><code>19610cb</code></a>
 Update react-lib-tools dep</li>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/b076727c5e5de8dd30443bbca98a526e43a9c8f1";><code>b076727</code></a>
 Tweak FAQ text</li>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/b7b3b24e41a4b7f319df1282f284b87b0aa15e32";><code>b7b3b24</code></a>
 Add FAQ section to docs</li>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/5b7cfef76dde359d6d4b2f1663b0b172188783fb";><code>5b7cfef</code></a>
 Replace og.svg with og.png</li>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/a9e80224cefbb6ca1d40929adaa390d4cd676ccb";><code>a9e8022</code></a>
 Update react-lib-tools dep</li>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/e5d0ca0b91e0a3f3c7671a289018723d35451afe";><code>e5d0ca0</code></a>
 Update react-lib-tools dep</li>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/5cb3c023742028d4b3ee419d0191e4fe28de5ae7";><code>5cb3c02</code></a>
 Empty commit</li>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/d7cf2ab5606c2a81ab14936105d0316cdc9870a4";><code>d7cf2ab</code></a>
 Add logo to README</li>
   <li><a 
href="https://github.com/bvaughn/react-window/commit/2a1675093011698deecfb137f49eeeac0ffc3775";><code>2a16750</code></a>
 Update react-lib-tools dep</li>
   <li>Additional commits viewable in <a 
href="https://github.com/bvaughn/react-window/compare/1.8.11...2.2.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/react-window` from 1.8.8 to 2.0.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-window";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to