Skip to content

Commit 0815f5a

Browse files
chore(deps-dev): bump @tanstack/react-virtual from 3.13.12 to 3.13.18 (#925)
Bumps [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) from 3.13.12 to 3.13.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/virtual/releases"><code>@​tanstack/react-virtual</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tanstack/react-virtual</code><a href="https://github.com/3"><code>@​3</code></a>.13.18</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/9067574f1a0178d30e27bcac70853bdcbf437fec"><code>9067574</code></a>]: <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.18</li> </ul> </li> </ul> <h2><code>@​tanstack/react-virtual</code><a href="https://github.com/3"><code>@​3</code></a>.13.17</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/21d9a46eac034cb4299872891694965bceed526d"><code>21d9a46</code></a>]: <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.17</li> </ul> </li> </ul> <h2><code>@​tanstack/react-virtual</code><a href="https://github.com/3"><code>@​3</code></a>.13.16</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/db6df212ed83dd7e4eb6450d1340c95475667b7b"><code>db6df21</code></a>]: <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.16</li> </ul> </li> </ul> <h2><code>@​tanstack/react-virtual</code><a href="https://github.com/3"><code>@​3</code></a>.13.15</h2> <h3>Patch Changes</h3> <ul> <li> <p>feat(react-virtual): add <code>useFlushSync</code> option (<a href="https://redirect.github.com/TanStack/virtual/pull/1100">#1100</a>)</p> <p>Adds a React-specific <code>useFlushSync</code> option to control whether <code>flushSync</code> is used for synchronous scroll correction during measurement.</p> <p>The default behavior remains unchanged (<code>useFlushSync: true</code>) to preserve the best scrolling experience. Disabling it avoids the React 19 warning about calling <code>flushSync</code> during render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/5a273bf0c0bc0255ca172929f021c3b6e50cb69d"><code>5a273bf</code></a>]:</p> <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.15</li> </ul> </li> </ul> <h2><code>@​tanstack/react-virtual</code><a href="https://github.com/3"><code>@​3</code></a>.13.14</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/6d9274c3f0a9e64450b5829872079a65277bc654"><code>6d9274c</code></a>]: <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.14</li> </ul> </li> </ul> <h2><code>@​tanstack/react-virtual</code><a href="https://github.com/3"><code>@​3</code></a>.13.13</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix: Notify framework when count changes to update getTotalSize() (<a href="https://redirect.github.com/TanStack/virtual/pull/1085">#1085</a>)</p> <p>Fixed an issue where <code>getTotalSize()</code> would return stale values when the <code>count</code> option changed (e.g., during filtering or search operations). The virtualizer now automatically notifies the framework when measurement-affecting options change, ensuring the UI updates correctly without requiring manual <code>useMemo</code> workarounds.</p> <p><strong>Before</strong>: When filtering items, the list container would maintain its previous height, causing excessive blank space (when count decreased) or inaccessible items (when count increased).</p> <p><strong>After</strong>: Height updates automatically when count changes, providing the correct user experience.</p> <p>This fix applies to all framework adapters and has minimal performance impact (&lt; 0.1ms per change).</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md"><code>@​tanstack/react-virtual</code>'s changelog</a>.</em></p> <blockquote> <h2>3.13.18</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/9067574f1a0178d30e27bcac70853bdcbf437fec"><code>9067574</code></a>]: <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.18</li> </ul> </li> </ul> <h2>3.13.17</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/21d9a46eac034cb4299872891694965bceed526d"><code>21d9a46</code></a>]: <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.17</li> </ul> </li> </ul> <h2>3.13.16</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/db6df212ed83dd7e4eb6450d1340c95475667b7b"><code>db6df21</code></a>]: <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.16</li> </ul> </li> </ul> <h2>3.13.15</h2> <h3>Patch Changes</h3> <ul> <li> <p>feat(react-virtual): add <code>useFlushSync</code> option (<a href="https://redirect.github.com/TanStack/virtual/pull/1100">#1100</a>)</p> <p>Adds a React-specific <code>useFlushSync</code> option to control whether <code>flushSync</code> is used for synchronous scroll correction during measurement.</p> <p>The default behavior remains unchanged (<code>useFlushSync: true</code>) to preserve the best scrolling experience. Disabling it avoids the React 19 warning about calling <code>flushSync</code> during render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/5a273bf0c0bc0255ca172929f021c3b6e50cb69d"><code>5a273bf</code></a>]:</p> <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.15</li> </ul> </li> </ul> <h2>3.13.14</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/6d9274c3f0a9e64450b5829872079a65277bc654"><code>6d9274c</code></a>]: <ul> <li><code>@​tanstack/virtual-core</code><a href="https://github.com/3"><code>@​3</code></a>.13.14</li> </ul> </li> </ul> <h2>3.13.13</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix: Notify framework when count changes to update getTotalSize() (<a href="https://redirect.github.com/TanStack/virtual/pull/1085">#1085</a>)</p> <p>Fixed an issue where <code>getTotalSize()</code> would return stale values when the <code>count</code> option changed (e.g., during filtering or search operations). The virtualizer now automatically notifies the framework when measurement-affecting options change, ensuring the UI updates correctly without requiring manual <code>useMemo</code> workarounds.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/virtual/commit/5d6acc953f62e892ce9eefa2bcc5340614efab15"><code>5d6acc9</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1113">#1113</a>)</li> <li><a href="https://github.com/TanStack/virtual/commit/c48b2ac9c4c47d4edebdd5f2058ba280022f6a8b"><code>c48b2ac</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1111">#1111</a>)</li> <li><a href="https://github.com/TanStack/virtual/commit/7fd265465a24eafb6d4d602fb981a0c64f42c708"><code>7fd2654</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1107">#1107</a>)</li> <li><a href="https://github.com/TanStack/virtual/commit/0bcf14de9e8c17942feb404cba3e2a038ebf365b"><code>0bcf14d</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1102">#1102</a>)</li> <li><a href="https://github.com/TanStack/virtual/commit/1686256eacd3abc33bd20a9911fcccf9221aa0b5"><code>1686256</code></a> feat(react-virtual): add useFlushSync option (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1100">#1100</a>)</li> <li><a href="https://github.com/TanStack/virtual/commit/a1d0043d434f6c5367e6cd4a1ddabef82e382bc1"><code>a1d0043</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1101">#1101</a>)</li> <li><a href="https://github.com/TanStack/virtual/commit/de8c12fb615db794bfb143363f9ad3257506a37d"><code>de8c12f</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1081">#1081</a>)</li> <li><a href="https://github.com/TanStack/virtual/commit/49334c9d8b494c15f2647de87c243c03b91b64ff"><code>49334c9</code></a> ci: prepare for trusted publishing (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1087">#1087</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.13.18/packages/react-virtual">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​tanstack/react-virtual</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tanstack/react-virtual&package-manager=npm_and_yarn&previous-version=3.13.12&new-version=3.13.18)](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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4d515f commit 0815f5a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/suite-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@storybook/testing-library": "0.2.2",
6565
"@svgr/webpack": "8.1.0",
6666
"@tanstack/react-table": "8.21.2",
67-
"@tanstack/react-virtual": "3.13.12",
67+
"@tanstack/react-virtual": "3.13.18",
6868
"@testing-library/jest-dom": "6.6.2",
6969
"@testing-library/react": "16.0.0",
7070
"@testing-library/user-event": "14.5.2",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3370,7 +3370,7 @@ __metadata:
33703370
"@storybook/testing-library": 0.2.2
33713371
"@svgr/webpack": 8.1.0
33723372
"@tanstack/react-table": 8.21.2
3373-
"@tanstack/react-virtual": 3.13.12
3373+
"@tanstack/react-virtual": 3.13.18
33743374
"@testing-library/jest-dom": 6.6.2
33753375
"@testing-library/react": 16.0.0
33763376
"@testing-library/user-event": 14.5.2
@@ -5019,15 +5019,15 @@ __metadata:
50195019
languageName: node
50205020
linkType: hard
50215021

5022-
"@tanstack/react-virtual@npm:3.13.12":
5023-
version: 3.13.12
5024-
resolution: "@tanstack/react-virtual@npm:3.13.12"
5022+
"@tanstack/react-virtual@npm:3.13.18":
5023+
version: 3.13.18
5024+
resolution: "@tanstack/react-virtual@npm:3.13.18"
50255025
dependencies:
5026-
"@tanstack/virtual-core": 3.13.12
5026+
"@tanstack/virtual-core": 3.13.18
50275027
peerDependencies:
50285028
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
50295029
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
5030-
checksum: 7b64c728ae3666c22f6a1727d464f877c04ae02347480eab482c7a002c2a340167ded856e3dd52b19de34f965aeb01a1e223acdab44d646251c0aa89c3d69539
5030+
checksum: 73dcfd5681db1c07834c9d286a7d2194ebded84f09466b37072c630bad1ec9d546c0b58981e8a4cf855b0bd6a5c53c64834c6428022fe12096ff3a905da2a4a4
50315031
languageName: node
50325032
linkType: hard
50335033

@@ -5038,10 +5038,10 @@ __metadata:
50385038
languageName: node
50395039
linkType: hard
50405040

5041-
"@tanstack/virtual-core@npm:3.13.12":
5042-
version: 3.13.12
5043-
resolution: "@tanstack/virtual-core@npm:3.13.12"
5044-
checksum: bef2c3138543a2088fff7d4fa46624d07403b18d92ec5a7271e187457851535031a79bc78ac655355a221d5549ef3b5674a3b249d2531f4c17c93107498c8438
5041+
"@tanstack/virtual-core@npm:3.13.18":
5042+
version: 3.13.18
5043+
resolution: "@tanstack/virtual-core@npm:3.13.18"
5044+
checksum: 9344c797be9a1b100adb5f1b9fbba2a6292aad56723d39f2d48f976d237f35e8473292949ed680b79338cb0f13823700c4e1ac21318097a5c197e8a706405263
50455045
languageName: node
50465046
linkType: hard
50475047

0 commit comments

Comments
 (0)