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.58 #154

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

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vuepress/utils's changelog.

2.0.0-beta.58 (2022-12-10)

Bug Fixes

  • bundler-webpack: avoid duplicated style preload (e484a55)
  • bundler-webpack: fix module identifier matching (9d8d645)
  • bundler-webpack: partially fix ssr dependencies issue (83e7b6c)

2.0.0-beta.57 (2022-12-09)

Bug Fixes

Build System

  • bump to vite 4 and rollup 3 (5fac2e6)

Code Refactoring

Features

  • client: add __VUEPRESS_BASE__ constant (fe047fe)

BREAKING CHANGES

  • bump to vite 4 and rollup 3
  • excerpt has been removed from page object and page data

2.0.0-beta.56 (2022-12-09)

Reverts

... (truncated)

Commits
  • 619fc12 build: publish v2.0.0-beta.58
  • 9d8d645 fix(bundler-webpack): fix module identifier matching
  • 4fa5c4c chore(bundler-vite): tweak link tag
  • e484a55 fix(bundler-webpack): avoid duplicated style preload
  • 21e1f91 refactor(client): provide layouts with injection (close #1189)
  • 83e7b6c fix(bundler-webpack): partially fix ssr dependencies issue
  • b4afa32 docs: update changelog
  • 8e66906 build: publish v2.0.0-beta.57
  • 7d156d7 fix(theme-default): fix code block misalignment (close #901) (#1185)
  • 5fac2e6 build: bump to vite 4 and rollup 3
  • 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 #156.