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/shared requirement from ^2.0.0-beta.35 to ^2.0.0-beta.51 #139

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from @​vuepress/shared's releases.

v2.0.0-beta.51

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vuepress/shared's changelog.

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

  • client: make args of defineClientConfig optional (e418e02)
  • support layouts option in client config (#1053) (a67a0bf)

Performance Improvements

  • reduce memory usage during rendering (ea0a2b2)

BREAKING CHANGES

  • theme API layouts has been removed, layouts should be set in client config instead of theme entry
  • 404 layout should be renamed to NotFound layout
  • node API app.layouts has been removed

2.0.0-beta.50 (2022-08-23)

Bug Fixes

  • cli: handle config file __dirname correctly (8171f4d)
  • plugin-active-header-links: keep query when updating hash (close #991) (0fdb021)
  • plugin-docsearch: handle navigation url correctly (close #1024) (b6ded16)
  • theme-default: fix initial open state of sidebar item (392297f)
  • workaround for vite hash issue (close #1008) (f8cdc9e)

Code Refactoring

  • markdown: bump sfc plugin to v0.9 (b0fc856)

Features

  • client: add devtools custom inspector (5568abe)
  • core: pass isServer flag to alias and define hooks (7862813)

... (truncated)

Commits
  • 0e06553 build: publish v2.0.0-beta.51
  • ea0a2b2 perf: reduce memory usage during rendering
  • 406fa67 chore: improve logging
  • 99aa8c2 docs: update client config usage
  • a67a0bf feat: support layouts option in client config (#1053)
  • 697e7ae fix(bundler-webpack): add extensionAlias config
  • 6e69a9d chore: remove jest types from tsconfig (#1049)
  • e418e02 feat(client): make args of defineClientConfig optional
  • b3565cb fix(bundler-vite): do not change output entry of client bundle (close #1043)
  • bdf2d15 docs: update migration guide for esm config file
  • 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 #142.