mirror of
https://github.com/unraid/api.git
synced 2025-12-20 08:09:42 -06:00
fix(deps): update dependency filenamify to v7 (#1703)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [filenamify](https://redirect.github.com/sindresorhus/filenamify) | [`6.0.0` -> `7.0.0`](https://renovatebot.com/diffs/npm/filenamify/6.0.0/7.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/filenamify (filenamify)</summary> ### [`v7.0.0`](https://redirect.github.com/sindresorhus/filenamify/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/sindresorhus/filenamify/compare/v6.0.0...v7.0.0) ##### Breaking - Require Node.js 20 [`cc39041`](https://redirect.github.com/sindresorhus/filenamify/commit/cc39041) - Fix Unicode normalization [`ea8b961`](https://redirect.github.com/sindresorhus/filenamify/commit/ea8b961) - Previously, it used the incorrect `NFD` Unicode normalization. It now uses the correct `NFC` normalization. This could be a breaking change if you stored the filenames and then compare, as they won't match. You could run a `NFC` normalization on the stored once to fix that. ##### Improvements - Use grapheme-safe truncation [`98169ce`](https://redirect.github.com/sindresorhus/filenamify/commit/98169ce) - Fix trailing spaces and periods handling [`43eea4d`](https://redirect.github.com/sindresorhus/filenamify/commit/43eea4d) *** </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Eli Bosley
parent
fe4a6451f1
commit
b80988aaab
@@ -103,7 +103,7 @@
|
||||
"execa": "9.6.0",
|
||||
"exit-hook": "4.0.0",
|
||||
"fastify": "5.5.0",
|
||||
"filenamify": "6.0.0",
|
||||
"filenamify": "7.0.0",
|
||||
"fs-extra": "11.3.1",
|
||||
"glob": "11.0.3",
|
||||
"global-agent": "3.0.0",
|
||||
|
||||
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
@@ -191,8 +191,8 @@ importers:
|
||||
specifier: 5.5.0
|
||||
version: 5.5.0
|
||||
filenamify:
|
||||
specifier: 6.0.0
|
||||
version: 6.0.0
|
||||
specifier: 7.0.0
|
||||
version: 7.0.0
|
||||
fs-extra:
|
||||
specifier: 11.3.1
|
||||
version: 11.3.1
|
||||
@@ -7783,13 +7783,13 @@ packages:
|
||||
file-uri-to-path@1.0.0:
|
||||
resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
|
||||
|
||||
filename-reserved-regex@3.0.0:
|
||||
resolution: {integrity: sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
filename-reserved-regex@4.0.0:
|
||||
resolution: {integrity: sha512-9ZT504KxEQDamsOogZImAWGEN24R1uFAxU3ZS4AZqn2ooidmN68Olh7n4/RcA4lLatZztjA0ZSuxeLHVoCc8JA==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
filenamify@6.0.0:
|
||||
resolution: {integrity: sha512-vqIlNogKeyD3yzrm0yhRMQg8hOVwYcYRfjEoODd49iCprMn4HL85gK3HcykQE53EPIpX3HcAbGA5ELQv216dAQ==}
|
||||
engines: {node: '>=16'}
|
||||
filenamify@7.0.0:
|
||||
resolution: {integrity: sha512-nfY7iUozEErS4qKYu5X/DT+rafo43o642xAG/3AmZFp7chhVB20gsU4kH8KJZLDhyEZ2o4kHMSBDLDNBJ4r/cw==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
fill-range@7.1.1:
|
||||
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
||||
@@ -20179,11 +20179,11 @@ snapshots:
|
||||
|
||||
file-uri-to-path@1.0.0: {}
|
||||
|
||||
filename-reserved-regex@3.0.0: {}
|
||||
filename-reserved-regex@4.0.0: {}
|
||||
|
||||
filenamify@6.0.0:
|
||||
filenamify@7.0.0:
|
||||
dependencies:
|
||||
filename-reserved-regex: 3.0.0
|
||||
filename-reserved-regex: 4.0.0
|
||||
|
||||
fill-range@7.1.1:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user