Skip to content

Conversation

@sidharthv96
Copy link
Member

📑 Summary

Brief description about the content of your PR.

Resolves #

📏 Design Decisions

Describe the way your implementation works or what design decisions you made if applicable.

📋 Tasks

Make sure you

  • 📖 have read the contribution guidelines
  • 💻 have added necessary unit/e2e tests.
  • 📓 have added documentation. Make sure MERMAID_RELEASE_VERSION is used for all new features.
  • 🦋 If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpm changeset and following the prompts. Changesets that add features should be minor and those that fix bugs should be patch. Please prefix changeset messages with feat:, fix:, or chore:.

@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2025

🦋 Changeset detected

Latest commit: 0b4e621

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
mermaid Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@netlify
Copy link

netlify bot commented Nov 4, 2025

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit 0b4e621
🔍 Latest deploy log https://app.netlify.com/projects/mermaid-js/deploys/690a467adcb21b00085e0346
😎 Deploy Preview https://deploy-preview-7130--mermaid-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 4, 2025

Open in StackBlitz

@mermaid-js/examples

npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/examples@7130

mermaid

npm i https://pkg.pr.new/mermaid-js/mermaid@7130

@mermaid-js/layout-elk

npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/layout-elk@7130

@mermaid-js/layout-tidy-tree

npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/layout-tidy-tree@7130

@mermaid-js/mermaid-zenuml

npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/mermaid-zenuml@7130

@mermaid-js/parser

npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/parser@7130

@mermaid-js/tiny

npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/tiny@7130

commit: 0b4e621

@codecov
Copy link

codecov bot commented Nov 4, 2025

Codecov Report

❌ Patch coverage is 0% with 47 lines in your changes missing coverage. Please review.
✅ Project coverage is 3.54%. Comparing base (6546aed) to head (0b4e621).
⚠️ Report is 13 commits behind head on develop.

Files with missing lines Patch % Lines
packages/mermaid/src/mermaidAPI.ts 0.00% 22 Missing ⚠️
packages/mermaid/src/diagrams/pie/pieRenderer.ts 0.00% 9 Missing ⚠️
packages/mermaid/src/Diagram.ts 0.00% 4 Missing ⚠️
packages/mermaid/src/diagrams/er/erDiagram.ts 0.00% 4 Missing ⚠️
...ackages/mermaid/src/diagrams/class/classDiagram.ts 0.00% 2 Missing ⚠️
...ages/mermaid/src/diagrams/flowchart/flowDiagram.ts 0.00% 2 Missing ⚠️
...aid/src/diagrams/requirement/requirementDiagram.ts 0.00% 2 Missing ⚠️
...ages/mermaid/src/diagrams/state/stateDiagram-v2.ts 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #7130      +/-   ##
==========================================
- Coverage     3.55%   3.54%   -0.01%     
==========================================
  Files          474     474              
  Lines        47509   47543      +34     
  Branches       730     730              
==========================================
  Hits          1687    1687              
- Misses       45822   45856      +34     
Flag Coverage Δ
unit 3.54% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/mermaid/src/diagram-api/types.ts 100.00% <ø> (ø)
...ackages/mermaid/src/diagrams/class/classDiagram.ts 5.00% <0.00%> (-0.56%) ⬇️
...ages/mermaid/src/diagrams/flowchart/flowDiagram.ts 4.00% <0.00%> (-0.35%) ⬇️
...aid/src/diagrams/requirement/requirementDiagram.ts 7.14% <0.00%> (-1.20%) ⬇️
...ages/mermaid/src/diagrams/state/stateDiagram-v2.ts 5.00% <0.00%> (-0.56%) ⬇️
packages/mermaid/src/Diagram.ts 0.00% <0.00%> (ø)
packages/mermaid/src/diagrams/er/erDiagram.ts 7.14% <0.00%> (-1.20%) ⬇️
packages/mermaid/src/diagrams/pie/pieRenderer.ts 0.70% <0.00%> (-0.02%) ⬇️
packages/mermaid/src/mermaidAPI.ts 0.28% <0.00%> (-0.02%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

* develop: (50 commits)
  chore: forbid use of `viewbox` in code
  chore: Add missing clean scripts
  chore: Remove NPM_TOKEN from release workflow
  [autofix.ci] apply automated fixes
  chore: Add speccharts to cspell
  Refactor GitHub Actions workflow for lockfile validation
  feat: Allow validation workflow to run on forks
  fix: Prevent duplicate comments by validation workflow
  chore: Cleanup lockfile
  Add speccharts to `integrations-community.md`
  Version Packages
  Update .changeset/slick-wasps-bathe.md
  fix: update dagre-d3-es to version 7.0.13
  fix: style broken caused by a mistake in merge 3f46c94
  fix: update ClassDB and ClassTypes for improved type safety and consistency
  fix: add validation to ensure correct casing of 'viewBox' in all rendering tests
  chore: added changeset
  fix: correct viewBox casing in radar and packet diagram
  Fix class diagram example
  fix: failing argos on-behalf-of: @Mermaid-Chart <[email protected]>
  ...
@argos-ci
Copy link

argos-ci bot commented Nov 4, 2025

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 1 added Nov 4, 2025, 6:42 PM

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.

2 participants