Skip to content

Bump the production-major group with 2 updates#652

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-major-8b521fcb4a
Open

Bump the production-major group with 2 updates#652
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-major-8b521fcb4a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the production-major group with 2 updates: filenamify and find-cache-dir.

Updates filenamify from 4.3.0 to 7.0.1

Release notes

Sourced from filenamify's releases.

v7.0.1

  • Fix suport for spaces and periods in replacement string 0df0d46

sindresorhus/filenamify@v7.0.0...v7.0.1

v7.0.0

Breaking

  • Require Node.js 20 cc39041
  • Fix Unicode normalization 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
  • Fix trailing spaces and periods handling 43eea4d

sindresorhus/filenamify@v6.0.0...v7.0.0

v6.0.0

Breaking

  • Require Node.js 16 b5297cc

Improvements

  • Prevent stripping of outer replaced characters (#38) 7d4846f

sindresorhus/filenamify@v5.1.1...v6.0.0

v5.1.1

  • Fix overstripping of replacement character (#33) 69989b8
  • Fix maxLength option being broken on files with no extension (#30) a2ee598
  • Account for dotfiles (#32) 6badd76
  • Account for extension length when truncating filename (#31) a16c224

sindresorhus/filenamify@v5.1.0...v5.1.1

v5.1.0

  • Unicode normalize the filename 4a0d964

sindresorhus/filenamify@v5.0.2...v5.1.0

v5.0.2

  • Fix filenames truncated by maxLength not keeping their extension (#27) 8c52cb1

... (truncated)

Commits

Updates find-cache-dir from 3.3.1 to 6.0.0

Release notes

Sourced from find-cache-dir's releases.

v6.0.0

Breaking

  • Require Node.js 20 8e826b0
  • Rename package from find-cache-dir to find-cache-directory 81a1286

sindresorhus/find-cache-directory@v5.0.0...v6.0.0

v5.0.0

Breaking

  • Require Node.js 16 e14dff6
  • Remove thunk option e14dff6
    • Just use path.join() on the result.
  • The files option now only accepts an array of strings e14dff6
    • Previously, it accepted both an array or a string.

Improvements

  • Add TypeScript type definitions (#39) 213a339

sindresorhus/find-cache-directory@v4.0.0...v5.0.0

v4.0.0

Breaking

  • Require Node.js 14 c5e8e5c
  • This package is now pure ESM. Please read this.

Improvements

  • Upgrade dependencies
  • Reduce amount of dependencies

sindresorhus/find-cache-directory@v3.3.2...v4.0.0

v3.3.2

  • Respect name option when CACHE_DIR environment variable is set (#34) 6a378f5

sindresorhus/find-cache-directory@v3.3.1...v3.3.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-major group with 2 updates: [filenamify](https://github.com/sindresorhus/filenamify) and [find-cache-dir](https://github.com/sindresorhus/find-cache-dir).


Updates `filenamify` from 4.3.0 to 7.0.1
- [Release notes](https://github.com/sindresorhus/filenamify/releases)
- [Commits](sindresorhus/filenamify@v4.3.0...v7.0.1)

Updates `find-cache-dir` from 3.3.1 to 6.0.0
- [Release notes](https://github.com/sindresorhus/find-cache-dir/releases)
- [Commits](sindresorhus/find-cache-directory@v3.3.1...v6.0.0)

---
updated-dependencies:
- dependency-name: filenamify
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-major
- dependency-name: find-cache-dir
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants