Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-virtual (source) 3.13.123.13.18 age adoption passing confidence

Release Notes

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

v3.13.18

Compare Source

Patch Changes

v3.13.17

Compare Source

Patch Changes

v3.13.16

Compare Source

Patch Changes

v3.13.15

Compare Source

Patch Changes
  • feat(react-virtual): add useFlushSync option (#​1100)

    Adds a React-specific useFlushSync option to control whether flushSync is used for synchronous scroll correction during measurement.

    The default behavior remains unchanged (useFlushSync: true) to preserve the best scrolling experience.
    Disabling it avoids the React 19 warning about calling flushSync during render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items.

  • Updated dependencies [5a273bf]:

v3.13.14

Compare Source

Patch Changes

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]:


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @tanstack/react-virtual to v3.13.17 chore(deps): update dependency @tanstack/react-virtual to v3.13.18 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/tanstack-react-virtual-3.x-lockfile branch from 69ebbd7 to 66e46eb Compare January 8, 2026 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant