eFrane / vuepress-plugin-mermaidjs

Vuepress plugin for mermaid.js diagrams
https://vuepress-plugin-mermaidjs.efrane.com
73 stars 21 forks source link

build(deps-dev): update @vuepress/utils requirement from ^2.0.0-beta.35 to ^2.0.0-beta.54 #152

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on @vuepress/utils to permit the latest version.

Release notes

Sourced from @​vuepress/utils's releases.

v2.0.0-beta.54

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vuepress/utils's changelog.

2.0.0-beta.54 (2022-12-08)

Bug Fixes

  • bundler-vite: make user config have the highest priority (#1092) (91cc59e)
  • client: allow double quotes in head tag (close #1174) (#1176) (69956c0)
  • client: async load client configs to avoid circular deps (close #1154) (b0a7a0e)
  • markdown: support single quotes in img tag (close #937) (#1104) (7dae33a)

Features

BREAKING CHANGES

  • utils: @vuepress/utils no longer exports chalk, use colors instead

2.0.0-beta.53 (2022-10-24)

Features

  • cli: print help messages if no matching command (bcc2208)

Reverts

2.0.0-beta.52 (2022-10-21)

Bug Fixes

  • bundler-vite: exclude user-config plugin from optimizeDeps (#1135) (4285cf8)
  • bundler-vite: test page component files correctly (close #1056) (bcf6033)
  • cli: import envinfo correctly (close #1059) (4476404)
  • plugin-search: avoid triggering hotkey while typing (#1125) (7b2e3fa)

... (truncated)

Commits
  • 86cc157 build: publish v2.0.0-beta.54
  • e7b24dd docs: use pnpm as the recommended package manager (#929)
  • b4e9ca6 feat(bundler-vite): improve chunk splitting (#1170)
  • 48ab95c feat(theme-default): collapsible nested item in sidebar (close #883) (#1158)
  • b0a7a0e fix(client): async load client configs to avoid circular deps (close #1154)
  • ed50eda build: clean temp in docs scripts
  • 0800a07 feat: improve print style (#1181)
  • 7dae33a fix(markdown): support single quotes in img tag (close #937) (#1104)
  • 69956c0 fix(client): allow double quotes in head tag (close #1174) (#1176)
  • d93b682 feat: improve page path and vite chunk name (#1100)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #154.