Commit 0815f5a
authored
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 (< 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 />
[](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
2 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3370 | 3370 | | |
3371 | 3371 | | |
3372 | 3372 | | |
3373 | | - | |
| 3373 | + | |
3374 | 3374 | | |
3375 | 3375 | | |
3376 | 3376 | | |
| |||
5019 | 5019 | | |
5020 | 5020 | | |
5021 | 5021 | | |
5022 | | - | |
5023 | | - | |
5024 | | - | |
| 5022 | + | |
| 5023 | + | |
| 5024 | + | |
5025 | 5025 | | |
5026 | | - | |
| 5026 | + | |
5027 | 5027 | | |
5028 | 5028 | | |
5029 | 5029 | | |
5030 | | - | |
| 5030 | + | |
5031 | 5031 | | |
5032 | 5032 | | |
5033 | 5033 | | |
| |||
5038 | 5038 | | |
5039 | 5039 | | |
5040 | 5040 | | |
5041 | | - | |
5042 | | - | |
5043 | | - | |
5044 | | - | |
| 5041 | + | |
| 5042 | + | |
| 5043 | + | |
| 5044 | + | |
5045 | 5045 | | |
5046 | 5046 | | |
5047 | 5047 | | |
| |||
0 commit comments