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.52 #143

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.52

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vuepress/utils's changelog.

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)
  • plugin-search: fix mutiple search icon on iPad (close #1004) (#1106) (b5df79d)
  • plugin-search: unify breakpoint with default theme (#1091) (a1773d9)
  • theme-default: improve responsive layout (#1102) (c63bd4a)

Features

  • add type attribute for prefetch link tags (#1095) (cd3b569)
  • bundler-vite: auto load postcss plugins from postcss config files (#1088) (0f49c47)
  • bundler-vite: improve chunk splitting (#1101) (00b8366)
  • bundler-vite: set esbuild output charset to utf-8 (close #1129) (#1133) (10dd348)
  • client: improve default page head title resolver (#1078) (2d6343e)
  • markdown: set extension of code fences in data-ext attribute (#1132) (f1947f4)
  • plugin-google-analytics: add debug option (#1001) (0f46ac7)
  • plugin-shiki: bump shiki to 0.11 (#1111) (06e3f55)
  • theme-default: add heroHeight frontmatter for home page (81398d5)

Performance Improvements

BREAKING CHANGES

  • markdown: the ext-xxx class name of code fences has been removed

2.0.0-beta.51 (2022-08-28)

Bug Fixes

  • bundler-vite: do not change output entry of client bundle (close #1043) (b3565cb)
  • bundler-webpack: add extensionAlias config (697e7ae)
  • core: resolve app version correctly (2a93513)

Features

... (truncated)

Commits
  • f39425f build: publish v2.0.0-beta.52
  • 4b21b26 build: bump dependencies
  • 7b2e3fa fix(plugin-search): avoid triggering hotkey while typing (#1125)
  • 00b8366 feat(bundler-vite): improve chunk splitting (#1101)
  • 0f49c47 feat(bundler-vite): auto load postcss plugins from postcss config files (#1088)
  • f1947f4 feat(markdown): set extension of code fences in data-ext attribute (#1132)
  • 10dd348 feat(bundler-vite): set esbuild output charset to utf-8 (close #1129) (#1133)
  • ed8e9e6 perf: avoid bundling hmr code to production (#1134)
  • 65d637f docs: fix typo in node api reference (#1139)
  • 4285cf8 fix(bundler-vite): exclude user-config plugin from optimizeDeps (#1135)
  • 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 #144.