Mermaid-cli

Latest version: v0.1.2

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 12

10.2.4

Changes
- test: update flowchart3 test case aloisklink (549)

🐛 Bug Fixes

- Hide "Puppeteer old Headless deprecation warning" aloisklink (555)

📦 Dependency updates

- build(deps-dev): bump tsconfig/node14 from 1.0.3 to 14.1.0 dependabot (558)
- build(deps): bump release-drafter/release-drafter from 5.23.0 to 5.24.0 dependabot (561)
- build(deps): bump chalk from 5.2.0 to 5.3.0 dependabot (560)
- build(deps-dev): bump mermaid from 10.2.3 to 10.2.4 dependabot (559)
- build(deps-dev): bump typescript from 5.1.3 to 5.1.6 dependabot (557)
- build(deps-dev): bump mermaid from 10.2.2 to 10.2.3 dependabot (550)

10.2.2

Changes
🐛 Bug Fixes

- Use `mermaid.render()` instead of `mermaid.run()` API to avoid removing whitespace from diagrams aloisklink (536)
- build: remove dependency on mermaid-mindmap pkg aloisklink (535)

🧰 Maintenance

- Simplify the `getInputData()` function aloisklink (545)

📦 Dependency updates

- build(deps-dev): bump standard from 17.0.0 to 17.1.0 dependabot (548)
- build(deps-dev): bump typescript from 5.0.4 to 5.1.3 dependabot (547)
- build(deps-dev): bump mermaid from 10.2.0 to 10.2.2 dependabot (546)
- build(deps-dev): bump mermaid from 10.1.0 to 10.2.0 dependabot (541)
- build(deps-dev): bump vite from 4.3.8 to 4.3.9 dependabot (542)
- build(deps-dev): bump vite from 4.3.5 to 4.3.8 dependabot (540)
- build(deps-dev): bump vite from 4.3.3 to 4.3.5 dependabot (538)
- build: remove dependency on mermaid-mindmap pkg aloisklink (535)
- build(deps): bump puppeteer from 19.10.1 to 19.11.1 dependabot (534)
- build(deps-dev): bump vite from 4.3.1 to 4.3.3 dependabot (533)
- build(deps-dev): bump vite from 4.2.1 to 4.3.1 dependabot (531)
- build(deps): bump puppeteer from 19.9.0 to 19.10.1 dependabot (530)
- build(deps): bump commander from 10.0.0 to 10.0.1 dependabot (528)
- build(deps): bump puppeteer from 19.8.5 to 19.9.0 dependabot (527)

10.1.0

Changes
- Update documentation for `--pdfFit` to accurately reflect it as a boolean lucasmbrown-usds (515)

🐛 Bug Fixes

- Correct a typo in the "no input file" warning felixonmars (518)

🧰 Maintenance

- test: increase jest test timeout to 60s aloisklink (517)
- ci(compile-mermaid): bump timeout to 90 minutes aloisklink (516)
- build(deps-dev): switch to fontawesome v5 aloisklink (512)

📦 Dependency updates

- build(deps-dev): bump mermaid from 10.0.2 to 10.1.0 dependabot (523)
- build(deps): bump puppeteer from 19.8.2 to 19.8.5 dependabot (524)
- build(deps-dev): bump typescript from 5.0.3 to 5.0.4 dependabot (525)
- build(deps): bump actions/github-script from 6.4.0 to 6.4.1 dependabot (526)
- build(deps): bump puppeteer from 19.8.0 to 19.8.2 dependabot (522)
- build(deps-dev): bump typescript from 5.0.2 to 5.0.3 dependabot (520)
- build(deps-dev): bump vite-plugin-singlefile from 0.13.3 to 0.13.5 dependabot (519)
- build(deps): bump puppeteer from 19.7.5 to 19.8.0 dependabot (514)
- build(deps-dev): bump vite from 4.2.0 to 4.2.1 dependabot (513)
- build(deps-dev): switch to fontawesome v5 aloisklink (512)
- build(deps-dev): bump vite from 4.1.4 to 4.2.0 dependabot (511)
- build(deps): bump puppeteer from 19.7.4 to 19.7.5 dependabot (510)
- build(deps-dev): bump typescript from 5.0.1-rc to 5.0.2 dependabot (509)
- build(deps): bump d3-color from 3.0.1 to 3.1.0 dependabot (507)
- build(deps): bump gittools/actions from 0.9.15 to 0.10.2 dependabot (506)
- build(deps): bump puppeteer from 19.7.2 to 19.7.4 dependabot (504)
- build(deps-dev): bump jest from 29.4.3 to 29.5.0 dependabot (505)

10.0.2

Changes
🚀 Features

- Add TypeScript types, taken from JSDoc comments aloisklink (498)

🐛 Bug Fixes

- Support trailing spaces after 'mermaid' aloisklink (488)

🧰 Maintenance

- Add a basic test for timeline diagrams aloisklink (499)

📦 Dependency updates

- build(deps-dev): bump mermaid from 10.0.0 to 10.0.2 dependabot (501)
- build(deps): bump fregante/setup-git-user from 1 to 2 dependabot (502)
- build(deps): bump braintree/sanitize-url from 6.0.0 to 6.0.2 dependabot (500)

10.0.0

Changes
📦 Dependency updates

- build(deps-dev): bump mermaid from 9.4.0 to 10.0.0 dependabot (494)
- build(deps): bump puppeteer from 19.7.1 to 19.7.2 dependabot (495)
- build(deps): bump release-drafter/release-drafter from 5.22.0 to 5.23.0 dependabot (496)
- build(deps-dev): bump vite from 4.1.2 to 4.1.4 dependabot (497)

9.4.0

Changes
- docs: fix broken animated flowchart aloisklink (481)
- Change docker workdir daamien (472)
- FIX 435: Use absolute path for the entrypoint daamien (469)

🚀 Features

- Support the `.markdown` file extension for markdown files aloisklink (483)

🐛 Bug Fixes

- Improve `stdin` input handling on (fixes Windows) aloisklink (482)

📦 Dependency updates

- build(deps-dev): bump mermaid from 9.3.0 to 9.4.0 dependabot (489)
- build(deps-dev): bump vite from 4.1.1 to 4.1.2 dependabot (490)
- build(deps): bump puppeteer from 19.6.3 to 19.7.1 dependabot (491)
- build(deps-dev): bump jest from 29.4.2 to 29.4.3 dependabot (492)
- build(deps-dev): bump vite-plugin-singlefile from 0.13.2 to 0.13.3 dependabot (485)
- build(deps-dev): bump jest from 29.4.1 to 29.4.2 dependabot (484)
- build(deps): bump puppeteer from 19.6.2 to 19.6.3 dependabot (480)
- build(deps): bump docker/build-push-action from 3 to 4 dependabot (479)
- build(deps-dev): bump vite from 4.0.4 to 4.1.1 dependabot (478)
- build(deps): bump actions/github-script from 6.3.3 to 6.4.0 dependabot (477)
- build(deps-dev): bump jest from 29.3.1 to 29.4.1 dependabot (476)
- build(deps): bump puppeteer from 19.5.2 to 19.6.2 dependabot (475)
- build(deps-dev): bump yarn-upgrade-all from 0.7.1 to 0.7.2 dependabot (464)
- build(deps): bump commander from 9.5.0 to 10.0.0 dependabot (465)
- build(deps): bump puppeteer from 19.4.1 to 19.5.2 dependabot (466)
- build(deps-dev): bump vite from 4.0.3 to 4.0.4 dependabot (459)
- build(deps): bump commander from 9.4.1 to 9.5.0 dependabot (460)
- build(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 dependabot (461)
- build(deps): bump release-drafter/release-drafter from 5.21.1 to 5.22.0 dependabot (462)
- build(deps): bump json5 from 1.0.1 to 1.0.2 dependabot (458)

Page 4 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.