Skip to content

main: update mermaid to 11.9.0 #8009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dafanasiev
Copy link

Describe the pull request

Update mermaid-js to 11.9.0 ( main branch) because old version cant render some mermaid diagrams with modern features (see Test plan below).

Possible fix issue: #7409

Checklist

  • I agree to follow the Code of Conduct by submitting this pull request.
  • I have read and acknowledge the Contributing guide.
  • I have added test cases to cover the new code or have provided the test plan.

Test plan

  1. Create repo with README.md:
This is mermaid diagram:

```mermaid
sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!

    box #ffffff
    participant Alice
    end
```

Did you see it?
  1. View repo in web ui
  2. You should see correct rendered sequence diagram like:
sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!

    box #ffffff
    participant Alice
    end
Loading

@dafanasiev dafanasiev requested a review from unknwon as a code owner July 24, 2025 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant