Skip to content

chore(deps): update dependency graphviz to v14

This MR contains the following updates:

Package Type Update Change
graphviz (source) feature-doc major >=13.1.0,<14 -> >=14.0.4,<15

Release Notes

graphviz/graphviz (graphviz)

v14.0.4

Compare Source

Changed
  • Internal timing operations now use clock() on all platforms (previously this was only used on Windows). This should result in more accurate timing in verbose informational messages.
  • Building Graphviz with expat < 2.2.8 is no longer supported on MinGW.
Fixed
  • diffimg now notices failures when calling Ghostscript to convert PS images to PNG and exits instead of continuing.
  • dtstat no longer reads/writes out of bounds memory on platforms where sizeof(int) < sizeof(size_t). This was a regression in Graphviz 7.0.1.
  • Some incorrect variable types in the libcdt man page have been corrected.
  • gvgen no longer triggers Undefined Behavior when asked to generate a binary tree with depth ≥ 32 (e.g. gvgen -t32).
  • gvgen no longer triggers Undefined Behavior when asked to generate a hypercube with depth ≥ 32 (e.g. gvgen -h32).
  • A null pointer dereference in edge pair analysis within the circo algorithm has been fixed.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading