Skip to content

Commit 0735ae5

Browse files
fix(deps): update dependency @tanstack/react-virtual to v3.13.18 (#8077)
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.17` → `3.13.18`](https://renovatebot.com/diffs/npm/@tanstack%2freact-virtual/3.13.17/3.13.18) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-virtual/3.13.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-virtual/3.13.17/3.13.18?slim=true) | --- ### Release Notes <details> <summary>TanStack/virtual (@&#8203;tanstack/react-virtual)</summary> ### [`v3.13.18`](https://redirect.github.com/TanStack/virtual/blob/HEAD/packages/react-virtual/CHANGELOG.md#31318) [Compare Source](https://redirect.github.com/TanStack/virtual/compare/@tanstack/react-virtual@3.13.17...@tanstack/react-virtual@3.13.18) ##### Patch Changes - Updated dependencies \[[`9067574`](https://redirect.github.com/TanStack/virtual/commit/9067574f1a0178d30e27bcac70853bdcbf437fec)]: - [@&#8203;tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core)@&#8203;3.13.18 </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b898df3 commit 0735ae5

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@
801801
"watch:css": "yarn build:css --watch"
802802
},
803803
"dependencies": {
804-
"@tanstack/react-virtual": "3.13.17",
804+
"@tanstack/react-virtual": "3.13.18",
805805
"@ui5/webcomponents-react-base": "workspace:~",
806806
"clsx": "2.1.1",
807807
"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.17":
3866-
version: 3.13.17
3867-
resolution: "@tanstack/react-virtual@npm:3.13.17"
3865+
"@tanstack/react-virtual@npm:3.13.18":
3866+
version: 3.13.18
3867+
resolution: "@tanstack/react-virtual@npm:3.13.18"
38683868
dependencies:
3869-
"@tanstack/virtual-core": "npm:3.13.17"
3869+
"@tanstack/virtual-core": "npm:3.13.18"
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/798c408220e6c9dec169b916104d70af986cad5435f155c88c3e0eaca690574f9e47661d85e528d09803dfd247c08d78cf1ee6cb30003f57d0f3076d4d794f99
3873+
checksum: 10c0/600fabdf9fe077d609dad5114025c502aa1125d21bfd64ae4eeeab4743de1c76ca0d5c29ca4cba0c1220834a9dfedbe0c7304276b0e0e7f9048e2c8a5562fa26
38743874
languageName: node
38753875
linkType: hard
38763876

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
3877+
"@tanstack/virtual-core@npm:3.13.18":
3878+
version: 3.13.18
3879+
resolution: "@tanstack/virtual-core@npm:3.13.18"
3880+
checksum: 10c0/f43a92bbe4e891242a6bb5274ee60b166534abfcd5115cbe7f92f833e745941ac3b8cb808dd0537cbf1e0c5004aacd2d2cab4a1ce738f7930ec723566e37ec11
38813881
languageName: node
38823882
linkType: hard
38833883

@@ -5300,7 +5300,7 @@ __metadata:
53005300
version: 0.0.0-use.local
53015301
resolution: "@ui5/webcomponents-react@workspace:packages/main"
53025302
dependencies:
5303-
"@tanstack/react-virtual": "npm:3.13.17"
5303+
"@tanstack/react-virtual": "npm:3.13.18"
53045304
"@ui5/webcomponents-react-base": "workspace:~"
53055305
clsx: "npm:2.1.1"
53065306
react-table: "npm:7.8.0"

0 commit comments

Comments
 (0)