Skip to content

Commit 2d9dbe4

Browse files
fix(deps): update dependency @tanstack/react-virtual to ~3.11.0 (#6702)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-virtual](https://tanstack.com/virtual) ([source](https://redirect.github.com/TanStack/virtual/tree/HEAD/packages/react-virtual)) | [`~3.10.0` -> `~3.11.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-virtual/3.10.9/3.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-virtual/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-virtual/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-virtual/3.10.9/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-virtual/3.10.9/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TanStack/virtual (@&#8203;tanstack/react-virtual)</summary> ### [`v3.11.0`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.11.0) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/v3.10.9...v3.11.0) Version 3.11.0 - 12/6/24, 11:45 AM #### Changes ##### Feat - Add react@19 to supported peer deps ([#&#8203;893](https://redirect.github.com/TanStack/virtual/issues/893)) ([`b159e85`](https://redirect.github.com/TanStack/virtual/commit/b159e85)) by [@&#8203;ddolcimascolo](https://redirect.github.com/ddolcimascolo) ##### Chore - deps: update all non-major dependencies ([#&#8203;886](https://redirect.github.com/TanStack/virtual/issues/886)) ([`259cfb1`](https://redirect.github.com/TanStack/virtual/commit/259cfb1)) by renovate\[bot] - deps: update all non-major dependencies ([#&#8203;881](https://redirect.github.com/TanStack/virtual/issues/881)) ([`bb2dbc2`](https://redirect.github.com/TanStack/virtual/commit/bb2dbc2)) by renovate\[bot] - deps: update all non-major dependencies ([#&#8203;877](https://redirect.github.com/TanStack/virtual/issues/877)) ([`47ecdc7`](https://redirect.github.com/TanStack/virtual/commit/47ecdc7)) by renovate\[bot] ##### Docs - update introduction.md ([#&#8203;868](https://redirect.github.com/TanStack/virtual/issues/868)) ([`15e4d94`](https://redirect.github.com/TanStack/virtual/commit/15e4d94)) by Xanh #### Packages - [@&#8203;tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual)[@&#8203;3](https://redirect.github.com/3).11.0 - [@&#8203;tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual)[@&#8203;3](https://redirect.github.com/3).11.0 </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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c4379a commit 2d9dbe4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"watch:css": "yarn build:css --watch"
5050
},
5151
"dependencies": {
52-
"@tanstack/react-virtual": "~3.10.0",
52+
"@tanstack/react-virtual": "~3.11.0",
5353
"@ui5/webcomponents-react-base": "workspace:~",
5454
"clsx": "2.1.1",
5555
"react-table": "7.8.0"

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4414,15 +4414,15 @@ __metadata:
44144414
languageName: node
44154415
linkType: hard
44164416

4417-
"@tanstack/react-virtual@npm:~3.10.0":
4418-
version: 3.10.9
4419-
resolution: "@tanstack/react-virtual@npm:3.10.9"
4417+
"@tanstack/react-virtual@npm:~3.11.0":
4418+
version: 3.11.0
4419+
resolution: "@tanstack/react-virtual@npm:3.11.0"
44204420
dependencies:
44214421
"@tanstack/virtual-core": "npm:3.10.9"
44224422
peerDependencies:
4423-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
4424-
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
4425-
checksum: 10c0/a854b6fb2bdccec9e581442def5ed6ee568fd2b12178e70450c03d9e60a1e5794be71c4ad3f385af717872c039e569ff88c52adb11a2ddf2c02ded3f83bc851d
4423+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
4424+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
4425+
checksum: 10c0/8ee14e46ad58af9f628ad89ae24fa47511c0d83d56b01b0339e1b2952a7169b40a6a65c1534003023cefd28cf5ae819070c3c78ceeedb6a18d16f8f5b7d8f675
44264426
languageName: node
44274427
linkType: hard
44284428

@@ -5688,7 +5688,7 @@ __metadata:
56885688
version: 0.0.0-use.local
56895689
resolution: "@ui5/webcomponents-react@workspace:packages/main"
56905690
dependencies:
5691-
"@tanstack/react-virtual": "npm:~3.10.0"
5691+
"@tanstack/react-virtual": "npm:~3.11.0"
56925692
"@ui5/webcomponents-react-base": "workspace:~"
56935693
clsx: "npm:2.1.1"
56945694
react-table: "npm:7.8.0"

0 commit comments

Comments
 (0)