Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps the dependencies group with 5 updates in the / directory:

Package From To
cacache 19.0.1 20.0.1
filenamify 6.0.0 7.0.0
pino 9.7.0 9.9.5
vis-data 7.1.10 8.0.3
vis-network 9.1.13 10.0.1

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 pino from 9.7.0 to 9.9.5

Release notes

Sourced from pino's releases.

v9.9.5

What's Changed

Full Changelog: pinojs/pino@v9.9.4...v9.9.5

v9.9.4

What's Changed

Full Changelog: pinojs/pino@v9.9.3...v9.9.4

v9.9.3

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.9.2...v9.9.3

v9.9.2

What's Changed

Full Changelog: pinojs/pino@v9.9.1...v9.9.2

v9.9.1

What's Changed

Full Changelog: pinojs/pino@v9.9.0...v9.9.1

v9.9.0

What's Changed

Full Changelog: pinojs/pino@v9.8.0...v9.9.0

v9.8.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.


Updates vis-data from 7.1.10 to 8.0.3

Release notes

Sourced from vis-data's releases.

v8.0.3

8.0.3 (2025-09-10)

Bug Fixes

v8.0.2

8.0.2 (2025-09-10)

Bug Fixes

v8.0.1

8.0.1 (2025-07-13)

Bug Fixes

  • deps: require version of vis-* pkgs that are hybrid ESM+CJS (1b04db9)

v8.0.0

8.0.0 (2025-07-12)

  • feat(package)!: rework to hybrid ESM+CJS package (9e6bce3)

Bug Fixes

  • deps: major vis-* updates (c17459a)
  • deps: major vis-* updates (8ee3861)

BREAKING CHANGES

  • For most people there should be no breaking changes, e.g. if you require this package, you'll get CJS, if you import this package, you'll get ESM. However, I'm sure there will be edge cases and this will require some migration steps for some so I'm labeling it as a major (breaking) release.

In case of edge cases, it should suffice to rewrite imports.

Commits

Updates vis-network from 9.1.13 to 10.0.1

Release notes

Sourced from vis-network's releases.

v10.0.1

10.0.1 (2025-07-13)

Bug Fixes

  • deps: require version of vis-* pkgs that are hybrid ESM+CJS (7a8e860)
  • deps: update dependency uuid to v11 (#2237) (a5e0b81)

v10.0.0

10.0.0 (2025-07-12)

  • feat(package)!: rework to hybrid ESM+CJS package (118d223)

Bug Fixes

  • deps: major vis-* updates (a2ca25f)
  • deps: major vis-* updates (05a2520)
  • deps: major vis-* updates (dee4f67)

BREAKING CHANGES

  • For most people there should be no breaking changes, e.g. if you require this package, you'll get CJS, if you import this package, you'll get ESM. However, I'm sure there will be edge cases and this will require some migration steps for some so I'm labeling it as a major (breaking) release.

In case of edge cases, it should suffice to rewrite imports.

Commits
  • 8e42678 ci(gh-pages): rewrite git+http protocol to just https
  • a5e0b81 fix(deps): update dependency uuid to v11 (#2237)
  • 095f250 chore(deps): update node.js to v24.4.0 (#2244)
  • 5a91c87 chore(deps): update node.js to v24.4.0 (#2243)
  • 7a8e860 fix(deps): require version of vis-* pkgs that are hybrid ESM+CJS
  • 1eac4ab chore(package): auto fix package JSON via npm pkg fix
  • c0dd5c5 chore(deps): update semantic-release monorepo (#2232)
  • db121ff ci(workspace): persist cache and repo
  • a2ca25f fix(deps): major vis-* updates
  • 05a2520 fix(deps): major vis-* updates
  • Additional commits viewable in compare view

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cacache](https://github.com/npm/cacache) | `19.0.1` | `20.0.1` |
| [filenamify](https://github.com/sindresorhus/filenamify) | `6.0.0` | `7.0.0` |
| [pino](https://github.com/pinojs/pino) | `9.7.0` | `9.9.5` |
| [vis-data](https://github.com/visjs/vis-data) | `7.1.10` | `8.0.3` |
| [vis-network](https://github.com/visjs/vis-network) | `9.1.13` | `10.0.1` |



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 `pino` from 9.7.0 to 9.9.5
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.7.0...v9.9.5)

Updates `vis-data` from 7.1.10 to 8.0.3
- [Release notes](https://github.com/visjs/vis-data/releases)
- [Changelog](https://github.com/visjs/vis-data/blob/master/.releaserc.yml)
- [Commits](visjs/vis-data@v7.1.10...v8.0.3)

Updates `vis-network` from 9.1.13 to 10.0.1
- [Release notes](https://github.com/visjs/vis-network/releases)
- [Changelog](https://github.com/visjs/vis-network/blob/master/HISTORY.md)
- [Commits](visjs/vis-network@v9.1.13...v10.0.1)

---
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: pino
  dependency-version: 9.9.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vis-data
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: vis-network
  dependency-version: 10.0.1
  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 Sep 15, 2025
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