fix(deps): update dependency @tanstack/react-virtual to v3.13.22#508
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency @tanstack/react-virtual to v3.13.22#508renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
ad9e6a0 to
da3e9c6
Compare
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.0.0-beta.39→3.13.22Release Notes
TanStack/virtual (@tanstack/react-virtual)
v3.13.22Compare Source
Patch Changes
54d771a,d3416c3]:v3.13.21Compare Source
Patch Changes
be89e29]:v3.13.20Compare Source
Patch Changes
ff83e94]:v3.13.19Compare Source
Patch Changes
843109c]:v3.13.18Compare Source
Patch Changes
9067574]:v3.13.17Compare Source
Patch Changes
21d9a46]:v3.13.16Compare Source
Patch Changes
db6df21]:v3.13.15Compare Source
Patch Changes
feat(react-virtual): add
useFlushSyncoption (#1100)Adds a React-specific
useFlushSyncoption to control whetherflushSyncis 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
flushSyncduring render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items.Updated dependencies [
5a273bf]:v3.13.14Compare Source
Patch Changes
6d9274c]:v3.13.13Compare Source
Patch Changes
Fix: Notify framework when count changes to update getTotalSize() (#1085)
Fixed an issue where
getTotalSize()would return stale values when thecountoption 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 manualuseMemoworkarounds.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.12Compare Source
Patch Changes
chore(react-virtual): fix vite e2e build (#1030)
Updated dependencies [
d21ed98]:v3.13.11Compare Source
Patch Changes
73fa867]:v3.13.10Compare Source
Patch Changes
b3b7e7d]:v3.13.9Compare Source
Patch Changes
9e33cdb]:v3.13.8Compare Source
Patch Changes
60719f6]:v3.13.7Compare Source
Patch Changes
e2d93c2]:v3.13.6Compare Source
Patch Changes
042616f]:v3.13.5Compare Source
Patch Changes
51656d9]:v3.13.4Compare Source
Patch Changes
514b62d,f03d814]:v3.13.3Patch Changes
02ef309]:v3.13.2Version 3.13.2 - 2/25/25, 7:40 AM
Changes
Fix
ace7d93) by @soren121Packages
v3.13.1Patch Changes
chore(react-virtual): fix vite e2e build (#1030)
Updated dependencies [
d21ed98]:v3.13.0Compare Source
Version 3.13.0 - 2/7/25, 12:12 PM
Changes
Feat
3e5b1a9) by @piecykPackages
v3.12.1Compare Source
Version 3.12.1 - 2/7/25, 5:12 AM
Changes
Fix
8470857) by @piecyk5151ee4) by Tanner Linsleyb7b0d5a) by Tanner LinsleyChore
3321362) by renovate[bot]Ci
659b157) by autofix-ci[bot]Packages
v3.12.0Compare Source
Version 3.12.0 - 2/3/25, 4:02 AM
Changes
Feat
a1cb9ce) by Kevin Van CottOther
a485978) by Kevin Van CottPackages
v3.11.3Compare Source
Version 3.11.3 - 1/27/25, 10:57 AM
Changes
Fix
386aca7) by RichieChore
7612473) by renovate[bot]87f6d16) by renovate[bot]71c7ad5) by renovate[bot]28f0062) by renovate[bot]3d98fd7) by renovate[bot]0b51434) by renovate[bot]cbd43e9) by renovate[bot]Packages
v3.11.2Compare Source
Version 3.11.2 - 12/16/24, 2:10 PM
Changes
Fix
b5c99b2) by christriantsChore
7e7bd9c) by renovate[bot]Docs
244f696) by Deku-nattsuPackages
v3.11.1Compare Source
Version 3.11.1 - 12/9/24, 6:48 PM
Changes
Fix
49df294) by hophiphipChore
dc3564b) by renovate[bot]eec58f0) by renovate[bot]e42ce91) by renovate[bot]Packages
v3.11.0Compare Source
Version 3.11.0 - 12/6/24, 11:45 AM
Changes
Feat
b159e85) by @ddolcimascoloChore
259cfb1) by renovate[bot]bb2dbc2) by renovate[bot]47ecdc7) by renovate[bot]Docs
15e4d94) by XanhPackages
v3.10.9Compare Source
Version 3.10.9 - 11/7/24, 11:07 AM
Changes
Fix
useScrollendEventoption (#875) (375cd83) by @hshojaChore
3202bd0) by renovate[bot]5b2c2d6) by Nigel1cd18db) by renovate[bot]c13a6a1) by renovate[bot]0a76523) by renovate[bot]857a2ac) by renovate[bot]18ad6c1) by renovate[bot]ef8f2e7) by renovate[bot]3067d1b) by renovate[bot]eb7b916) by renovate[bot]Docs
907ae66) by KostiaPackages
v3.10.8Compare Source
Version 3.10.8 - 9/16/24, 2:22 PM
Changes
Fix
9f8ac01) by Lucas WengChore
54f2be6) by renovate[bot]661a956) by renovate[bot]Docs
00f66eb) by @schalkventer280dc3b) by @BrianMitchLPackages
v3.10.7Compare Source
Version 3.10.7 - 9/4/24, 1:15 PM
Changes
Fix
9627ecd) by @piecykChore
8409909) by renovate[bot]fdcb2af) by renovate[bot]1eb4134) by renovate[bot]6b755fe) by Lachlan Collins278e6d6) by Lachlan CollinsPackages
v3.10.6Compare Source
Version 3.10.6 - 8/29/24, 9:29 AM
Changes
Fix
1e12f81) by @huv1kChore
41ca485) by renovate[bot]5662317) by renovate[bot]Packages
v3.10.5Compare Source
Version 3.10.5 - 8/27/24, 1:39 PM
Changes
Fix
3422577) by Garrett DarnellRefactor
c51217d) by Garrett DarnellChore
cadac12) by @steadily-worked236b312) by renovate[bot]Packages
v3.10.4Compare Source
Version 3.10.4 - 8/23/24, 12:29 PM
Changes
Fix
045b442) by @piecykPackages
v3.10.2Compare Source
Version 3.10.2 - 8/22/24, 1:00 PM
Changes
Fix
0ad4e6c) by @piecykChore
eebc3e7) by @piecykPackages
v3.10.1Compare Source
Version 3.10.1 - 8/20/24, 3:57 AM
Changes
Fix
e48594d) by Tanner Linsley064981f) by Tanner LinsleyPackages
v3.10.0Compare Source
v3.9.0Compare Source
Version 3.9.0 - 8/14/24, 12:20 PM
Changes
Feat
2f5821a) by Christian AchgillChore
0691037) by renovate[bot]06d631e) by JaeYoungPackages
v3.8.6Compare Source
Version 3.8.6 - 8/9/24, 5:43 AM
Changes
Fix
895cde5) by @nguyenyouPackages
v3.8.4Compare Source
Version 3.8.4 - 7/30/24, 6:57 AM
Changes
Fix
eb480b4) by JaeYoungChore
f553d06) by renovate[bot]89970a7) by renovate[bot]9e2cf52) by renovate[bot]ce3e516) by renovate[bot]30a34fb) by renovate[bot]d4b4666) by renovate[bot]Ci
17ab1f1) by Lachlan Collins9f36cd3) by Lachlan Collins8428b7d) by Lachlan CollinsDocs
38089f6) by Frederic Bahr1135049) by @kadoshmsPackages
v3.8.3Compare Source
Version 3.8.3 - 7/11/24, 4:12 AM (Manual Release)
Changes
Chore
b572dcd) by renovate[bot]42c9234) by renovate[bot]Ci
50ab53b) by Lachlan Collinsd403e19) by Lachlan CollinsPackages
v3.8.2Compare Source
Version 3.8.2 - 7/9/24, 5:40 AM (Manual Release)
Changes
Chore
a4d2d41) by renovate[bot]1fe8a10) by renovate[bot]557791a) by renovate[bot]Ci
455c99b) by Lachlan Collinspkg-pr-new(#751) (9c3ee80) by Lachlan Collins36faca8) by Lachlan CollinsDocs
9f89211) by @kadoshmsPackages
v3.8.1Compare Source
Version 3.8.1 - 6/29/24, 2:48 AM (Manual Release)
Changes
Fix
40de0a4) by Lachlan CollinsPackages
v3.8.0Compare Source
Version 3.8.0 - 6/29/24, 2:39 AM
Changes
Feat
e02207d) by @kadoshmsChore
11caab2) by Lachlan CollinsPackages
v3.7.0Compare Source
Version 3.7.0 - 6/21/2024, 1:17 PM
Changes
Feat
afeb2fd) by @piecykPackages
v3.6.0Compare Source
Version 3.6.0 - 6/21/2024, 9:17 AM
Changes
Feat
b3b8897) by @piecykPackages
v3.5.1Compare Source
Version 3.5.1 - 6/5/2024, 9:51 AM
Changes
Fix
19b4272) by AmberDocs
c3410c2) by @BrianMitchLd192756) by Jeffrey KwanPackages
[
v3.5.0](https://redirect.github.com/TanSConfiguration
📅 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 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 was generated by Mend Renovate. View the repository job log.