Skip to content

fix(deps): update dependency @tanstack/react-virtual to v3.14.5#1767

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-virtual-monorepo
Open

fix(deps): update dependency @tanstack/react-virtual to v3.14.5#1767
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-virtual-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-virtual (source) 3.13.123.14.5 age confidence

Release Notes

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

v3.14.5

Compare Source

Patch Changes

v3.14.4

Compare Source

Patch Changes

v3.14.3

Compare Source

Patch Changes
  • #​1201 2ba5eb6 - Make directDomUpdates a no-op for direct DOM writes when containerRef is omitted. Previously the virtualizer still wrote item positions while never sizing the container (a broken half-state). Now omitting containerRef skips all direct writes while still skipping re-renders, letting consumers own the DOM updates themselves (e.g. in onChange).

  • Updated dependencies [ef69ea3]:

v3.14.2

Compare Source

Patch Changes

v3.14.1

Compare Source

Patch Changes

v3.14.0

Compare Source

Minor Changes
  • Add opt-in direct DOM updates for scroll positioning with directDomUpdates, directDomUpdatesMode, and containerRef. (#​1180)

v3.13.26

Compare Source

Patch Changes

v3.13.25

Compare Source

Patch Changes
  • Replace the useReducer(() => ({}), {}) force-rerender pattern with an (#​1168)
    incrementing number counter. Same semantics (every dispatch changes the
    reducer state, forcing a render); zero per-dispatch object allocation.
    Trivial individual cost, but eliminates one steady-state GC source on
    scroll-heavy apps.
  • Updated dependencies [99355ad, 99355ad, 99355ad, 99355ad, 99355ad, 99355ad, 99355ad]:

v3.13.24

Compare Source

Patch Changes

v3.13.23

Compare Source

Patch Changes

v3.13.22

Compare Source

Patch Changes

v3.13.21

Compare Source

Patch Changes

v3.13.20

Compare Source

Patch Changes

v3.13.19

Compare Source

Patch Changes

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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

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.

0 participants