Update mermaid to version 11.0.0.0+
## Release notes
GitLab now uses [Mermaid version 11](https://docs.gitlab.com/user/markdown/#mermaid) for rendering diagrams in Markdown.
Previously, GitLab supported Mermaid version 10. With this upgrade, you get access to all the new diagram types, syntax improvements, and bug fixes introduced in Mermaid 11, including enhanced rendering for flowcharts, sequence diagrams, and more.
https://docs.gitlab.com/user/markdown/#mermaid
> **Note:** The source of truth for this release note has moved to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/236611. Edit the MR directly to make changes.
## Implementation guide
From [comment below](https://gitlab.com/gitlab-org/gitlab/-/issues/491514#note_2153507271):
> In that vein, should you want to submit a PR, you can take a look at https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143609+, which upgraded the support. Just at that level it's pretty simple, though maybe there is some additional testing we would want to do with a version major version jump. But in general, there shouldn't be much that needs to be changed in the code. :fingers_crossed:
issue