Skip to content

chore(deps): update dependency @tanstack/react-virtual to v3.14.9 - #1607

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

chore(deps): update dependency @tanstack/react-virtual to v3.14.9#1607
renovate[bot] wants to merge 1 commit into
sepoliafrom
renovate/tanstack-virtual-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v3.14.9

Compare Source

Patch Changes

v3.14.8

Compare Source

Patch Changes
  • #​1237 aa536e7 - Fix a gap at the top of the list after an end-anchored prepend in directDomUpdates mode. The prepend grows the total size and bumps scrollOffset to the new bottom in the same pass, but the size container's height was written after _willUpdate synced the scroll position — so the browser clamped the scrollTop write to the stale (shorter) scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affected directDomUpdates mode (React-rendered sizers receive their height during render).

  • Updated dependencies [7ae32b5]:

v3.14.7

Compare Source

Patch Changes

v3.14.6

Compare Source

Patch Changes

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

v3.13.12

Compare Source

Patch Changes

v3.13.11

Compare Source

Patch Changes

v3.13.10

Compare Source

Patch Changes

v3.13.9

Compare Source

Patch Changes

v3.13.8

Compare Source

Patch Changes

v3.13.7

Compare Source

Patch Changes

v3.13.6

Compare Source

Patch Changes

v3.13.5

Compare Source

Patch Changes

v3.13.4

Compare Source

Patch Changes

v3.13.3

Patch Changes

v3.13.2

Version 3.13.2 - 2/25/25, 7:40 AM

Changes

Fix

Packages

v3.13.1

Patch Changes

v3.13.0

Compare Source

Version 3.13.0 - 2/7/25, 12:12 PM

Changes

Feat

Packages

v3.12.1

Compare Source

Version 3.12.1 - 2/7/25, 5:12 AM

Changes

Fix
  • register scrollend event when useScrollendEvent (#​922) (8470857) by @​piecyk
  • Revert "fix: add experimental_subscribeToEvents" (5151ee4) by Tanner Linsley
  • add experimental_subscribeToEvents (b7b0d5a) by Tanner Linsley
Chore
  • deps: update all non-major dependencies (#​921) (3321362) by renovate[bot]
Ci
  • apply automated fixes (659b157) by autofix-ci[bot]

Packages

v3.12.0

Compare Source

Version 3.12.0 - 2/3/25, 4:02 AM

Changes

Feat
  • virtual-core: add getVirtualIndexesAPI (a1cb9ce) by Kevin Van Cott
Other

Packages

v3.11.3

Compare Source

Version 3.11.3 - 1/27/25, 10:57 AM

Changes

Fix
  • virtual-core: avoid invalidating getIndexes memo cache on every call (#​918) (386aca7) by Richie
Chore
  • deps: update all non-major dependencies (#​919) (7612473) by renovate[bot]
  • deps: update all non-major dependencies (#​916) (87f6d16) by renovate[bot]
  • deps: update all non-major dependencies (#​915) (71c7ad5) by renovate[bot]
  • deps: update all non-major dependencies (#​908) (28f0062) by renovate[bot]
  • deps: lock file maintenance (#​907) (3d98fd7) by renovate[bot]
  • deps: update all non-major dependencies (#​905) (0b51434) by renovate[bot]
  • deps: update all non-major dependencies (#​903) (cbd43e9) by renovate[bot]

Packages


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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.

@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frontends Ready Ready Preview Aug 10, 2026 7:34pm

Request Review

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