Skip to content

Update mermaid to 9.3.0

Ghost User requested to merge (removed):ph/update-mermaid into master

What does this MR do and why?

Update mermaid to 9.3.0 to bring in some features and bug fixes.

Reason for not going to 9.4.x is that it doesn't build as is, but requires more work.

Screenshots or screen recordings

How to set up and validate locally

  1. Open Web IDE editor

  2. Add mermaid graph, for example:

gitGraph
   commit
   commit
   branch feature
   checkout feature
   commit id: "commit"
   commit
   checkout main
   commit
   commit
   cherry-pick id: "commit" tag: "v1.0.0"
  1. Check preview that graph is rendered correctly

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports