AkariNext / www.akarinext.org

https://www.akarinext.org/
0 stars 0 forks source link

fix(deps): update dependency reactflow to v11.11.4 #210

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
reactflow (source) 11.11.3 -> 11.11.4 age adoption passing confidence

Release Notes

xyflow/xyflow (reactflow) ### [`v11.11.4`](https://togithub.com/xyflow/xyflow/releases/tag/11.11.4) [Compare Source](https://togithub.com/xyflow/xyflow/compare/reactflow@11.11.3...11.11.4) This release adds some deprecation warnings and introduces new function and attribute names for "edge update" which is now called "edge reconnect": `updateEdge` => `reconnectEdge` `onEdgeUpdateStart` => `onReconnectStart` `onEdgeUpdate` => `onReconnect` `onEdgeUpdateEnd` => `onReconnectEnd` `edgeUpdaterRadius` => `reconnectRadius` `edge.updatable` => `edge.reconnectable` We changed the term, because we think it's more clear what it does and is better to distinguish from the new `updateEdge` and `updateEdgeData` helpers in React Flow 12. ##### Patch Changes - [#​4389](https://togithub.com/xyflow/xyflow/pull/4389) [`092b2ecb`](https://togithub.com/xyflow/xyflow/commit/092b2ecbc45aa829e590acb094c7ef75d752d211) - rename updateEdge to reconectEdge - [#​4387](https://togithub.com/xyflow/xyflow/pull/4387) [`280a64ee`](https://togithub.com/xyflow/xyflow/commit/280a64ee1652e36366ea0e0ad6a56a41c6c5f7b9) - abort drag when multiple touches are detected - Updated dependencies \[[`092b2ecb`](https://togithub.com/xyflow/xyflow/commit/092b2ecbc45aa829e590acb094c7ef75d752d211), [`280a64ee`](https://togithub.com/xyflow/xyflow/commit/280a64ee1652e36366ea0e0ad6a56a41c6c5f7b9)]: - [@​reactflow/core](https://togithub.com/reactflow/core)[@​11](https://togithub.com/11).11.4 - [@​reactflow/background](https://togithub.com/reactflow/background)[@​11](https://togithub.com/11).3.14 - [@​reactflow/controls](https://togithub.com/reactflow/controls)[@​11](https://togithub.com/11).2.14 - [@​reactflow/minimap](https://togithub.com/reactflow/minimap)[@​11](https://togithub.com/11).7.14 - [@​reactflow/node-resizer](https://togithub.com/reactflow/node-resizer)[@​2](https://togithub.com/2).2.14 - [@​reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@​1](https://togithub.com/1).3.14

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.



This PR was generated by Mend Renovate. View the repository job log.