Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

chore(deps): bump reactflow from 11.4.2 to 11.5.1 #1177

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2023

Bumps reactflow from 11.4.2 to 11.5.1.

Changelog

Sourced from reactflow's changelog.

11.5.1

Minor Changes

  • use latest node-toolbar package to prevent dependency issues

11.5.0

Lot's of improvements are coming with this release!

  • Connecting radius: No need to drop a connection line on top of handle anymore. You only need to be close to the handle. That radius can be configured with the connectionRadius prop.
  • Auto pan: When you drag a node, a selection or the connection line to the border of the pane, it will pan into that direction. That makes it easier to connect far away nodes for example. If you don't like it you can set autoPnaOnNodeDrag and autoPanOnConnect to false.
  • Touch devices: It's finally possibleto connect nodes with the connection line on touch devices. In combination with the new auto pan and connection radius the overall UX is way better.
  • Errors: We added an onError prop to get notified when an error like "couldn't find source handle" happens. This is useful if you want to log errors for example.
  • Node type: We added a second param to the generic Node type. You can not only pass NodeData but also the type as a second param:
type MyCustomNode = Node<MyCustomNodeData, 'custom-node-type'>

This makes it easier to work with different custom nodes and data types.

Minor Changes

  • #2754 e96309b6 - Add auto pan for connecting and node dragging and connectionRadius
  • #2773 - Add onError prop to get notified when an error happens

Patch Changes

Commits

Dependabot compatibility score

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 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [reactflow](https://github.com/wbkd/react-flow/tree/HEAD/packages/reactflow) from 11.4.2 to 11.5.1.
- [Release notes](https://github.com/wbkd/react-flow/releases)
- [Changelog](https://github.com/wbkd/react-flow/blob/main/packages/reactflow/CHANGELOG.md)
- [Commits](https://github.com/wbkd/react-flow/commits/[email protected]/packages/reactflow)

---
updated-dependencies:
- dependency-name: reactflow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team January 27, 2023 07:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jan 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Jan 27, 2023

Codecov Report

Merging #1177 (9410718) into main (db0bc5a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1177   +/-   ##
=======================================
  Coverage   48.47%   48.47%           
=======================================
  Files          51       51           
  Lines        1638     1638           
  Branches      371      371           
=======================================
  Hits          794      794           
  Misses        799      799           
  Partials       45       45           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mmelko mmelko merged commit b22fb7a into main Jan 27, 2023
@mmelko mmelko deleted the dependabot/npm_and_yarn/reactflow-11.5.1 branch January 27, 2023 08:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant