Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2025

Bumps the frontend-minor-patch group in /lightrag_webui with 10 updates:

Package From To
@react-sigma/core 5.0.4 5.0.6
@react-sigma/graph-search 5.0.4 5.0.6
@react-sigma/layout-circlepack 5.0.4 5.0.6
@react-sigma/layout-circular 5.0.4 5.0.6
@react-sigma/layout-force 5.0.4 5.0.6
@react-sigma/layout-forceatlas2 5.0.4 5.0.6
@react-sigma/layout-noverlap 5.0.4 5.0.6
@react-sigma/layout-random 5.0.4 5.0.6
@react-sigma/minimap 5.0.5 5.0.6
zustand 5.0.8 5.0.9

Updates @react-sigma/core from 5.0.4 to 5.0.6

Release notes

Sourced from @​react-sigma/core's releases.

Minimap release

Fix issue #78

Changelog

Sourced from @​react-sigma/core's changelog.

Version 5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.

Version 5.0.5

Fixes

  • Fix #78 on minimap
Commits

Updates @react-sigma/graph-search from 5.0.4 to 5.0.6

Release notes

Sourced from @​react-sigma/graph-search's releases.

Minimap release

Fix issue #78

Changelog

Sourced from @​react-sigma/graph-search's changelog.

Version 5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.

Version 5.0.5

Fixes

  • Fix #78 on minimap
Commits

Updates @react-sigma/layout-circlepack from 5.0.4 to 5.0.6

Release notes

Sourced from @​react-sigma/layout-circlepack's releases.

Minimap release

Fix issue #78

Changelog

Sourced from @​react-sigma/layout-circlepack's changelog.

Version 5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.

Version 5.0.5

Fixes

  • Fix #78 on minimap
Commits

Updates @react-sigma/layout-circular from 5.0.4 to 5.0.6

Release notes

Sourced from @​react-sigma/layout-circular's releases.

Minimap release

Fix issue #78

Changelog

Sourced from @​react-sigma/layout-circular's changelog.

Version 5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.

Version 5.0.5

Fixes

  • Fix #78 on minimap
Commits

Updates @react-sigma/layout-force from 5.0.4 to 5.0.6

Release notes

Sourced from @​react-sigma/layout-force's releases.

Minimap release

Fix issue #78

Changelog

Sourced from @​react-sigma/layout-force's changelog.

Version 5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.

Version 5.0.5

Fixes

  • Fix #78 on minimap
Commits

Updates @react-sigma/layout-forceatlas2 from 5.0.4 to 5.0.6

Release notes

Sourced from @​react-sigma/layout-forceatlas2's releases.

Minimap release

Fix issue #78

Changelog

Sourced from @​react-sigma/layout-forceatlas2's changelog.

Version 5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.

Version 5.0.5

Fixes

  • Fix #78 on minimap
Commits

Updates @react-sigma/layout-noverlap from 5.0.4 to 5.0.6

Release notes

Sourced from @​react-sigma/layout-noverlap's releases.

Minimap release

Fix issue #78

Changelog

Sourced from @​react-sigma/layout-noverlap's changelog.

Version 5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.

Version 5.0.5

Fixes

  • Fix #78 on minimap
Commits

Updates @react-sigma/layout-random from 5.0.4 to 5.0.6

Release notes

Sourced from @​react-sigma/layout-random's releases.

Minimap release

Fix issue #78

Changelog

Sourced from @​react-sigma/layout-random's changelog.

Version 5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.

Version 5.0.5

Fixes

  • Fix #78 on minimap
Commits

Updates @react-sigma/minimap from 5.0.5 to 5.0.6

Changelog

Sourced from @​react-sigma/minimap's changelog.

Version 5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.
Commits
  • 2781f1e v5.0.6
  • 2bda3da Changelog
  • fbc4208 [core] Fix sigma killing process when SigmaContainer is unmount
  • d4bb434 [website,stroybook] add documentation on how node & edge attributes are
  • See full diff in compare view

Updates zustand from 5.0.8 to 5.0.9

Release notes

Sourced from zustand's releases.

v5.0.9

This includes experimental middleware unstable_ssrSafe for a new usage with Next.js. Related discussion: pmndrs/zustand#2740

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.8...v5.0.9

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for zustand 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

Bumps the frontend-minor-patch group in /lightrag_webui with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-sigma/core](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/graph-search](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-circlepack](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-circular](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-force](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-forceatlas2](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-noverlap](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-random](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/minimap](https://github.com/sim51/react-sigma) | `5.0.5` | `5.0.6` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.8` | `5.0.9` |


Updates `@react-sigma/core` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](sim51/react-sigma@v5.0.4...v5.0.6)

Updates `@react-sigma/graph-search` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](sim51/react-sigma@v5.0.4...v5.0.6)

Updates `@react-sigma/layout-circlepack` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](sim51/react-sigma@v5.0.4...v5.0.6)

Updates `@react-sigma/layout-circular` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](sim51/react-sigma@v5.0.4...v5.0.6)

Updates `@react-sigma/layout-force` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](sim51/react-sigma@v5.0.4...v5.0.6)

Updates `@react-sigma/layout-forceatlas2` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](sim51/react-sigma@v5.0.4...v5.0.6)

Updates `@react-sigma/layout-noverlap` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](sim51/react-sigma@v5.0.4...v5.0.6)

Updates `@react-sigma/layout-random` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](sim51/react-sigma@v5.0.4...v5.0.6)

Updates `@react-sigma/minimap` from 5.0.5 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](sim51/react-sigma@v5.0.5...v5.0.6)

Updates `zustand` from 5.0.8 to 5.0.9
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.8...v5.0.9)

---
updated-dependencies:
- dependency-name: "@react-sigma/core"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/graph-search"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-circlepack"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-circular"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-force"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-forceatlas2"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-noverlap"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-random"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/minimap"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: zustand
  dependency-version: 5.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend labels Dec 4, 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 frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant