Skip to content

build(deps): bump the dependency-updates group across 1 directory with 2 updates#64

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/dependency-updates-359b2370f4
Closed

build(deps): bump the dependency-updates group across 1 directory with 2 updates#64
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/dependency-updates-359b2370f4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependency-updates group with 2 updates in the /frontend directory: @tisoap/react-flow-smart-edge and @xyflow/react.

Updates @tisoap/react-flow-smart-edge from 4.9.0 to 4.11.1

Release notes

Sourced from @​tisoap/react-flow-smart-edge's releases.

Release 4.11.1

  • chore: update Storybook dependencies to version 10.4.6 in package.json and package-lock.json (23af09b)
  • chore: integrating SonarJS rules for code quality (fb292e0)
  • chore: integrate eslint-plugin-react-you-might-not-need-an-effect and update ESLint rules for better hook dependency management (62c35b5)
  • docs: update documentation for SVGSimpleBezierDrawFunction and DrawEdgeFunction with links for better navigation (505b68d)
  • refactor: improve variable naming for clarity across multiple files, enhancing readability and maintainability (d27a0e5)
  • chore: update ESLint rules to enforce minimum identifier length and disable specific rule for component exports (911131b)
  • chore: add @​eslint-community/eslint-plugin-eslint-comments to ESLint configuration and update rules for better comment handling (07b4744)

Release 4.11.0

  • feat: add SmartSimpleBezierEdge for cubic bezier drawing with diagonal pathfinding and enhance documentation with new edge type details (e8985fe)

Release 4.10.0

  • feat: introduce SmartCheckpointEdge for routing through fixed waypoints and enhance documentation with guides and examples (08b58b0)
  • chore: update .gitignore to refine temporary file exclusions by replacing patterns with specific directories (9db16d1)
  • feat: enhance SmartEdge stories with new scenarios and add storyPlayHelpers for improved testing (fbf8232)
  • chore: update TypeScript configuration by adding strict linting options and modify typecheck script in package.json (198cd0f)
  • chore: reorder CI steps in test-ui.yml for clarity and update AGENTS.md to reflect the change (c53cdf2)
  • chore: update Node.js version to 26.3.1 in CI workflows and AGENTS.md, and clean up package-lock.json by removing unused libc entries (581e92d)

Release 4.9.1

  • chore: add prerelease script to run tests before initialization in release-it configuration (73952ec)
  • docs: update AGENTS.md to clarify public API boundaries and refine error handling descriptions (ec83ef5)
  • refactor: remove internal debugging features and clean up related components in SmartEdge (8de88b7)
  • chore: remove .np-config.json file as it is no longer needed (87ef1a8)
  • refactor: destructure props in GraphWrapper component for improved readability and maintainability (65fc454)
  • feat: wrap components in SvgWrapper to prevent warnings during unit tests and update tsconfig to include vitest directory (56a6aa0)
  • chore: update Storybook configuration to remove MDX stories from the stories array (e5d08e0)
  • chore: remove Vitest setup file and update Vite configuration to reflect the change (6a769f3)
  • chore: replace @​vitejs/plugin-react-swc with @​vitejs/plugin-react in package.json and vite.config.ts, and update package-lock.json accordingly (ff7f52f)
  • feat: implement control point geometry functions and corresponding tests for polyline manipulation, including point interpolation and waypoint splitting (012c6fc)
  • test: add comprehensive unit tests for ControlPoint and SmartEdge to handle keyboard interactions, context menu actions, and edge cases in pathfinding algorithms (7cfd2ab)
  • chore: update cspell configuration to ignore coverage directory, enhance Storybook preview comments for clarity, and refactor tests for ControlPoint and SmartEdge to improve readability and maintainability (ab957c3)
  • test: add unit tests for ControlPoint, SmartEdge, SmartFloatingConnectionLine, and various utility functions to ensure correct behavior and edge case handling (818d972)
  • chore: update package dependencies for testing libraries, enhance Vite configuration for test file inclusion, and add Vitest setup file for cleanup after tests (885f32f)
  • chore: add coverage configuration to Vite setup, update test command in GitHub Actions, and include coverage directory in .gitignore (61a453d)
  • test: add unit tests for various functions including alignEndpoints, drawSvgPath, getBoundingBoxes, guaranteeWalkablePath, pointConversion, subflow, getSmartEdge, and aStar to ensure functionality and correctness (661b03b)
  • chore: update testing configuration in package.json and Vite config to use Vitest, and adjust GitHub Actions workflow to run unit tests (aad8a3a)
  • chore: add .temp files to .gitignore to prevent temporary files from being tracked (5eeb819)
  • chore: update documentation links in AGENTS.md, package.json, and README.md for consistency and improved navigation (60f5af1)
  • fix: use useBaseUrl for redirect path in Home component to ensure correct URL resolution (55253e1)
Commits
  • f76bf39 Release 4.11.1
  • 23af09b chore: update Storybook dependencies to version 10.4.6 in package.json and pa...
  • fb292e0 chore: integrating SonarJS rules for code quality
  • 62c35b5 chore: integrate eslint-plugin-react-you-might-not-need-an-effect and update ...
  • 505b68d docs: update documentation for SVGSimpleBezierDrawFunction and DrawEdgeFuncti...
  • d27a0e5 refactor: improve variable naming for clarity across multiple files, enhancin...
  • 911131b chore: update ESLint rules to enforce minimum identifier length and disable s...
  • 07b4744 chore: add @​eslint-community/eslint-plugin-eslint-comments to ESLint configur...
  • 9d0213e Release 4.11.0
  • e8985fe feat: add SmartSimpleBezierEdge for cubic bezier drawing with diagonal pathfi...
  • Additional commits viewable in compare view

Updates @xyflow/react from 12.11.0 to 12.11.1

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.11.1

Patch Changes

  • #5815 87da45c - Fix FinalConnectionState type so it preserves the discriminated union.

  • #5823 a6afc91 - Update attribution link

  • #5824 6b1dac5 - Do not fire on pane click when connection ends on pane

  • #5818 4ddc2d8 - Provide the shared handle config (connectOnClick, noPanClassName, rfId) through context instead of subscribing to the store in every Handle, so a store update no longer runs a selector once per handle

  • #5817 8df250b - Reduce per-handle work on store updates by returning a shared connection state while no connection is in progress.

  • #5822 a6249de - Return stable reference for edge position when connected node gets deleted

  • Updated dependencies [ceb8604, 87da45c]:

    • @​xyflow/system@​0.0.78
Changelog

Sourced from @​xyflow/react's changelog.

12.11.1

Patch Changes

  • #5815 87da45c - Fix FinalConnectionState type so it preserves the discriminated union.

  • #5823 a6afc91 - Update attribution link

  • #5824 6b1dac5 - Do not fire on pane click when connection ends on pane

  • #5818 4ddc2d8 - Provide the shared handle config (connectOnClick, noPanClassName, rfId) through context instead of subscribing to the store in every Handle, so a store update no longer runs a selector once per handle

  • #5817 8df250b - Reduce per-handle work on store updates by returning a shared connection state while no connection is in progress.

  • #5822 a6249de - Return stable reference for edge position when connected node gets deleted

  • Updated dependencies [ceb8604, 87da45c]:

    • @​xyflow/system@​0.0.78
Commits
  • eedbc81 chore(packages): bump
  • c7bdce4 chore(pane): cleanup
  • cd5ec45 chore(react/pane): cleanup
  • f919daa fix(pane): do not fire pane click when connection ends on pane
  • 36c8a1a chore(attribution): update link
  • 50fd4b4 Merge pull request #5823 from xyflow/refactor/attribution
  • 5f1a206 chore(attr): update link
  • 4710765 Merge pull request #5822 from xyflow/refactor/edge-deleted-nodes
  • 503fc15 Merge branch 'main' into perf/handle-config-context
  • ae1b237 refactor(edges): don't create new object when edge returns early because conn...
  • 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 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

…h 2 updates

Bumps the dependency-updates group with 2 updates in the /frontend directory: [@tisoap/react-flow-smart-edge](https://github.com/tisoap/react-flow-smart-edge) and [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react).


Updates `@tisoap/react-flow-smart-edge` from 4.9.0 to 4.11.1
- [Release notes](https://github.com/tisoap/react-flow-smart-edge/releases)
- [Commits](tisoap/react-flow-smart-edge@v4.9.0...v4.11.1)

Updates `@xyflow/react` from 12.11.0 to 12.11.1
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.11.1/packages/react)

---
updated-dependencies:
- dependency-name: "@tisoap/react-flow-smart-edge"
  dependency-version: 4.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: "@xyflow/react"
  dependency-version: 12.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jun 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/dependency-updates-359b2370f4 branch June 24, 2026 03:14
@sonarqubecloud

Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants