-
Notifications
You must be signed in to change notification settings - Fork 9
fix(deps): update dependency filenamify to v7 #1703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1703 +/- ##
=======================================
Coverage 52.60% 52.60%
=======================================
Files 854 854
Lines 47864 47864
Branches 4749 4749
=======================================
Hits 25177 25177
Misses 22618 22618
Partials 69 69 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This plugin has been deployed to Cloudflare R2 and is available for testing.
|
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>
🤖 I have created a release *beep* *boop* --- ## [4.22.2](v4.22.1...v4.22.2) (2025-09-15) ### Bug Fixes * **deps:** pin dependency conventional-changelog-conventionalcommits to 9.1.0 ([#1697](#1697)) ([9a86c61](9a86c61)) * **deps:** update dependency filenamify to v7 ([#1703](#1703)) ([b80988a](b80988a)) * **deps:** update graphqlcodegenerator monorepo (major) ([#1689](#1689)) ([ba4a43a](ba4a43a)) * false positive on verify_install script being external shell ([#1704](#1704)) ([31a255c](31a255c)) * improve vue mount speed by 10x ([c855caa](c855caa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR contains the following updates:
6.0.0
->7.0.0
Release Notes
sindresorhus/filenamify (filenamify)
v7.0.0
Compare Source
Breaking
cc39041
ea8b961
NFD
Unicode normalization. It now uses the correctNFC
normalization. This could be a breaking change if you stored the filenames and then compare, as they won't match. You could run aNFC
normalization on the stored once to fix that.Improvements
98169ce
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.
This PR was generated by Mend Renovate. View the repository job log.