mermaid-cli icon indicating copy to clipboard operation
mermaid-cli copied to clipboard

build(deps-dev): bump mermaid from 9.1.6 to 9.1.7

Open dependabot[bot] opened this issue 2 years ago • 1 comments

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

Dependencies Updates

🎉 Thanks to all contributors helping with this release! 🎉

Commits
  • 0c04681 Release 9.1.7
  • 50da58a Fix for broken rendering test
  • 0f56c9a Fix for issue #3428, load the configured diagrams even when initialize has no...
  • e5212c2 Merge pull request #3398 from mermaid-js/3395_fix_error_handling
  • 5584fef #3395 Renabling the error graph which is rendered on error
  • 98f37d6 #3395 Fix for lopp stopping at first failure
  • f4a99fc 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 compatibility score

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)

dependabot[bot] avatar Sep 19 '22 07:09 dependabot[bot]

I have contacted mermaid project to help us to look into the problem. CC: @aloisklink

MindaugasLaganeckas avatar Sep 20 '22 10:09 MindaugasLaganeckas

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!

aloisklink avatar Oct 02 '22 05:10 aloisklink

@dependabot rebase

MindaugasLaganeckas avatar Oct 02 '22 10:10 MindaugasLaganeckas