From 2a5c7d611c7436fe2e9ed178432c6c4df8a769ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 10:57:45 +0900 Subject: [PATCH] fix(deps): update dependency virtua to v0.30.5 (#422) 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.4` -> `0.30.5`](https://renovatebot.com/diffs/npm/virtua/0.30.4/0.30.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/virtua/0.30.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/virtua/0.30.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/virtua/0.30.4/0.30.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/virtua/0.30.4/0.30.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | @coderabbitai: ignore --- ### Release Notes
inokawa/virtua (virtua) ### [`v0.30.5`](https://togithub.com/inokawa/virtua/releases/tag/0.30.5) [Compare Source](https://togithub.com/inokawa/virtua/compare/0.30.4...0.30.5) #### What's Changed - Fallback to default cache if specified cache is shorter/longer by [@​inokawa](https://togithub.com/inokawa) in [https://github.com/inokawa/virtua/pull/443](https://togithub.com/inokawa/virtua/pull/443) **Full Changelog**: https://github.com/inokawa/virtua/compare/0.30.4...0.30.5
--- ### 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 062ab1fe..fff70f49 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.4" + "virtua": "0.30.5" }, "devDependencies": { "@fontsource/material-icons": "5.0.18", @@ -33867,9 +33867,9 @@ } }, "node_modules/virtua": { - "version": "0.30.4", - "resolved": "https://registry.npmjs.org/virtua/-/virtua-0.30.4.tgz", - "integrity": "sha512-+8s02ofq1rHe5LOFIZ08F+G/eoaSOdCeyQlUHPDPgNtAASLWCWL9BG6LqQ0IWKE3Q5JVTsa1foqgJVQPV+7HTw==", + "version": "0.30.5", + "resolved": "https://registry.npmjs.org/virtua/-/virtua-0.30.5.tgz", + "integrity": "sha512-rLx19CVwHHf+ombzwUPNVoRVUEd8nJNCzFi000X7ALy/J9hLvftoltiqBSJ/9DxQwv6tZ4B+NZoPDee10mpT+A==", "peerDependencies": { "react": ">=16.14.0", "react-dom": ">=16.14.0", diff --git a/package.json b/package.json index afc077db..722de23f 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.4" + "virtua": "0.30.5" }, "devDependencies": { "@fontsource/material-icons": "5.0.18",