Skip to content

Commit 4e45176

Browse files
fix(deps): update dependency @tanstack/react-virtual to v3.0.0 (#5308)
[![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://github.com/tanstack/virtual) | [`3.0.0-beta.68` -> `3.0.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-virtual/3.0.0-beta.68/3.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-virtual/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-virtual/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-virtual/3.0.0-beta.68/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-virtual/3.0.0-beta.68/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tanstack/virtual (@&#8203;tanstack/react-virtual)</summary> ### [`v3.0.0`](https://github.com/TanStack/virtual/releases/tag/v3.0.0) [Compare Source](https://github.com/tanstack/virtual/compare/v3.0.0-beta.68...v3.0.0) Here it is! </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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3939fb commit 4e45176

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
@@ -52,7 +52,7 @@
5252
"watch:css": "postcss --watch --dir ../../temp src/**/*.css"
5353
},
5454
"dependencies": {
55-
"@tanstack/react-virtual": "3.0.0-beta.68",
55+
"@tanstack/react-virtual": "3.0.0",
5656
"@ui5/webcomponents-react-base": "workspace:~",
5757
"clsx": "2.0.0",
5858
"react-jss": "^10.10.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6226,22 +6226,22 @@ __metadata:
62266226
languageName: node
62276227
linkType: hard
62286228

6229-
"@tanstack/react-virtual@npm:3.0.0-beta.68":
6230-
version: 3.0.0-beta.68
6231-
resolution: "@tanstack/react-virtual@npm:3.0.0-beta.68"
6229+
"@tanstack/react-virtual@npm:3.0.0":
6230+
version: 3.0.0
6231+
resolution: "@tanstack/react-virtual@npm:3.0.0"
62326232
dependencies:
6233-
"@tanstack/virtual-core": "npm:3.0.0-beta.68"
6233+
"@tanstack/virtual-core": "npm:3.0.0"
62346234
peerDependencies:
62356235
react: ^16.8.0 || ^17.0.0 || ^18.0.0
62366236
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
6237-
checksum: 8c0afe5c476670093807cced5425bd6aad07ffef9b6823c75589eeefdbdd124b1c05766df9337bd6f92a7691c57a8c462c47c80a57d90bccedb9f19215797b76
6237+
checksum: 93eccf627b21e3b97d7de84b3a9767eab5f5684b5b564945d86177a6229238406ef17b9e63365c877c82a63687b1d65688259bff581311e5b8ba7a4e7c5ef358
62386238
languageName: node
62396239
linkType: hard
62406240

6241-
"@tanstack/virtual-core@npm:3.0.0-beta.68":
6242-
version: 3.0.0-beta.68
6243-
resolution: "@tanstack/virtual-core@npm:3.0.0-beta.68"
6244-
checksum: 24288d83bbdddc6fc67ac6b1d1879fa159115cac829c0b36bb6e89c46b85d7bb5c60c3bb2256f96790fee2d13aa8227d7b9fbf20bfd94c3249dd21b506ae23df
6241+
"@tanstack/virtual-core@npm:3.0.0":
6242+
version: 3.0.0
6243+
resolution: "@tanstack/virtual-core@npm:3.0.0"
6244+
checksum: d0899fe470b43f80a2ccc567a01138cc015900f13d91b82abc784fc7bc46419e9c8b99c102a5c6ee76d15933db61aecc68c0ae8e92e9cb9ded9ae2f51a01cf4c
62456245
languageName: node
62466246
linkType: hard
62476247

@@ -7560,7 +7560,7 @@ __metadata:
75607560
version: 0.0.0-use.local
75617561
resolution: "@ui5/webcomponents-react@workspace:packages/main"
75627562
dependencies:
7563-
"@tanstack/react-virtual": "npm:3.0.0-beta.68"
7563+
"@tanstack/react-virtual": "npm:3.0.0"
75647564
"@ui5/webcomponents-react-base": "workspace:~"
75657565
clsx: "npm:2.0.0"
75667566
react-jss: "npm:^10.10.0"

0 commit comments

Comments
 (0)