fix(deps): update dependency @tanstack/react-virtual to v3.14.9 - #290
Open
MFSGA wants to merge 7 commits into
Open
fix(deps): update dependency @tanstack/react-virtual to v3.14.9#290MFSGA wants to merge 7 commits into
MFSGA wants to merge 7 commits into
Conversation
MFSGA
force-pushed
the
renovate/tanstack-virtual-monorepo
branch
2 times, most recently
from
July 23, 2026 06:19
b0ee3d9 to
e891453
Compare
MFSGA
force-pushed
the
renovate/tanstack-virtual-monorepo
branch
2 times, most recently
from
July 25, 2026 06:04
e8ec42f to
9d17507
Compare
MFSGA
force-pushed
the
renovate/tanstack-virtual-monorepo
branch
from
July 26, 2026 06:23
9d17507 to
5dde640
Compare
MFSGA
force-pushed
the
renovate/tanstack-virtual-monorepo
branch
from
July 27, 2026 06:52
5dde640 to
e3a51e2
Compare
MFSGA
force-pushed
the
renovate/tanstack-virtual-monorepo
branch
from
July 28, 2026 06:12
e3a51e2 to
695fc36
Compare
MFSGA
force-pushed
the
renovate/tanstack-virtual-monorepo
branch
from
July 29, 2026 06:16
695fc36 to
9b86269
Compare
MFSGA
force-pushed
the
renovate/tanstack-virtual-monorepo
branch
from
July 30, 2026 06:08
9b86269 to
8d5b964
Compare
MFSGA
force-pushed
the
renovate/tanstack-virtual-monorepo
branch
from
July 31, 2026 06:33
8d5b964 to
3f26283
Compare
Owner
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.14.7→3.14.9Release Notes
TanStack/virtual (@tanstack/react-virtual)
v3.14.9Compare Source
Patch Changes
a5417b4]:v3.14.8Compare Source
Patch Changes
#1237
aa536e7- Fix a gap at the top of the list after an end-anchored prepend indirectDomUpdatesmode. The prepend grows the total size and bumpsscrollOffsetto the new bottom in the same pass, but the size container's height was written after_willUpdatesynced the scroll position — so the browser clamped thescrollTopwrite to the stale (shorter)scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affecteddirectDomUpdatesmode (React-rendered sizers receive their height during render).Updated dependencies [
7ae32b5]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate.