Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump vuepress-plugin-seo2 from 2.0.0-beta.209 to 2.0.0-beta.244 in /docs #933

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps vuepress-plugin-seo2 from 2.0.0-beta.209 to 2.0.0-beta.244.

Release notes

Sourced from vuepress-plugin-seo2's releases.

v2.0.0-beta.243

Features

  • auto-catalog: remove indexType prop, close #3537 (add17d9)
  • md-enhance: update reveal style (3979c84)
  • md-enhance: use reveal.js v5 (31538f4)

Bug Fixes

  • create: fix template (814c083)
  • deps: update dependency three to v0.158.0 (#3581) (a25764f)
  • md-enhance: fix playground rule (0d1f200)
  • md-enhance: fix tasklist on firefox, close #3259 (2c5943c)
  • theme: fix encrypt page feed (7288e0e)
  • theme: fix icon style (76d19b0)

v2.0.0-beta.242

Bug Fixes

  • fix broken main and type field (a890e64)

v2.0.0-beta.241

Features

  • comment2: make comment pkg optional (f590ea0)
  • components: improve VidStack (5a136a0)
  • components: make some deps optional (aa14ccf)
  • components: update video player (d09ab0e)
  • md-enhance: support xychart (4a8a94c)

Bug Fixes

  • md-enhance: ensure deps are optional (9d33f6b)
  • md-enhance: fix mermaid theme (4436295)

Performance Improvements

  • update watch and computed (a573a8e)

v2.0.0-beta.240

⚠Breaking Changes

  • Now a lot of deps are optional, and you should manually install them if you want to use related features.

Features

... (truncated)

Changelog

Sourced from vuepress-plugin-seo2's changelog.

2.0.0-beta.244 (2023-11-01)

Features

  • components: add optional pkg check (6ac0015)

Bug Fixes

  • md-enhance: fix mathjax hint (1bdeee1)
  • theme: ensure line number align (13e40c4)
  • theme: fix img icon align (4ae8465)

2.0.0-beta.243 (2023-10-31)

Features

  • auto-catalog: remove indexType prop, close #3537 (add17d9)
  • md-enhance: update reveal style (3979c84)
  • md-enhance: use reveal.js v5 (31538f4)

Bug Fixes

  • create: fix template (814c083)
  • deps: update dependency three to v0.158.0 (#3581) (a25764f)
  • md-enhance: fix playground rule (0d1f200)
  • md-enhance: fix tasklist on firefox, close #3259 (2c5943c)
  • theme: fix encrypt page feed (7288e0e)
  • theme: fix icon style (76d19b0)

2.0.0-beta.242 (2023-10-26)

Bug Fixes

  • fix broken main and type field (a890e64)

2.0.0-beta.241 (2023-10-26)

Features

  • comment2: make comment pkg optional (f590ea0)
  • components: improve VidStack (5a136a0)
  • components: make some deps optional (aa14ccf)
  • components: update video player (d09ab0e)
  • md-enhance: support xychart (4a8a94c)

Bug Fixes

  • md-enhance: ensure deps are optional (9d33f6b)
  • md-enhance: fix mermaid theme (4436295)

... (truncated)

Commits
  • 6cd063f chore(release): publish v2.0.0-beta.244
  • e8d8d6a chore(release): publish v2.0.0-beta.243
  • e3f92ad chore(release): publish v2.0.0-beta.242
  • a890e64 fix: fix broken main and type field
  • 27569ac chore(release): publish v2.0.0-beta.241
  • acd0890 chore(release): publish v2.0.0-beta.240
  • 6fc1956 chore: add main and types field back to support cjs workspace
  • 0339bef chore(release): publish v2.0.0-beta.239
  • a179757 feat: drop node16
  • 74f175d chore(release): publish v2.0.0-beta.238
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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-plugin-seo2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/seo2) from 2.0.0-beta.209 to 2.0.0-beta.244.
- [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.244/packages/seo2)

---
updated-dependencies:
- dependency-name: vuepress-plugin-seo2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2023
@github-actions github-actions bot enabled auto-merge (squash) November 1, 2023 12:58
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

Superseded by #935.

@dependabot dependabot bot closed this Nov 3, 2023
auto-merge was automatically disabled November 3, 2023 12:07

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/vuepress-plugin-seo2-2.0.0-beta.244 branch November 3, 2023 12:07
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants