From 8c99ea437a04b57e05390b4607a6121b6c299200 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:09:27 +0900 Subject: [PATCH] fix(deps): update dependency virtua to v0.31.0 (#429) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [virtua](https://togithub.com/inokawa/virtua) | [`0.30.5` -> `0.31.0`](https://renovatebot.com/diffs/npm/virtua/0.30.5/0.31.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/virtua/0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/virtua/0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/virtua/0.30.5/0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/virtua/0.30.5/0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | @coderabbitai: ignore --- ### Release Notes
inokawa/virtua (virtua) ### [`v0.31.0`](https://togithub.com/inokawa/virtua/releases/tag/0.31.0) [Compare Source](https://togithub.com/inokawa/virtua/compare/0.30.5...0.31.0) #### What's Changed - Add Svelte implementation by [@​inokawa](https://togithub.com/inokawa) in [https://github.com/inokawa/virtua/pull/440](https://togithub.com/inokawa/virtua/pull/440) **Full Changelog**: https://github.com/inokawa/virtua/compare/0.30.5...0.31.0
--- ### 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. --- - [ ] 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/cuculus-dev/cuculus). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a48f8c54..e965c874 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-dom": "18.3.1", "react-easy-crop": "5.0.7", "swr": "2.2.5", - "virtua": "0.30.5" + "virtua": "0.31.0" }, "devDependencies": { "@fontsource/material-icons": "5.0.18", @@ -34269,13 +34269,14 @@ } }, "node_modules/virtua": { - "version": "0.30.5", - "resolved": "https://registry.npmjs.org/virtua/-/virtua-0.30.5.tgz", - "integrity": "sha512-rLx19CVwHHf+ombzwUPNVoRVUEd8nJNCzFi000X7ALy/J9hLvftoltiqBSJ/9DxQwv6tZ4B+NZoPDee10mpT+A==", + "version": "0.31.0", + "resolved": "https://registry.npmjs.org/virtua/-/virtua-0.31.0.tgz", + "integrity": "sha512-E7xGz1OKz4E/YRjIYfCyEHgg1XrASvkYLn5hhpPV6WEbGnMMmG1MF5VyumKRKmpNke3Tu3b7wfUNM8K0HVPlgw==", "peerDependencies": { "react": ">=16.14.0", "react-dom": ">=16.14.0", "solid-js": ">=1.0", + "svelte": ">=4.0", "vue": ">=3.2" }, "peerDependenciesMeta": { @@ -34288,6 +34289,9 @@ "solid-js": { "optional": true }, + "svelte": { + "optional": true + }, "vue": { "optional": true } diff --git a/package.json b/package.json index 1489b99e..93cdbfc9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-dom": "18.3.1", "react-easy-crop": "5.0.7", "swr": "2.2.5", - "virtua": "0.30.5" + "virtua": "0.31.0" }, "devDependencies": { "@fontsource/material-icons": "5.0.18",