mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Build(deps): Bump react-window from 2.1.0 to 2.2.0 in /page (#552)
Bumps [react-window](https://github.com/bvaughn/react-window) from 2.1.0 to 2.2.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.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 <List rowHeight={rowHeight} {...rest} />;<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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bvaughn/react-window/blob/master/CHANGELOG.md">react-window's changelog</a>.</em></p> <blockquote> <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 <List rowHeight={rowHeight} {...rest} />;<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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4d71210d23"><code>4d71210</code></a> Relax List rowHeight constraint (alt) (<a href="https://redirect.github.com/bvaughn/react-window/issues/857">#857</a>)</li> <li><a href="1220d5cd83"><code>1220d5c</code></a> Remove docs from NPM bundle; they're pretty large (<a href="https://redirect.github.com/bvaughn/react-window/issues/858">#858</a>)</li> <li><a href="5992e1d5f6"><code>5992e1d</code></a> Improve mock ResizeObserver test utils</li> <li><a href="71df53dc69"><code>71df53d</code></a> Update image example to set width=100%</li> <li><a href="dbd044c4eb"><code>dbd044c</code></a> 2.1.1 -> 2.1.2</li> <li><a href="079b87887b"><code>079b878</code></a> Removed unnecessary mock reset</li> <li><a href="778bb05cb4"><code>778bb05</code></a> Mark style param required in useResizeObserver</li> <li><a href="2cd840209b"><code>2cd8402</code></a> Fix ResizeObserver being used even with size provided (<a href="https://redirect.github.com/bvaughn/react-window/issues/855">#855</a>)</li> <li><a href="e83054ba82"><code>e83054b</code></a> Image compression</li> <li><a href="0ec4930980"><code>0ec4930</code></a> Updated image aspect ratio a bit to make the example more visually interesting</li> <li>Additional commits viewable in <a href="https://github.com/bvaughn/react-window/compare/2.1.0...2.2.0">compare view</a></li> </ul> </details> <br /> [](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 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 commit is contained in:
8
page/package-lock.json
generated
8
page/package-lock.json
generated
@@ -36,7 +36,7 @@
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-resizable-panels": "^3.0.5",
|
||||
"react-router-dom": "^7.8.2",
|
||||
"react-window": "^2.1.0",
|
||||
"react-window": "^2.2.0",
|
||||
"shell-quote": "^1.8.3",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwindcss": "^4.1.13",
|
||||
@@ -8060,9 +8060,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-window": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-window/-/react-window-2.1.0.tgz",
|
||||
"integrity": "sha512-STMrsd6t3pN/XFa5cblpwTLpsEDtrtdeNY+71QsEaY0m7Fhbn9R4XXYzYAyKDpeYbjmBpAflqHBdDDKW928m3Q==",
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/react-window/-/react-window-2.2.0.tgz",
|
||||
"integrity": "sha512-Y2L7yonHq6K1pQA2P98wT5QdIsEcjBTB7T8o6Mub12hH9eYppXoYu6vgClmcjlh3zfNcW2UrXiJJJqDxUY7GVw==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0 || ^19.0.0",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-resizable-panels": "^3.0.5",
|
||||
"react-router-dom": "^7.8.2",
|
||||
"react-window": "^2.1.0",
|
||||
"react-window": "^2.2.0",
|
||||
"shell-quote": "^1.8.3",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwindcss": "^4.1.13",
|
||||
|
||||
Reference in New Issue
Block a user