Skip to content

Commit c4e2550

Browse files
chore(deps): bump react-window from 2.2.4 to 2.3.0 (#14)
Bumps [react-window](https://github.com/bvaughn/react-window) from 2.2.4 to 2.3.0. <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.7</h2> <ul> <li>Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.</li> </ul> <h2>2.2.6</h2> <ul> <li><code>useDynamicRowHeight</code> should not instantiate <code>ResizeObserver</code> when server-rendering</li> </ul> <h2>2.2.5</h2> <ul> <li>Use <code>defaultHeight</code>/<code>defaultWidth</code> prop to server render initial set of rows/cells</li> <li>Adjust TypeScript return type for <code>rowComponent</code>/<code>cellComponent</code> to work around a <code>ReactNode</code> vs <code>ReactElement</code> mismatch caused by <a href="https://redirect.github.com/bvaughn/react-window/issues/875">#875</a></li> </ul> </blockquote> </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.3.0</h2> <ul> <li>Add optional <code>rowKey</code> prop to <code>List</code> and add optional <code>rowKey</code>/<code>columnKey</code> prop to <code>Grid</code>.</li> </ul> <h2>2.2.7</h2> <ul> <li>Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.</li> </ul> <h2>2.2.6</h2> <ul> <li><code>useDynamicRowHeight</code> should not instantiate <code>ResizeObserver</code> when server-rendering</li> </ul> <h2>2.2.5</h2> <ul> <li>Use <code>defaultHeight</code>/<code>defaultWidth</code> prop to server render initial set of rows/cells</li> <li>Adjust TypeScript return type for <code>rowComponent</code>/<code>cellComponent</code> to work around a <code>ReactNode</code> vs <code>ReactElement</code> mismatch caused by <a href="https://redirect.github.com/bvaughn/react-window/issues/875">#875</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bvaughn/react-window/commit/4d9eebbb510262b3b7e95463cf49a10de53ea77d"><code>4d9eebb</code></a> 2.2.7 -&gt; 2.3.0</li> <li><a href="https://github.com/bvaughn/react-window/commit/c48df31cc6d9050dc6e7abe97d02aa2c9c3b480f"><code>c48df31</code></a> fix: add <code>rowKey</code> for <code>List</code> (<a href="https://redirect.github.com/bvaughn/react-window/issues/911">#911</a>)</li> <li><a href="https://github.com/bvaughn/react-window/commit/94b465beb01ccac5f1aa5b6f8b2a3a9274a89de0"><code>94b465b</code></a> Upgrade react-lib-tools to improve site-search</li> <li><a href="https://github.com/bvaughn/react-window/commit/94b424a4451072155ee3d097e3b183c80c968100"><code>94b424a</code></a> Upgrade react-lib-tools to improve site-search</li> <li><a href="https://github.com/bvaughn/react-window/commit/7f71d0f478a2196e6dd14f24a81c935e46f439b0"><code>7f71d0f</code></a> Upgrade react-lib-tools to improve site-search</li> <li><a href="https://github.com/bvaughn/react-window/commit/8caa6fbd06ee5955a6a059c96c57e9dc12e97d1e"><code>8caa6fb</code></a> Upgrade react-lib-tools to improve site-search</li> <li><a href="https://github.com/bvaughn/react-window/commit/94186de84a40e7a0f385d7f65431bfea83f6ebd1"><code>94186de</code></a> Update CONTRIBUTING.md</li> <li><a href="https://github.com/bvaughn/react-window/commit/663547837e67871ca72640063172329de6aec98f"><code>6635478</code></a> Upgrade react-lib-tools</li> <li><a href="https://github.com/bvaughn/react-window/commit/0b7535e1538e82679d39843202d7c8c0109267ea"><code>0b7535e</code></a> Upgrade react-lib-tools</li> <li><a href="https://github.com/bvaughn/react-window/commit/367baf743357235faf966c554d830b6f348c4a6c"><code>367baf7</code></a> Site search (<a href="https://redirect.github.com/bvaughn/react-window/issues/906">#906</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bvaughn/react-window/compare/2.2.4...2.3.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32b42b9 commit c4e2550

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-markdown": "^10.1.0",
3333
"react-resizable-panels": "^3.0.6",
3434
"react-router-dom": "^7.11.0",
35-
"react-window": "^2.2.4",
35+
"react-window": "^2.3.0",
3636
"recharts": "^3.6.0",
3737
"remark-gfm": "^4.0.1",
3838
"sql-formatter": "^15.6.12",

0 commit comments

Comments
 (0)