Skip to content

Conversation

@renovate-sh-app
Copy link

@renovate-sh-app renovate-sh-app bot commented Oct 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-virtual (source) 3.13.9 -> 3.13.13 age confidence

Release Notes

TanStack/virtual (@​tanstack/react-virtual)

v3.13.13

Compare Source

Patch Changes
  • Fix: Notify framework when count changes to update getTotalSize() (#​1085)

    Fixed an issue where getTotalSize() would return stale values when the count 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 useMemo workarounds.

    Before: When filtering items, the list container would maintain its previous height, causing excessive blank space (when count decreased) or inaccessible items (when count increased).

    After: Height updates automatically when count changes, providing the correct user experience.

    This fix applies to all framework adapters and has minimal performance impact (< 0.1ms per change).

  • Updated dependencies [2542c5a, 96e32a6]:

v3.13.12

Compare Source

Patch Changes

v3.13.11

Compare Source

Patch Changes

v3.13.10

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@github-actions

This comment has been minimized.

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/tanstack-virtual-monorepo branch from f082f40 to d30c376 Compare October 31, 2025 09:38
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/tanstack-virtual-monorepo branch from d30c376 to f4ebe6c Compare December 8, 2025 18:33
| datasource | package                 | from   | to      |
| ---------- | ----------------------- | ------ | ------- |
| npm        | @tanstack/react-virtual | 3.13.9 | 3.13.13 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/tanstack-virtual-monorepo branch from f4ebe6c to f24c3c6 Compare December 11, 2025 09:33
@renovate-sh-app renovate-sh-app bot changed the title fix(deps): update dependency @tanstack/react-virtual to v3.13.12 fix(deps): update dependency @tanstack/react-virtual to v3.13.13 Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants