Skip to content

chore(deps): bump the dependencies group across 1 directory with 3 updates #542

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the dependencies group with 3 updates in the / directory: cacache, vis-data and vis-network.

Updates cacache from 19.0.1 to 20.0.0

Release notes

Sourced from cacache's releases.

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.0 (2025-07-24)

⚠️ BREAKING CHANGES

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

Bug Fixes

Dependencies

Chores

Commits

Updates vis-data from 7.1.10 to 8.0.1

Release notes

Sourced from vis-data's releases.

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
  • f5a085c chore(deps): update dependency mocha to v11.7.1 (#1159)
  • 1b04db9 fix(deps): require version of vis-* pkgs that are hybrid ESM+CJS
  • aefe1b4 chore(package): auto fix package JSON via npm pkg fix
  • 061fc05 ci(workspace): persist cache and repo
  • c17459a fix(deps): major vis-* updates
  • 8ee3861 fix(deps): major vis-* updates
  • 9e6bce3 feat(package)!: rework to hybrid ESM+CJS package
  • f04adf3 style: reformat
  • 34cdf00 ci(iterop-test): run the test by default, turn off manually via params
  • See full diff in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 28, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-38fa4fdd36 branch 2 times, most recently from 1413b5c to eebcd0f Compare August 4, 2025 05:28
…dates

Bumps the dependencies group with 3 updates in the / directory: [cacache](https://github.com/npm/cacache), [vis-data](https://github.com/visjs/vis-data) and [vis-network](https://github.com/visjs/vis-network).


Updates `cacache` from 19.0.1 to 20.0.0
- [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.0)

Updates `vis-data` from 7.1.10 to 8.0.1
- [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.1)

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.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: vis-data
  dependency-version: 8.0.1
  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 force-pushed the dependabot/npm_and_yarn/dependencies-38fa4fdd36 branch from eebcd0f to 1b2277a Compare August 11, 2025 05:42
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-38fa4fdd36 branch August 13, 2025 07:58
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