From 469333acd4a0cbeecc9e9cbadb2884289d83aee3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 08:24:39 -0400 Subject: [PATCH] fix(deps): update dependency lucide-vue-next to ^0.509.0 (#1383) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lucide-vue-next](https://lucide.dev) ([source](https://redirect.github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next)) | [`^0.508.0` -> `^0.509.0`](https://renovatebot.com/diffs/npm/lucide-vue-next/0.508.0/0.509.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lucide-vue-next/0.509.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lucide-vue-next/0.509.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lucide-vue-next/0.508.0/0.509.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lucide-vue-next/0.508.0/0.509.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
lucide-icons/lucide (lucide-vue-next) ### [`v0.509.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.509.0): Version 0.509.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.508.0...0.509.0) #### What's Changed - fix(icons): changed `axe` icon by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) in [https://github.com/lucide-icons/lucide/pull/3201](https://redirect.github.com/lucide-icons/lucide/pull/3201) - revert(site): resets Absolute Stroke Width by [@​jguddas](https://redirect.github.com/jguddas) in [https://github.com/lucide-icons/lucide/pull/3197](https://redirect.github.com/lucide-icons/lucide/pull/3197) - feat(icons): added `gpu` icon by [@​xandykati98](https://redirect.github.com/xandykati98) in [https://github.com/lucide-icons/lucide/pull/2955](https://redirect.github.com/lucide-icons/lucide/pull/2955) #### New Contributors - [@​xandykati98](https://redirect.github.com/xandykati98) made their first contribution in [https://github.com/lucide-icons/lucide/pull/2955](https://redirect.github.com/lucide-icons/lucide/pull/2955) **Full Changelog**: https://github.com/lucide-icons/lucide/compare/0.508.0...0.509.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unraid/api). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 14 +++++++------- unraid-ui/package.json | 2 +- web/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 306d6ff23..f53360bfa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -688,8 +688,8 @@ importers: specifier: ^2.0.1 version: 2.0.1 lucide-vue-next: - specifier: ^0.508.0 - version: 0.508.0(vue@3.5.13(typescript@5.8.3)) + specifier: ^0.509.0 + version: 0.509.0(vue@3.5.13(typescript@5.8.3)) reka-ui: specifier: ^2.1.0 version: 2.1.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) @@ -924,8 +924,8 @@ importers: specifier: ^2.19.0 version: 2.22.0 lucide-vue-next: - specifier: ^0.508.0 - version: 0.508.0(vue@3.5.13(typescript@5.8.3)) + specifier: ^0.509.0 + version: 0.509.0(vue@3.5.13(typescript@5.8.3)) marked: specifier: ^15.0.0 version: 15.0.7 @@ -8619,8 +8619,8 @@ packages: lru-queue@0.1.0: resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==} - lucide-vue-next@0.508.0: - resolution: {integrity: sha512-ZPO/Kh1gz7RU2/hd8FWw3SjLVMUIm/TJAhOGV9CbM1zvNwiJ8DK6W33LFWxtlZZ1IUPOXAny0pbttY+yyOsjKg==} + lucide-vue-next@0.509.0: + resolution: {integrity: sha512-tf13yhsnAhTJbFTJe7iuQ98mgOCUz1SURZc/BHvrc4O/98BzVMllAjXrtk5mshem9gehatpbUDplr5tBSZQKAA==} peerDependencies: vue: '>=3.0.1' @@ -21215,7 +21215,7 @@ snapshots: dependencies: es5-ext: 0.10.64 - lucide-vue-next@0.508.0(vue@3.5.13(typescript@5.8.3)): + lucide-vue-next@0.509.0(vue@3.5.13(typescript@5.8.3)): dependencies: vue: 3.5.13(typescript@5.8.3) diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 470289b69..ce240502a 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -52,7 +52,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "kebab-case": "^2.0.1", - "lucide-vue-next": "^0.508.0", + "lucide-vue-next": "^0.509.0", "reka-ui": "^2.1.0", "shadcn-vue": "^1.0.0", "tailwind-merge": "^2.6.0", diff --git a/web/package.json b/web/package.json index 3b2076d32..124c8c37b 100644 --- a/web/package.json +++ b/web/package.json @@ -110,7 +110,7 @@ "hex-to-rgba": "^2.0.1", "highlight.js": "^11.11.1", "isomorphic-dompurify": "^2.19.0", - "lucide-vue-next": "^0.508.0", + "lucide-vue-next": "^0.509.0", "marked": "^15.0.0", "marked-base-url": "^1.1.6", "pinia": "^3.0.1",