Skip to content

Commit e138a62

Browse files
Update dependency @xyflow/react to ^12.8.2 (main) (elastic#228554)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@xyflow/react](https://reactflow.dev) ([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react)) | dependencies | patch | [`^12.8.1` -> `^12.8.2`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.1/12.8.2) | --- ### Release Notes <details> <summary>xyflow/xyflow (@&elastic#8203;xyflow/react)</summary> ### [`v12.8.2`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1282) [Compare Source](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/[email protected]...@xyflow/[email protected]) ##### Patch Changes - [#&elastic#8203;5384](https://redirect.github.com/xyflow/xyflow/pull/5384) [`18514e11`](https://redirect.github.com/xyflow/xyflow/commit/18514e118fc9a43e2bc80e55639db8beb1d9707a) Thanks [@&elastic#8203;Sec-ant](https://redirect.github.com/Sec-ant)! - Fix node fallback to respect custom default node type when unknown node type is encountered - [#&elastic#8203;5394](https://redirect.github.com/xyflow/xyflow/pull/5394) [`21db22d4`](https://redirect.github.com/xyflow/xyflow/commit/21db22d46a253dc4fd17d65dab201aca53a4a6f4) Thanks [@&elastic#8203;moklick](https://redirect.github.com/moklick)! - Return intersections correctly of passed node is bigger than intersecting nodes - [#&elastic#8203;5384](https://redirect.github.com/xyflow/xyflow/pull/5384) [`ab05d008`](https://redirect.github.com/xyflow/xyflow/commit/ab05d008d949c98124578e99e6a6e4c86a16f629) Thanks [@&elastic#8203;Sec-ant](https://redirect.github.com/Sec-ant)! - Fix edge fallback to respect custom default edge type when unknown edge type is encountered. - [#&elastic#8203;5376](https://redirect.github.com/xyflow/xyflow/pull/5376) [`f0ce2c87`](https://redirect.github.com/xyflow/xyflow/commit/f0ce2c876d8688e13632bc86286cf857f86dead6) Thanks [@&elastic#8203;kennyjwilli](https://redirect.github.com/kennyjwilli)! - Add stepPosition param to step edge - Updated dependencies \[[`864d4188`](https://redirect.github.com/xyflow/xyflow/commit/864d4188089b3e7f45b18f8a63e02758ee183f7f), [`f0ce2c87`](https://redirect.github.com/xyflow/xyflow/commit/f0ce2c876d8688e13632bc86286cf857f86dead6)]: - [@&elastic#8203;xyflow/system](https://redirect.github.com/xyflow/system)[@&#8203;0](https://redirect.github.com/0).0.66 </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: Kfir Peled <[email protected]>
1 parent 888a037 commit e138a62

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@
11601160
"@turf/length": "^6.0.2",
11611161
"@xstate/react": "^3.2.2",
11621162
"@xstate5/react": "npm:@xstate/react@^5.0.3",
1163-
"@xyflow/react": "^12.8.1",
1163+
"@xyflow/react": "^12.8.2",
11641164
"adm-zip": "^0.5.16",
11651165
"ai": "^4.3.15",
11661166
"ajv": "^8.17.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13982,19 +13982,19 @@
1398213982
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
1398313983
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
1398413984

13985-
"@xyflow/react@^12.8.1":
13986-
version "12.8.1"
13987-
resolved "https://registry.yarnpkg.com/@xyflow/react/-/react-12.8.1.tgz#bf16e34bd9592fa4200d002d408329ee97aa0714"
13988-
integrity sha512-t5Rame4Gc/540VcOZd28yFe9Xd8lyjKUX+VTiyb1x4ykNXZH5zyDmsu+lj9je2O/jGBVb0pj1Vjcxrxyn+Xk2g==
13985+
"@xyflow/react@^12.8.2":
13986+
version "12.8.2"
13987+
resolved "https://registry.yarnpkg.com/@xyflow/react/-/react-12.8.2.tgz#3e0818699c8d29407bd6f77d88570d38ef513b46"
13988+
integrity sha512-VifLpxOy74ck283NQOtBn1e8igmB7xo7ADDKxyBHkKd8IKpyr16TgaYOhzqVwNMdB4NT+m++zfkic530L+gEXw==
1398913989
dependencies:
13990-
"@xyflow/system" "0.0.65"
13990+
"@xyflow/system" "0.0.66"
1399113991
classcat "^5.0.3"
1399213992
zustand "^4.4.0"
1399313993

13994-
"@xyflow/[email protected].65":
13995-
version "0.0.65"
13996-
resolved "https://registry.yarnpkg.com/@xyflow/system/-/system-0.0.65.tgz#1824cb81369e389c34d02297bd1d871f0932004b"
13997-
integrity sha512-AliQPQeurQMoNlOdySnRoDQl9yDSA/1Lqi47Eo0m98lHcfrTdD9jK75H0tiGj+0qRC10SKNUXyMkT0KL0opg4g==
13994+
"@xyflow/[email protected].66":
13995+
version "0.0.66"
13996+
resolved "https://registry.yarnpkg.com/@xyflow/system/-/system-0.0.66.tgz#94eec3962e65b8686b314629911b51a7db057059"
13997+
integrity sha512-TTxESDwPsATnuDMUeYYtKe4wt9v8bRO29dgYBhR8HyhSCzipnAdIL/1CDfFd+WqS1srVreo24u6zZeVIDk4r3Q==
1399813998
dependencies:
1399913999
"@types/d3-drag" "^3.0.7"
1400014000
"@types/d3-interpolate" "^3.0.4"

0 commit comments

Comments
 (0)