Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps vuepress-theme-hope from 2.0.0-beta.106 to 2.0.0-beta.189.

Release notes

Sourced from vuepress-theme-hope's releases.

v2.0.0-beta.189

Highlights 🎉

You can now use vuepress-theme-hope/perf to shorten devServer start up time, it could be 3x times faster.

Just replace the following line:

- import { hopeTheme } from "vuepress-theme-hope";
+ import { hopeTheme } from "vuepress-theme-hope/perf";

Limitations:

  1. Performance mode does not support alias, if you need any customization with alias to override components, you should not switch to performance mode.
  2. Extra checking about options, frontmatter and version is disabled by default
  3. Old version compatibility is disabled by default.

To enable 2 and 3 in performance mode, add true as second argument with hopeTheme (extra check and backward compatibility will slow down startup spped):

- hopeTheme(/* your options */) 
+ hopeTheme(/* your options */, true) 

Bug Fixes

v2.0.0-beta.188

Features

Bug Fixes

v2.0.0-beta.187

Features

Bug Fixes

... (truncated)

Changelog

Sourced from vuepress-theme-hope's changelog.

2.0.0-beta.189 (2023-03-05)

Bug Fixes

2.0.0-beta.188 (2023-03-05)

Features

Bug Fixes

2.0.0-beta.187 (2023-03-04)

Features

Bug Fixes

  • create: try not thrown on windows dist root (7ac7bf8)
  • deps: update dependency mermaid to v10.0.2 (#2866) (a425be2)
  • md-enhance: fix arrows with nesting details (2f1743b)
  • search-pro: fix scroll issue, close #2859 (e0cea97)
  • theme: fix sidebar with non-unicode characters, close #2857 (aa7ad44)

2.0.0-beta.186 (2023-03-02)

Bug Fixes

2.0.0-beta.185 (2023-02-28)

Features

Bug Fixes

... (truncated)

Commits
  • bea70ef chore(release): publish v2.0.0-beta.189
  • ac54f20 fix(theme): fix typos when adding perf, close #2874
  • 398040a chore(release): publish v2.0.0-beta.188
  • cb7f81c feat(theme): add performance mode (#2871)
  • c1faed4 chore(comment2): add pageview export
  • d25259d fix(theme): fix sidebar display on tablet
  • b1fc1b0 chore(release): publish v2.0.0-beta.187
  • a7a284f feat: add Dutch language support (#2852)
  • aa7ad44 fix(theme): fix sidebar with non-unicode characters, close #2857
  • dcf34a2 fix:img no-view (#2868)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mister-hope, a new releaser for vuepress-theme-hope since your current version.


Dependabot compatibility score

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)

Bumps [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme) from 2.0.0-beta.106 to 2.0.0-beta.189.
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-beta.189/packages/theme)

---
updated-dependencies:
- dependency-name: vuepress-theme-hope
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant