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
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
-
diffimgnow notices failures when calling Ghostscript to convert PS images to PNG and exits instead of continuing. -
dtstatno longer reads/writes out of bounds memory on platforms wheresizeof(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.
-
gvgenno longer triggers Undefined Behavior when asked to generate a binary tree with depth ≥ 32 (e.g.gvgen -t32). -
gvgenno 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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.