Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps the dependencies group with 4 updates in the / directory: cacache, filenamify, ini and pino.

Updates cacache from 19.0.1 to 20.0.1

Release notes

Sourced from cacache's releases.

v20.0.1

20.0.1 (2025-08-18)

Dependencies

v20.0.0

20.0.0 (2025-07-24)

⚠️ BREAKING CHANGES

  • cacache now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

Changelog

Sourced from cacache's changelog.

20.0.1 (2025-08-18)

Dependencies

20.0.0 (2025-07-24)

⚠️ BREAKING CHANGES

  • cacache now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

Commits

Updates filenamify from 6.0.0 to 7.0.0

Release notes

Sourced from filenamify's releases.

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

Commits

Updates ini from 5.0.0 to 6.0.0

Release notes

Sourced from ini's releases.

v6.0.0

6.0.0 (2025-10-22)

⚠️ BREAKING CHANGES

  • ini now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Chores

Changelog

Sourced from ini's changelog.

6.0.0 (2025-10-22)

⚠️ BREAKING CHANGES

  • ini now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Chores

Commits
  • 180a8d5 chore: release 6.0.0 (#292)
  • 6d395a4 fix!: align to npm 11 node engine range (#291)
  • 23a36a9 chore: bump @​npmcli/template-oss from 4.26.0 to 4.27.1 (#290)
  • 3236938 chore: bump @​npmcli/template-oss from 4.25.1 to 4.26.0 (#288)
  • fc66a25 chore: bump @​npmcli/template-oss from 4.25.0 to 4.25.1 (#287)
  • d7ce901 chore: bump @​npmcli/template-oss from 4.24.4 to 4.25.0 (#286)
  • 0ce4545 chore: bump @​npmcli/template-oss from 4.24.3 to 4.24.4 (#285)
  • e9a06ad chore: bump @​npmcli/template-oss from 4.23.3 to 4.24.3 (#284)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for ini since your current version.


Updates pino from 9.7.0 to 10.1.0

Release notes

Sourced from pino's releases.

v10.1.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v10.0.0...v10.1.0

v10.0.0

The only breaking change is dropping support for Node 18.

What's Changed

Full Changelog: pinojs/pino@v9.13.1...v10.0.0

v9.14.0

What's Changed

Full Changelog: pinojs/pino@v9.13.1...v9.14.0

v9.13.1

What's Changed

Full Changelog: pinojs/pino@v9.13.0...v9.13.1

v9.13.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for pino since your current version.


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

…dates

Bumps the dependencies group with 4 updates in the / directory: [cacache](https://github.com/npm/cacache), [filenamify](https://github.com/sindresorhus/filenamify), [ini](https://github.com/npm/ini) and [pino](https://github.com/pinojs/pino).


Updates `cacache` from 19.0.1 to 20.0.1
- [Release notes](https://github.com/npm/cacache/releases)
- [Changelog](https://github.com/npm/cacache/blob/main/CHANGELOG.md)
- [Commits](npm/cacache@v19.0.1...v20.0.1)

Updates `filenamify` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/sindresorhus/filenamify/releases)
- [Commits](sindresorhus/filenamify@v6.0.0...v7.0.0)

Updates `ini` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](npm/ini@v5.0.0...v6.0.0)

Updates `pino` from 9.7.0 to 10.1.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.7.0...v10.1.0)

---
updated-dependencies:
- dependency-name: cacache
  dependency-version: 20.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: filenamify
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ini
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pino
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 24, 2025
@fraxken fraxken merged commit 3b9b2eb into master Oct 30, 2025
9 checks passed
@fraxken fraxken deleted the dependabot/npm_and_yarn/dependencies-69ece3570b branch October 30, 2025 02:08
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.

2 participants