vuepress-plugin-mermaidjs
vuepress-plugin-mermaidjs copied to clipboard
build(deps): bump mermaid from 8.14.0 to 10.0.2
Bumps mermaid from 8.14.0 to 10.0.2.
Release notes
Sourced from mermaid's releases.
10.0.2
Release Notes
Bugfixes
- fix: dayjs import extension
@sidharthv96v10.0.0
What's Changed
Please refer the v10 changes section in CHANGELOG.md to see detailed migration steps.
Mermaid is ESM only!
We've dropped CJS support. So, you will have to update your import scripts as follows.
<script type="module"> import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs'; mermaid.initialize({ startOnLoad: true }); </script>You can keep using v9 by adding the
@9in the CDN URL.- <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.js"></script> + <script src="https://cdn.jsdelivr.net/npm/mermaid@9/dist/mermaid.js"></script>Breaking changes in v10
- Switch to ESM only for v10? by
@sidharthv96#3590- Break type of mermaid.render in v10 by
@sidharthv96#3577- Improve init function and how selector and nodes are passed by
@sidharthv96#3394- mermaid.init is not using the config that's passed by
@sidharthv96#3406- Configurable HTML class for initialisation by
@sidharthv96#3055Features
- fix(api): tree shaking package.json import by
@AielloChanin mermaid-js/mermaid#4101- splitDiagrams by
@sidharthv96in mermaid-js/mermaid#4110- Adding the ability to use invisible edges by
@knsvin mermaid-js/mermaid#4113Docs
- Add logo to readme by
@sidharthv96in mermaid-js/mermaid#4076- docs: minor fix on markdown by
@Jeff-Tianin mermaid-js/mermaid#4015- Fix typos by
@fkohrtin mermaid-js/mermaid#4118Chores
... (truncated)
Commits
20298d2v10.0.26f3077cfix: dayjs import extension4a9d96aSetting version to 10.0.14275aa6Merge pull request #4169 from mermaid-js/4168_elk_diamon_subgrapha65fb3b#4168 Adding the correct offset for the edgesc0dba71Updated import of cytoscape for consistent behavior807e1f3Use cytoscape esm65f5f9dRevert "chore: Defer elk loading"b8b8c47Revert "Split cytoscape"f8f7d94fix: Class with members and styles- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)