fix(deps): update dependency mermaid to v10 #329
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.1.7
->^10.0.0
Release Notes
mermaid-js/mermaid
v10.0.0
Compare Source
mermaid.render is async and doesn't accept callbacks
mermaid.parse is async and ParseError is removed
Init deprecated and InitThrowsErrors removed
The config passed to
init
was not being used eariler.It will now be used.
The
init
function is deprecated and will be removed in the next major release.init currently works as a wrapper to
initialize
andrun
.// TODO: Populate changelog pre v10
defaultConfig
instead of current config. Usereset
instead.v9.4.0
Compare Source
What's Changed
Features
Breaking changes
Documentation
primaryBorderColor
field by @LiHowe in https://github.com/mermaid-js/mermaid/pull/3986Bug Fixes
Chores
pnpm run lint
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4035eslint
in pre-commit script (makesgit commit
5x faster) by @aloisklink in https://github.com/mermaid-js/mermaid/pull/4057New Contributors
Full Changelog: mermaid-js/mermaid@v9.3.0...v9.4.0
v9.3.0
Compare Source
Significant Changes
dagre-d3
withdagre-es
Release Notes
type
from package.json (#3802) @sidharthv96dagre
/dagre-d3
withdagre-d3-es
(#3809) @aloisklinkgithub-dark
to highlight fence blocks in vitepress docs (#3807) @aloisklinkgraphlib
(#3861) @aloisklink🎉 Thanks to all contributors helping with this release! 🎉
What's Changed
docs:build
by @arpansaha13 in https://github.com/mermaid-js/mermaid/pull/3605parseError
function more type-safe by @Some-Dood in https://github.com/mermaid-js/mermaid/pull/3643eslint-plugin-tsdoc
for TypeScript files instead ofeslint-plugin-jsdoc
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3708type
from package.json by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3802github-dark
to highlight fence blocks in vitepress docs by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3807dagre
/dagre-d3
withdagre-d3-es
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3809graphlib
by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3861New Contributors
Full Changelog: mermaid-js/mermaid@v9.2.2...v9.3.0
v9.2.2
: 9.2.2Compare Source
What's Changed
mermaid.render
types by @aloisklink in https://github.com/mermaid-js/mermaid/pull/3768Full Changelog: mermaid-js/mermaid@v9.2.1...v9.2.2
v9.2.1
: 9.2.1Compare Source
What's Changed
New Contributors
Full Changelog: mermaid-js/mermaid@v9.2.0...v9.2.1
v9.2.0
: 9.2.0Compare Source
What's Changed
Features
mermaid-example
in docs. by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3401Fixes
div
withpre
and format by @sidharthv96 in https://github.com/mermaid-js/mermaid/pull/3408Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.