Skip to content

Commit 412206b

Browse files
fix(deps): update dependency @tanstack/react-virtual to ~3.5.0 (#5763)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-virtual](https://togithub.com/tanstack/virtual) | [`~3.4.0` -> `~3.5.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-virtual/3.4.0/3.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-virtual/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-virtual/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-virtual/3.4.0/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-virtual/3.4.0/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tanstack/virtual (@&#8203;tanstack/react-virtual)</summary> ### [`v3.5.0`](https://togithub.com/TanStack/virtual/releases/tag/v3.5.0) [Compare Source](https://togithub.com/tanstack/virtual/compare/v3.4.0...v3.5.0) Version 3.5.0 - 4/29/2024, 9:10 AM #### Changes ##### Feat - add isScrollingResetDelay option to Virtualizer ([#&#8203;719](https://togithub.com/tanstack/virtual/issues/719)) ([`ab6ede8`](https://togithub.com/tanstack/virtual/commit/ab6ede8)) by [@&#8203;piecyk](https://togithub.com/piecyk) #### Packages - [@&#8203;tanstack/virtual-core](https://togithub.com/tanstack/virtual-core)[@&#8203;3](https://togithub.com/3).5.0 - [@&#8203;tanstack/react-virtual](https://togithub.com/tanstack/react-virtual)[@&#8203;3](https://togithub.com/3).5.0 - [@&#8203;tanstack/solid-virtual](https://togithub.com/tanstack/solid-virtual)[@&#8203;3](https://togithub.com/3).5.0 - [@&#8203;tanstack/svelte-virtual](https://togithub.com/tanstack/svelte-virtual)[@&#8203;3](https://togithub.com/3).5.0 - [@&#8203;tanstack/vue-virtual](https://togithub.com/tanstack/vue-virtual)[@&#8203;3](https://togithub.com/3).5.0 </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c7fe42 commit 412206b

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
@@ -54,7 +54,7 @@
5454
"watch:css": "yarn build:css --watch"
5555
},
5656
"dependencies": {
57-
"@tanstack/react-virtual": "~3.4.0",
57+
"@tanstack/react-virtual": "~3.5.0",
5858
"@ui5/webcomponents-react-base": "workspace:~",
5959
"clsx": "2.1.1",
6060
"react-jss": "^10.10.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5813,22 +5813,22 @@ __metadata:
58135813
languageName: node
58145814
linkType: hard
58155815

5816-
"@tanstack/react-virtual@npm:~3.4.0":
5817-
version: 3.4.0
5818-
resolution: "@tanstack/react-virtual@npm:3.4.0"
5816+
"@tanstack/react-virtual@npm:~3.5.0":
5817+
version: 3.5.0
5818+
resolution: "@tanstack/react-virtual@npm:3.5.0"
58195819
dependencies:
5820-
"@tanstack/virtual-core": "npm:3.4.0"
5820+
"@tanstack/virtual-core": "npm:3.5.0"
58215821
peerDependencies:
58225822
react: ^16.8.0 || ^17.0.0 || ^18.0.0
58235823
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
5824-
checksum: 10c0/b3212062f839c583cc4ae93a8e1ead7233a3523e5ccdf48f4dde78dd09dca2c75523176b9134638310cc4c1a1abfcffa95ed7a959d450abd6634c2bdea732dd8
5824+
checksum: 10c0/0e0389dcae02cb3a6dc31644be6fedc9c635f66b747136149b065351ef23995e131b01c85348875a8c8c7bade28a2bb8bbc9c7b66a995051d6be08aec60d07c4
58255825
languageName: node
58265826
linkType: hard
58275827

5828-
"@tanstack/virtual-core@npm:3.4.0":
5829-
version: 3.4.0
5830-
resolution: "@tanstack/virtual-core@npm:3.4.0"
5831-
checksum: 10c0/9ed0bf9c648f3ddd563f170179be98f2af8e3f0a4bbcdc00dc344adb59d889d25c1ddf3a19d844b570e3790e588f945692ebb412f437a29d7ef6e3645ce222a3
5828+
"@tanstack/virtual-core@npm:3.5.0":
5829+
version: 3.5.0
5830+
resolution: "@tanstack/virtual-core@npm:3.5.0"
5831+
checksum: 10c0/21a12049df81ce282054e8406cb74dd21d867aac077f31568ffdb08acd9aa171ae0666ceb43654895e73907acf5db02c7d651a66960da8acceeb2e034885e605
58325832
languageName: node
58335833
linkType: hard
58345834

@@ -7142,7 +7142,7 @@ __metadata:
71427142
version: 0.0.0-use.local
71437143
resolution: "@ui5/webcomponents-react@workspace:packages/main"
71447144
dependencies:
7145-
"@tanstack/react-virtual": "npm:~3.4.0"
7145+
"@tanstack/react-virtual": "npm:~3.5.0"
71467146
"@ui5/webcomponents-react-base": "workspace:~"
71477147
clsx: "npm:2.1.1"
71487148
react-jss: "npm:^10.10.0"

0 commit comments

Comments
 (0)