Skip to content

Commit b80988a

Browse files
renovate[bot]elibosley
authored andcommitted
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) | [![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 <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>
1 parent fe4a645 commit b80988a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"execa": "9.6.0",
104104
"exit-hook": "4.0.0",
105105
"fastify": "5.5.0",
106-
"filenamify": "6.0.0",
106+
"filenamify": "7.0.0",
107107
"fs-extra": "11.3.1",
108108
"glob": "11.0.3",
109109
"global-agent": "3.0.0",

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)