mermaid-js / mermaid-cli

Command line tool for the Mermaid library
MIT License
2.52k stars 238 forks source link

build(deps-dev): bump @zenuml/core from 3.17.4 to 3.24.5 #742

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 months ago

Bumps @zenuml/core from 3.17.4 to 3.24.5.

Commits
  • 0f92354 Merge pull request #185 from mermaid-js/fix/detector-height
  • 3883435 fix: remove logs
  • b55a927 fix: scroll detector height
  • 18f1b4d Merge pull request #184 from mermaid-js/fix/format-text-for-critical-section-tcf
  • 49acecb Format thext for Critical, Section and TCF.
  • e7ef839 Add Docker support for running the application (#181)
  • 3d8c39d Fix/style-panel-disappears (#179)
  • 6dd4ec6 Merge pull request #177 from mermaid-js/fix/#166-clear-warning-during-unit-test
  • 9aba777 Revert "chore: Update vitest dependency to version 2.0.3"
  • 92fcba5 chore: Update vitest dependency to version 2.0.3
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mermaid-js/mermaid-cli/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

MindaugasLaganeckas commented 2 months ago

@dependabot recreate

aloisklink commented 2 months ago

I think Vite v4: https://github.com/mermaid-js/mermaid-cli/blob/d5b3c6281cff9221ed0870438758909816a015e7/package.json#L49 or https://github.com/mermaid-js/mermaid-cli/blob/d5b3c6281cff9221ed0870438758909816a015e7/package.json#L50 might be struggling to compile this new version of @zenuml/core properly.

Maybe upgrading to Vite v5 and vite-plugin-singlefile might help?

I'd imagine it would take a bit of work though, so I think it can wait a bit. I can always fix it in the next release, once I have a bit more time!

aloisklink commented 2 weeks ago

By the way, this should probably be fixed once https://github.com/mermaid-js/mermaid-cli/pull/766 is merged (although we might need to do a @dependabot rebase).

MindaugasLaganeckas commented 1 week ago

@dependabot rebase

dependabot[bot] commented 1 week ago

Superseded by #787.