Skip to content

Commit a1e89e4

Browse files
fix(deps): update dependency @tanstack/react-virtual to v3.0.1 (#5320)
[![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.0.0` -> `3.0.1`](https://renovatebot.com/diffs/npm/@tanstack%2freact-virtual/3.0.0/3.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-virtual/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-virtual/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-virtual/3.0.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-virtual/3.0.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tanstack/virtual (@&#8203;tanstack/react-virtual)</summary> ### [`v3.0.1`](https://togithub.com/TanStack/virtual/releases/tag/v3.0.1) [Compare Source](https://togithub.com/tanstack/virtual/compare/v3.0.0...v3.0.1) Version 3.0.1 - 12/4/2023, 7:03 PM #### Changes ##### Fix - ci ([`7e09757`](https://togithub.com/tanstack/virtual/commit/7e09757)) by Tanner Linsley - test release ([`36fc3fd`](https://togithub.com/tanstack/virtual/commit/36fc3fd)) by Tanner Linsley - package.json ([`597088f`](https://togithub.com/tanstack/virtual/commit/597088f)) by Tanner Linsley - test CI release ([`3142313`](https://togithub.com/tanstack/virtual/commit/3142313)) by Tanner Linsley ##### Chore - v3 example deps ([`82363a5`](https://togithub.com/tanstack/virtual/commit/82363a5)) by Tanner Linsley ##### Other - new header ([`3d9d285`](https://togithub.com/tanstack/virtual/commit/3d9d285)) by Tanner Linsley #### Packages - [@&#8203;tanstack/virtual-core](https://togithub.com/tanstack/virtual-core)[@&#8203;3](https://togithub.com/3).0.1 - [@&#8203;tanstack/react-virtual](https://togithub.com/tanstack/react-virtual)[@&#8203;3](https://togithub.com/3).0.1 - [@&#8203;tanstack/solid-virtual](https://togithub.com/tanstack/solid-virtual)[@&#8203;3](https://togithub.com/3).0.1 - [@&#8203;tanstack/svelte-virtual](https://togithub.com/tanstack/svelte-virtual)[@&#8203;3](https://togithub.com/3).0.1 - [@&#8203;tanstack/vue-virtual](https://togithub.com/tanstack/vue-virtual)[@&#8203;3](https://togithub.com/3).0.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 501b923 commit a1e89e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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",
55+
"@tanstack/react-virtual": "3.0.1",
5656
"@ui5/webcomponents-react-base": "workspace:~",
5757
"clsx": "2.0.0",
5858
"react-jss": "^10.10.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5299,15 +5299,15 @@ __metadata:
52995299
languageName: node
53005300
linkType: hard
53015301

5302-
"@tanstack/react-virtual@npm:3.0.0":
5303-
version: 3.0.0
5304-
resolution: "@tanstack/react-virtual@npm:3.0.0"
5302+
"@tanstack/react-virtual@npm:3.0.1":
5303+
version: 3.0.1
5304+
resolution: "@tanstack/react-virtual@npm:3.0.1"
53055305
dependencies:
53065306
"@tanstack/virtual-core": "npm:3.0.0"
53075307
peerDependencies:
53085308
react: ^16.8.0 || ^17.0.0 || ^18.0.0
53095309
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
5310-
checksum: 93eccf627b21e3b97d7de84b3a9767eab5f5684b5b564945d86177a6229238406ef17b9e63365c877c82a63687b1d65688259bff581311e5b8ba7a4e7c5ef358
5310+
checksum: 2b9464dab8a975734b651211402a4eaf10e4ae6d9570138576891db350cfabe11e444fea8f17ef0b26ef8ede0adc230bec9c8fe859e61ca66147831076b77bb2
53115311
languageName: node
53125312
linkType: hard
53135313

@@ -6640,7 +6640,7 @@ __metadata:
66406640
version: 0.0.0-use.local
66416641
resolution: "@ui5/webcomponents-react@workspace:packages/main"
66426642
dependencies:
6643-
"@tanstack/react-virtual": "npm:3.0.0"
6643+
"@tanstack/react-virtual": "npm:3.0.1"
66446644
"@ui5/webcomponents-react-base": "workspace:~"
66456645
clsx: "npm:2.0.0"
66466646
react-jss: "npm:^10.10.0"

0 commit comments

Comments
 (0)