mermaid-cli
mermaid-cli copied to clipboard
build(deps-dev): bump mermaid from 9.1.6 to 9.1.7
Bumps mermaid from 9.1.6 to 9.1.7.
Release notes
Sourced from mermaid's releases.
9.1.7
Release Notes
Features & Bug Fixes
- 3238 gitgraph merge commits (#3379)
@ashishjain0512
- feat(git): allow custom merge commit ids (#3361)
@aloisklink
- 3056 chrome compatibility (#3380)
@ashishjain0512
- Fix gitGraph findLane function error (#3383)
@hughli-git
- Fix error handling in Mermaid bootstrap(#3395)
@knsv
- Load configured diagrams even when initialized has not been called (#3428)
@knsv
Dependencies Updates
- chore(deps-dev): bump webpack-dev-server from 4.10.0 to 4.10.1 (#3387)
@dependabot
- chore(deps-dev): bump terser-webpack-plugin from 5.3.4 to 5.3.5 (#3343)
@dependabot
- chore(deps-dev): bump terser-webpack-plugin from 5.3.5 to 5.3.6 (#3389)
@dependabot
- chore(deps-dev): bump
@commitlint/cli
from 17.0.3 to 17.1.1 (#3376)@dependabot
- chore(deps-dev): bump
@commitlint/cli
from 17.1.1 to 17.1.2 (#3390)@dependabot
🎉 Thanks to all contributors helping with this release! 🎉
Commits
0c04681
Release 9.1.750da58a
Fix for broken rendering test0f56c9a
Fix for issue #3428, load the configured diagrams even when initialize has no...e5212c2
Merge pull request #3398 from mermaid-js/3395_fix_error_handling5584fef
#3395 Renabling the error graph which is rendered on error98f37d6
#3395 Fix for lopp stopping at first failuref4a99fc
Merge pull request #3390 from mermaid-js/dependabot/npm_and_yarn/develop/comm...b00d569
Merge pull request #3389 from mermaid-js/dependabot/npm_and_yarn/develop/ters...1921623
Merge pull request #3387 from mermaid-js/dependabot/npm_and_yarn/develop/webp...3502fb4
Merge pull request #3383 from hughli-git/fix_git_stack_exceeded- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
I have contacted mermaid project to help us to look into the problem. CC: @aloisklink
I have contacted mermaid project to help us to look into the problem.
The CI problem seems to be caused by https://github.com/mermaid-js/mermaid/commit/2968b400c49f66983e6d206959504e72aa6ae0ef, and I think it can be fixed by creating the SVGs with the mermaid config useMaxWidth: false
, see PR #389.
After we merge that PR, we should rebase this PR and see if the CI passes!
@dependabot rebase