From 9d5561c96ca35e866950ecdfc9533a93d5655602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:34:43 +0200 Subject: [PATCH] chore(deps): bump @xyflow/react from 12.10.0 to 12.11.0 (#21561) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.10.0 to 12.11.0.
Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.11.0

12.11.0

Minor Changes

Patch Changes

@​xyflow/react@​12.10.2

Patch Changes

... (truncated)

Changelog

Sourced from @​xyflow/react's changelog.

12.11.0

Minor Changes

Patch Changes

12.10.2

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​xyflow/react since your current version.


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@xyflow/react&package-manager=npm_and_yarn&previous-version=12.10.0&new-version=12.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Review in cubic --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charles Bochet --- .../WorkflowDiagramCanvasEditable.tsx | 4 ++-- yarn.lock | 23 ++++++++++++------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/packages/twenty-front/src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditable.tsx b/packages/twenty-front/src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditable.tsx index e266235d32..43fccb3b6e 100644 --- a/packages/twenty-front/src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditable.tsx +++ b/packages/twenty-front/src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditable.tsx @@ -31,7 +31,7 @@ import { type Connection, type Edge, } from '@xyflow/react'; -import React, { useCallback } from 'react'; +import { useCallback } from 'react'; import { isDefined } from 'twenty-shared/utils'; export const WorkflowDiagramCanvasEditable = () => { @@ -134,7 +134,7 @@ export const WorkflowDiagramCanvasEditable = () => { }; const onNodeDragStop = async ( - _: React.MouseEvent, + _: MouseEvent | TouchEvent, node: WorkflowDiagramNode, ) => { const stepToUpdate = diff --git a/yarn.lock b/yarn.lock index 72e9d7d518..a0657a6b96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25044,22 +25044,29 @@ __metadata: linkType: hard "@xyflow/react@npm:^12.4.2": - version: 12.10.0 - resolution: "@xyflow/react@npm:12.10.0" + version: 12.11.0 + resolution: "@xyflow/react@npm:12.11.0" dependencies: - "@xyflow/system": "npm:0.0.74" + "@xyflow/system": "npm:0.0.77" classcat: "npm:^5.0.3" zustand: "npm:^4.4.0" peerDependencies: + "@types/react": ">=17" + "@types/react-dom": ">=17" react: ">=17" react-dom: ">=17" - checksum: 10c0/cadc1410ef5c7ac1852bac5f222cae9d599963c0ad2552a17dbf49f57aae6647cc13e13f9d82367dc089e4508e1673feb99dd1106851561e8ebeb117050ab6c6 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10c0/19894b3029d914cf0f2e5757612d8ef5a6ef56e5097077952c2bf1ba9ffdde8ed7b4761c223e77caf7dcfc03a1973901754bfa5ea5ac3ffed96e09e7955615b3 languageName: node linkType: hard -"@xyflow/system@npm:0.0.74": - version: 0.0.74 - resolution: "@xyflow/system@npm:0.0.74" +"@xyflow/system@npm:0.0.77": + version: 0.0.77 + resolution: "@xyflow/system@npm:0.0.77" dependencies: "@types/d3-drag": "npm:^3.0.7" "@types/d3-interpolate": "npm:^3.0.4" @@ -25070,7 +25077,7 @@ __metadata: d3-interpolate: "npm:^3.0.1" d3-selection: "npm:^3.0.0" d3-zoom: "npm:^3.0.0" - checksum: 10c0/fe3116a9e21ca5b4c5c98c363f3894a477dc133bbe453beb820104eff15a4265db930cbd383b00ea95a71a462395ade0d26fc868f526cbfa776ba4a2a81a48c2 + checksum: 10c0/f9d46866ce17ea8de187a1971b645d285cf2dc6c7b3300629a65e7e32e56bf1bc7e69c1d2dcf89b9bc85a465883c0743f262df127c833067f943ffb009bfe4e2 languageName: node linkType: hard