From b80988aaabebc4b8dbf2bf31f0764bf2f28e1575 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:33:37 -0400 Subject: [PATCH] fix(deps): update dependency filenamify to v7 (#1703) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/filenamify/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/filenamify/6.0.0/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
sindresorhus/filenamify (filenamify) ### [`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) ***
--- ### 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> --- api/package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api/package.json b/api/package.json index 30133af1d..f181a6561 100644 --- a/api/package.json +++ b/api/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28d879618..00f721bfb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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: