From 74a70b5557d76bf22596b744efa877f0226e286d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 14 May 2025 11:51:42 -0400
Subject: [PATCH] fix(deps): update all non-major dependencies (#1387)
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.509.0` ->
`^0.510.0`](https://renovatebot.com/diffs/npm/lucide-vue-next/0.509.0/0.510.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io)
([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) |
[`10.10.0` ->
`10.11.0`](https://renovatebot.com/diffs/npm/pnpm/10.10.0/10.11.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
lucide-icons/lucide (lucide-vue-next)
###
[`v0.510.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.510.0):
Version 0.510.0
[Compare
Source](https://redirect.github.com/lucide-icons/lucide/compare/0.509.0...0.510.0)
#### What's Changed
- fix(icons): changed `brackets` icon by
[@jguddas](https://redirect.github.com/jguddas) in
[https://github.com/lucide-icons/lucide/pull/3172](https://redirect.github.com/lucide-icons/lucide/pull/3172)
- feat(icons): added `check-line` icon by
[@oosawy](https://redirect.github.com/oosawy) in
[https://github.com/lucide-icons/lucide/pull/2890](https://redirect.github.com/lucide-icons/lucide/pull/2890)
#### New Contributors
- [@oosawy](https://redirect.github.com/oosawy) made their first
contribution in
[https://github.com/lucide-icons/lucide/pull/2890](https://redirect.github.com/lucide-icons/lucide/pull/2890)
**Full Changelog**:
https://github.com/lucide-icons/lucide/compare/0.509.0...0.510.0
pnpm/pnpm (pnpm)
###
[`v10.11.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10110)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v10.10.0...v10.11.0)
##### Minor Changes
- A new setting added for `pnpm init` to create a `package.json` with
`type=module`, when `init-type` is `module`. Works as a flag for the
init command too
[#9463](https://redirect.github.com/pnpm/pnpm/pull/9463).
- Added support for Nushell to `pnpm setup`
[#6476](https://redirect.github.com/pnpm/pnpm/issues/6476).
- Added two new flags to the `pnpm audit` command, `--ignore` and
`--ignore-unfixable`
[#8474](https://redirect.github.com/pnpm/pnpm/pull/8474).
Ignore all vulnerabilities that have no solution:
```shell
> pnpm audit --ignore-unfixable
```
Provide a list of CVE's to ignore those specifically, even if they have
a resolution.
```shell
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
```
- Added support for recursively running pack in every project of a
workspace
[#4351](https://redirect.github.com/pnpm/pnpm/issues/4351).
Now you can run `pnpm -r pack` to pack all packages in the workspace.
##### Patch Changes
- pnpm version management should work, when `dangerouslyAllowAllBuilds`
is set to `true`
[#9472](https://redirect.github.com/pnpm/pnpm/issues/9472).
- `pnpm link` should work from inside a workspace
[#9506](https://redirect.github.com/pnpm/pnpm/issues/9506).
- Set the default `workspaceConcurrency` to
`Math.min(os.availableParallelism(), 4)`
[#9493](https://redirect.github.com/pnpm/pnpm/pull/9493).
- Installation should not exit with an error if `strictPeerDependencies`
is `true` but all issues are ignored by `peerDependencyRules`
[#9505](https://redirect.github.com/pnpm/pnpm/pull/9505).
- Read `updateConfig` from `pnpm-workspace.yaml`
[#9500](https://redirect.github.com/pnpm/pnpm/issues/9500).
- Add support for `recursive pack`
- Remove `url.parse` usage to fix warning on Node.js 24
[#9492](https://redirect.github.com/pnpm/pnpm/issues/9492).
- `pnpm run` should be able to run commands from the workspace root, if
`ignoreScripts` is set tot `true`
[#4858](https://redirect.github.com/pnpm/pnpm/issues/4858).
---
### 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] 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>
---
api/package.json | 2 +-
package.json | 2 +-
plugin/package.json | 2 +-
pnpm-lock.yaml | 14 +++++++-------
unraid-ui/package.json | 4 ++--
web/package.json | 4 ++--
6 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/api/package.json b/api/package.json
index d4900311b..3cf98e059 100644
--- a/api/package.json
+++ b/api/package.json
@@ -226,5 +226,5 @@
}
},
"private": true,
- "packageManager": "pnpm@10.10.0"
+ "packageManager": "pnpm@10.11.0"
}
diff --git a/package.json b/package.json
index a7a8004d2..784690170 100644
--- a/package.json
+++ b/package.json
@@ -56,5 +56,5 @@
"pnpm lint:fix"
]
},
- "packageManager": "pnpm@10.10.0"
+ "packageManager": "pnpm@10.11.0"
}
diff --git a/plugin/package.json b/plugin/package.json
index 646638917..0c9425ad5 100644
--- a/plugin/package.json
+++ b/plugin/package.json
@@ -39,5 +39,5 @@
"nodemon": "^3.1.7",
"vitest": "^3.0.7"
},
- "packageManager": "pnpm@10.10.0"
+ "packageManager": "pnpm@10.11.0"
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f53360bfa..46c4328b7 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.509.0
- version: 0.509.0(vue@3.5.13(typescript@5.8.3))
+ specifier: ^0.510.0
+ version: 0.510.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.509.0
- version: 0.509.0(vue@3.5.13(typescript@5.8.3))
+ specifier: ^0.510.0
+ version: 0.510.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.509.0:
- resolution: {integrity: sha512-tf13yhsnAhTJbFTJe7iuQ98mgOCUz1SURZc/BHvrc4O/98BzVMllAjXrtk5mshem9gehatpbUDplr5tBSZQKAA==}
+ lucide-vue-next@0.510.0:
+ resolution: {integrity: sha512-C+duOTUoUpBFjSY1/ER2jwwS8kQJgTW/7vk7WWdnXhq7IWUlvfJtYal9cVsGCVf6wvS9m0t3Hg1ktaDjm8y1oQ==}
peerDependencies:
vue: '>=3.0.1'
@@ -21215,7 +21215,7 @@ snapshots:
dependencies:
es5-ext: 0.10.64
- lucide-vue-next@0.509.0(vue@3.5.13(typescript@5.8.3)):
+ lucide-vue-next@0.510.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 ce240502a..f16ba628e 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.509.0",
+ "lucide-vue-next": "^0.510.0",
"reka-ui": "^2.1.0",
"shadcn-vue": "^1.0.0",
"tailwind-merge": "^2.6.0",
@@ -128,5 +128,5 @@
"import": "./dist/theme/preset.js"
}
},
- "packageManager": "pnpm@10.10.0"
+ "packageManager": "pnpm@10.11.0"
}
diff --git a/web/package.json b/web/package.json
index 124c8c37b..5184445a6 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.509.0",
+ "lucide-vue-next": "^0.510.0",
"marked": "^15.0.0",
"marked-base-url": "^1.1.6",
"pinia": "^3.0.1",
@@ -126,5 +126,5 @@
"overrides": {
"vue": "latest"
},
- "packageManager": "pnpm@10.10.0"
+ "packageManager": "pnpm@10.11.0"
}