-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: update dependency mermaid to v10 #95
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/mermaid-10.x
branch
from
March 7, 2023 02:39
2862e40
to
720b30d
Compare
renovate
bot
force-pushed
the
renovate/mermaid-10.x
branch
from
March 18, 2023 13:42
720b30d
to
b4d63e5
Compare
renovate
bot
force-pushed
the
renovate/mermaid-10.x
branch
from
April 9, 2023 08:20
b4d63e5
to
1d549dd
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
…into renovate/mermaid-10.x
github-actions bot
pushed a commit
that referenced
this pull request
Apr 18, 2024
# [6.0.0](v5.0.1...v6.0.0) (2024-04-18) ### Bug Fixes * update dependency mermaid to v10 ([#95](#95)) ([913232d](913232d)) ### BREAKING CHANGES * update dependency mermaid to v10
🎉 This PR is included in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^8.8.3
->^10.0.0
Release Notes
mermaid-js/mermaid
v10.0.2
: 10.0.2Compare Source
Release Notes
Bugfixes
v10.0.1
: 10.0.1Compare Source
Release Notes
Features
Bugfixes
Documentation
Chores
moment-mini
/moment
date library withdayjs
(#4153) @aloisklink🎉 Thanks to all contributors helping with this release! 🎉
New Contributors
Full Changelog: mermaid-js/mermaid@v10.0.0...v10.0.1
v10.0.0
Compare Source
Mermaid is ESM only!
We've dropped CJS support. So, you will have to update your import scripts as follows.
You can keep using v9 by adding the
@9
in the CDN URL.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.3
Compare Source
Full Changelog: mermaid-js/mermaid@v9.4.2...v9.4.3
Fixes imports for dayjs and cytoscape.
v9.4.2
Compare Source
What's Changed
New Contributors
Full Changelog: mermaid-js/mermaid@v9.4.0...v9.4.2
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