Skip to content

Commit 15da37b

Browse files
Update dependency @xyflow/react to ^12.8.5 (main) (#237151)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@xyflow/react](https://reactflow.dev) ([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react)) | dependencies | patch | [`^12.8.4` -> `^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5) | `12.8.6` | --- ### Release Notes <details> <summary>xyflow/xyflow (@&#8203;xyflow/react)</summary> ### [`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285) [Compare Source](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5) ##### Patch Changes - [#&#8203;5480](https://redirect.github.com/xyflow/xyflow/pull/5480) [`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3) Thanks [@&#8203;peterkogo](https://redirect.github.com/peterkogo)! - Prevent multi-touch events while making a new connection - [#&#8203;5482](https://redirect.github.com/xyflow/xyflow/pull/5482) [`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128) Thanks [@&#8203;peterkogo](https://redirect.github.com/peterkogo)! - Make isNodeIntersecting behave the same as getIntersectingNodes - [#&#8203;5509](https://redirect.github.com/xyflow/xyflow/pull/5509) [`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0) Thanks [@&#8203;moklick](https://redirect.github.com/moklick)! - Prevent calling onResizeEnd if node was not resized - [#&#8203;5511](https://redirect.github.com/xyflow/xyflow/pull/5511) [`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7) Thanks [@&#8203;peterkogo](https://redirect.github.com/peterkogo)! - Fix regression: elevate edges if connected nodes are selected - [#&#8203;5497](https://redirect.github.com/xyflow/xyflow/pull/5497) [`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8) Thanks [@&#8203;peterkogo](https://redirect.github.com/peterkogo)! - Skip eagerly rendering nodes when node dimensions and handles are predefined - [#&#8203;5455](https://redirect.github.com/xyflow/xyflow/pull/5455) [`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05) Thanks [@&#8203;Sec-ant](https://redirect.github.com/Sec-ant)! - Fix warning when display is set to none on the wrapper div - Updated dependencies \[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3), [`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4), [`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0), [`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7), [`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]: - [@&#8203;xyflow/system](https://redirect.github.com/xyflow/system)[@&#8203;0](https://redirect.github.com/0).0.69 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
1 parent 7e391f8 commit 15da37b

File tree

2 files changed

+15
-50
lines changed

2 files changed

+15
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@
11931193
"@turf/length": "^6.0.2",
11941194
"@xstate/react": "^3.2.2",
11951195
"@xstate5/react": "npm:@xstate/react@^5.0.3",
1196-
"@xyflow/react": "^12.8.4",
1196+
"@xyflow/react": "^12.8.5",
11971197
"adm-zip": "^0.5.16",
11981198
"ai": "^4.3.15",
11991199
"ajv": "^8.17.1",

yarn.lock

Lines changed: 14 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@
23312331
resolved "https://registry.yarnpkg.com/@elastic/filesaver/-/filesaver-1.1.2.tgz#1998ffb3cd89c9da4ec12a7793bfcae10e30c77a"
23322332
integrity sha512-YZbSufYFBhAj+S2cJgiKALoxIJevqXN2MSr6Yqr42rJdaPuM31cj6pUDwflkql1oDjupqD9la+MfxPFjXI1JFQ==
23332333

2334-
"@elastic/kibana-d3-color@npm:@elastic/kibana-d3-color@2.0.1":
2334+
"@elastic/kibana-d3-color@npm:@elastic/kibana-d3-color@2.0.1", "d3-color@1 - 2", "d3-color@npm:@elastic/kibana-d3-color@2.0.1":
23352335
version "2.0.1"
23362336
resolved "https://registry.yarnpkg.com/@elastic/kibana-d3-color/-/kibana-d3-color-2.0.1.tgz#f83b9c2fea09273a918659de04d5e8098c82f65c"
23372337
integrity sha512-YZ8hV2bWNyYi833Yj3UWczmTxdHzmo/Xc2IVkNXr/ZqtkrTDlTLysCyJm7SfAt9iBy6EVRGWTn8cPz8QOY6Ixw==
@@ -14410,19 +14410,19 @@
1441014410
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
1441114411
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
1441214412

14413-
"@xyflow/react@^12.8.4":
14414-
version "12.8.4"
14415-
resolved "https://registry.yarnpkg.com/@xyflow/react/-/react-12.8.4.tgz#db0eabd9e356c25f5ebf427413a8c5dd46113394"
14416-
integrity sha512-bqUu4T5QSHiCFPkoH+b+LROKwQJdLvcjhGbNW9c1dLafCBRjmH1IYz0zPE+lRDXCtQ9kRyFxz3tG19+8VORJ1w==
14413+
"@xyflow/react@^12.8.5":
14414+
version "12.8.6"
14415+
resolved "https://registry.yarnpkg.com/@xyflow/react/-/react-12.8.6.tgz#4cb80abe1bf7123dd989f2c8554bff679980bd8b"
14416+
integrity sha512-SksAm2m4ySupjChphMmzvm55djtgMDPr+eovPDdTnyGvShf73cvydfoBfWDFllooIQ4IaiUL5yfxHRwU0c37EA==
1441714417
dependencies:
14418-
"@xyflow/system" "0.0.68"
14418+
"@xyflow/system" "0.0.70"
1441914419
classcat "^5.0.3"
1442014420
zustand "^4.4.0"
1442114421

14422-
"@xyflow/system@0.0.68":
14423-
version "0.0.68"
14424-
resolved "https://registry.yarnpkg.com/@xyflow/system/-/system-0.0.68.tgz#980b8185743147a454bfb24a98f6bddc55a703e6"
14425-
integrity sha512-QDG2wxIG4qX+uF8yzm1ULVZrcXX3MxPBoxv7O52FWsX87qIImOqifUhfa/TwsvLdzn7ic2DDBH1uI8TKbdNTYA==
14422+
"@xyflow/system@0.0.70":
14423+
version "0.0.70"
14424+
resolved "https://registry.yarnpkg.com/@xyflow/system/-/system-0.0.70.tgz#c397d2a802e250fe852717dd55b5be5d306d7c1c"
14425+
integrity sha512-PpC//u9zxdjj0tfTSmZrg3+sRbTz6kop/Amky44U2Dl51sxzDTIUfXMwETOYpmr2dqICWXBIJwXL2a9QWtX2XA==
1442614426
dependencies:
1442714427
"@types/d3-drag" "^3.0.7"
1442814428
"@types/d3-interpolate" "^3.0.4"
@@ -17714,11 +17714,6 @@ d3-collection@^1.0.7:
1771417714
resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e"
1771517715
integrity sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==
1771617716

17717-
"d3-color@1 - 2", "d3-color@npm:@elastic/kibana-d3-color@2.0.1":
17718-
version "2.0.1"
17719-
resolved "https://registry.yarnpkg.com/@elastic/kibana-d3-color/-/kibana-d3-color-2.0.1.tgz#f83b9c2fea09273a918659de04d5e8098c82f65c"
17720-
integrity sha512-YZ8hV2bWNyYi833Yj3UWczmTxdHzmo/Xc2IVkNXr/ZqtkrTDlTLysCyJm7SfAt9iBy6EVRGWTn8cPz8QOY6Ixw==
17721-
1772217717
"d3-color@1 - 3", d3-color@^3.1.0:
1772317718
version "3.1.0"
1772417719
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2"
@@ -30940,7 +30935,7 @@ string-replace-loader@^3.1.0:
3094030935
loader-utils "^2.0.0"
3094130936
schema-utils "^3.0.0"
3094230937

30943-
"string-width-cjs@npm:string-width@^4.2.0":
30938+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3094430939
version "4.2.3"
3094530940
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3094630941
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -30958,15 +30953,6 @@ string-width@^1.0.1:
3095830953
is-fullwidth-code-point "^1.0.0"
3095930954
strip-ansi "^3.0.0"
3096030955

30961-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
30962-
version "4.2.3"
30963-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
30964-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
30965-
dependencies:
30966-
emoji-regex "^8.0.0"
30967-
is-fullwidth-code-point "^3.0.0"
30968-
strip-ansi "^6.0.1"
30969-
3097030956
string-width@^5.0.1, string-width@^5.1.2:
3097130957
version "5.1.2"
3097230958
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -31059,7 +31045,7 @@ stringify-object@^3.2.1:
3105931045
is-obj "^1.0.1"
3106031046
is-regexp "^1.0.0"
3106131047

31062-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
31048+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3106331049
version "6.0.1"
3106431050
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3106531051
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -31073,13 +31059,6 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
3107331059
dependencies:
3107431060
ansi-regex "^2.0.0"
3107531061

31076-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
31077-
version "6.0.1"
31078-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31079-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
31080-
dependencies:
31081-
ansi-regex "^5.0.1"
31082-
3108331062
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
3108431063
version "7.1.0"
3108531064
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -33901,7 +33880,7 @@ workerpool@^6.5.1:
3390133880
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
3390233881
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
3390333882

33904-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
33883+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
3390533884
version "7.0.0"
3390633885
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3390733886
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -33927,15 +33906,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
3392733906
string-width "^4.1.0"
3392833907
strip-ansi "^6.0.0"
3392933908

33930-
wrap-ansi@^7.0.0:
33931-
version "7.0.0"
33932-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
33933-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
33934-
dependencies:
33935-
ansi-styles "^4.0.0"
33936-
string-width "^4.1.0"
33937-
strip-ansi "^6.0.0"
33938-
3393933909
wrap-ansi@^8.1.0:
3394033910
version "8.1.0"
3394133911
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -34046,7 +34016,7 @@ xpath@^0.0.33:
3404634016
resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.33.tgz#5136b6094227c5df92002e7c3a13516a5074eb07"
3404734017
integrity sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==
3404834018

34049-
"xstate5@npm:xstate@^5.19.2":
34019+
"xstate5@npm:xstate@^5.19.2", xstate@^5.19.2:
3405034020
version "5.19.2"
3405134021
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba"
3405234022
integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==
@@ -34056,11 +34026,6 @@ xstate@^4.38.3:
3405634026
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
3405734027
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==
3405834028

34059-
xstate@^5.19.2:
34060-
version "5.19.2"
34061-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba"
34062-
integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==
34063-
3406434029
"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.1:
3406534030
version "4.0.2"
3406634031
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)