asosnovsky / Shortumation

[Not Maintained] A better way to write automations in home-assistant without having to install and run a seperate automation engine!
MIT License
300 stars 7 forks source link

Update dependency react-flow-renderer to v10.3.12 #108

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-flow-renderer 10.3.8 -> 10.3.12 age adoption passing confidence

Release Notes

wbkd/react-flow ### [`v10.3.12`](https://togithub.com/wbkd/react-flow/releases/tag/10.3.12) [Compare Source](https://togithub.com/wbkd/react-flow/compare/10.3.11...10.3.12) #### Fix You can now get the DOM node of the wrapper from the store: ```js const domNode = useStore(s => s.domNode); ``` - fix(node-dimensions): use store domNode for calculation [#​2316](https://togithub.com/wbkd/react-flow/issues/2316) ([`257588c`](https://togithub.com/wbkd/react-flow/commit/257588ce)) ### [`v10.3.11`](https://togithub.com/wbkd/react-flow/releases/tag/10.3.11) [Compare Source](https://togithub.com/wbkd/react-flow/compare/10.3.10...10.3.11) #### Fixes and Refactoring - refactor(connection-line): add from, to props and cleanup closes [#​2031](https://togithub.com/wbkd/react-flow/issues/2031) ([`e1ba32f`](https://togithub.com/wbkd/react-flow/commit/e1ba32f8)) - chore(useStore): cleanup selectors ([`e8cf308`](https://togithub.com/wbkd/react-flow/commit/e8cf308f)) - refactor(onConnect): use onConnect handlers from store [#​2230](https://togithub.com/wbkd/react-flow/issues/2230) ([`3c8720a`](https://togithub.com/wbkd/react-flow/commit/3c8720a5)) - chore(deps): update ([`8a4f695`](https://togithub.com/wbkd/react-flow/commit/8a4f695a)) - fix(expandParent): check for dimensions closes [#​2280](https://togithub.com/wbkd/react-flow/issues/2280) ([`60bbbb4`](https://togithub.com/wbkd/react-flow/commit/60bbbb4d)) ### [`v10.3.10`](https://togithub.com/wbkd/react-flow/releases/tag/10.3.10) [Compare Source](https://togithub.com/wbkd/react-flow/compare/10.3.9...10.3.10) - fix(handles): calculate correct position ([`8d866ec`](https://togithub.com/wbkd/react-flow/commit/8d866ec6)) ### [`v10.3.9`](https://togithub.com/wbkd/react-flow/releases/tag/10.3.9) [Compare Source](https://togithub.com/wbkd/react-flow/compare/10.3.8...10.3.9) #### Fixes - fix(onNodeDrag): show correct position closes [#​2246](https://togithub.com/wbkd/react-flow/issues/2246) ([`044095b`](https://togithub.com/wbkd/react-flow/commit/044095bd)) - fix(handle-calculation): dont rely on current viewport [#​2032](https://togithub.com/wbkd/react-flow/issues/2032) [#​2276](https://togithub.com/wbkd/react-flow/issues/2276) ([`30cd899`](https://togithub.com/wbkd/react-flow/commit/30cd8991)) #### Refactorings - refactor(setViewport): use existing x,y,zoom when passed partially [#​2276](https://togithub.com/wbkd/react-flow/issues/2276) ([`c0733e6`](https://togithub.com/wbkd/react-flow/commit/c0733e69)) - refactor(zoom/pan): don't interrupt with selection key closes [#​2244](https://togithub.com/wbkd/react-flow/issues/2244) ([`481420c`](https://togithub.com/wbkd/react-flow/commit/481420c9)) - refactor(connection-valid): handle source-source, target-target [#​2253](https://togithub.com/wbkd/react-flow/issues/2253) ([`8d530c1`](https://togithub.com/wbkd/react-flow/commit/8d530c19))

Configuration

📅 Schedule: Branch creation - "every month" (UTC), 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 has been generated by Mend Renovate. View repository job log here.