Skip to content

Commit 601c823

Browse files
fix(deps): update dependency @tanstack/react-virtual to v3.13.17 (#8062)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@tanstack/react-virtual](https://tanstack.com/virtual) ([source](https://redirect.github.com/TanStack/virtual/tree/HEAD/packages/react-virtual)) | [`3.13.13` → `3.13.17`](https://renovatebot.com/diffs/npm/@tanstack%2freact-virtual/3.13.13/3.13.17) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-virtual/3.13.17?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-virtual/3.13.13/3.13.17?slim=true) | --- ### Release Notes <details> <summary>TanStack/virtual (@&#8203;tanstack/react-virtual)</summary> ### [`v3.13.17`](https://redirect.github.com/TanStack/virtual/blob/HEAD/packages/react-virtual/CHANGELOG.md#31317) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/@tanstack/[email protected]...@tanstack/[email protected]) ##### Patch Changes - Updated dependencies \[[`21d9a46`](https://redirect.github.com/TanStack/virtual/commit/21d9a46eac034cb4299872891694965bceed526d)]: - [@&#8203;tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)@&#8203;3.13.17 ### [`v3.13.16`](https://redirect.github.com/TanStack/virtual/blob/HEAD/packages/react-virtual/CHANGELOG.md#31316) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/@tanstack/[email protected]...@tanstack/[email protected]) ##### Patch Changes - Updated dependencies \[[`db6df21`](https://redirect.github.com/TanStack/virtual/commit/db6df212ed83dd7e4eb6450d1340c95475667b7b)]: - [@&#8203;tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)@&#8203;3.13.16 ### [`v3.13.15`](https://redirect.github.com/TanStack/virtual/blob/HEAD/packages/react-virtual/CHANGELOG.md#31315) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/@tanstack/[email protected]...@tanstack/[email protected]) ##### Patch Changes - feat(react-virtual): add `useFlushSync` option ([#&#8203;1100](https://redirect.github.com/TanStack/virtual/pull/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`](https://redirect.github.com/TanStack/virtual/commit/5a273bf0c0bc0255ca172929f021c3b6e50cb69d)]: - [@&#8203;tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)@&#8203;3.13.15 ### [`v3.13.14`](https://redirect.github.com/TanStack/virtual/blob/HEAD/packages/react-virtual/CHANGELOG.md#31314) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/@tanstack/[email protected]...@tanstack/[email protected]) ##### Patch Changes - Updated dependencies \[[`6d9274c`](https://redirect.github.com/TanStack/virtual/commit/6d9274c3f0a9e64450b5829872079a65277bc654)]: - [@&#8203;tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)@&#8203;3.13.14 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni4xNCIsInVwZGF0ZWRJblZlciI6IjQyLjY5LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1c89e1 commit 601c823

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
"watch:css": "yarn build:css --watch"
790790
},
791791
"dependencies": {
792-
"@tanstack/react-virtual": "3.13.13",
792+
"@tanstack/react-virtual": "3.13.17",
793793
"@ui5/webcomponents-react-base": "workspace:~",
794794
"clsx": "2.1.1",
795795
"react-table": "7.8.0"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3862,22 +3862,22 @@ __metadata:
38623862
languageName: node
38633863
linkType: hard
38643864

3865-
"@tanstack/react-virtual@npm:3.13.13":
3866-
version: 3.13.13
3867-
resolution: "@tanstack/react-virtual@npm:3.13.13"
3865+
"@tanstack/react-virtual@npm:3.13.17":
3866+
version: 3.13.17
3867+
resolution: "@tanstack/react-virtual@npm:3.13.17"
38683868
dependencies:
3869-
"@tanstack/virtual-core": "npm:3.13.13"
3869+
"@tanstack/virtual-core": "npm:3.13.17"
38703870
peerDependencies:
38713871
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
38723872
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
3873-
checksum: 10c0/7c711592c7a3b61059d58292dba9ef2a1ff5ad6827d2add4802d50bf218bb17014292b7dd4da72cf148e2fbf1856e928269283e8831cbf1675aa5a2d86fd7c88
3873+
checksum: 10c0/798c408220e6c9dec169b916104d70af986cad5435f155c88c3e0eaca690574f9e47661d85e528d09803dfd247c08d78cf1ee6cb30003f57d0f3076d4d794f99
38743874
languageName: node
38753875
linkType: hard
38763876

3877-
"@tanstack/virtual-core@npm:3.13.13":
3878-
version: 3.13.13
3879-
resolution: "@tanstack/virtual-core@npm:3.13.13"
3880-
checksum: 10c0/0411295054a6fff21a22944c224f2e414c77c6455015b319f378ea3e9937aefb3b43f4113df2ab9096e5f3db673b085cd778d69ec9918f42bbb94c2dbd43a639
3877+
"@tanstack/virtual-core@npm:3.13.17":
3878+
version: 3.13.17
3879+
resolution: "@tanstack/virtual-core@npm:3.13.17"
3880+
checksum: 10c0/a021795b88856eff8518137ecb85b72f875399bc234ad10bea440ecb6ab48e5e72a74c9a712649a7765f0c37bc41b88263f5104d18df8256b3d50f6a97b32c48
38813881
languageName: node
38823882
linkType: hard
38833883

@@ -5284,7 +5284,7 @@ __metadata:
52845284
version: 0.0.0-use.local
52855285
resolution: "@ui5/webcomponents-react@workspace:packages/main"
52865286
dependencies:
5287-
"@tanstack/react-virtual": "npm:3.13.13"
5287+
"@tanstack/react-virtual": "npm:3.13.17"
52885288
"@ui5/webcomponents-react-base": "workspace:~"
52895289
clsx: "npm:2.1.1"
52905290
react-table: "npm:7.8.0"

0 commit comments

Comments
 (0)