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.53 #144

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

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vuepress/utils's changelog.

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)
  • 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

... (truncated)

Commits
  • d8b7242 build: publish v2.0.0-beta.53
  • d1ddfab build: bump dependencies
  • 65e3048 docs: fix typo in external link icon plugin docs (#1141)
  • bcc2208 feat(cli): print help messages if no matching command
  • 01975a1 revert: feat(bundler-vite): improve chunk splitting (#1101) (close #1140)
  • 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)
  • 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 #152.