Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps vuepress-plugin-seo2 from 2.0.0-beta.209 to 2.0.0-rc.1.

Release notes

Sourced from vuepress-plugin-seo2's releases.

v2.0.0-rc.1

⚠ BREAKING CHANGES

  • md-enhance: container option is deprecated, use hint instead danger is renamed to caution to align GFM

Features

  • auto-catalog: add compact for indexType (1e6b2b3)
  • comment2: improve artalk update (cd9abf7)
  • components: improve a11y on backToTop button (dcfbe3f)
  • improve compact code (13a1479)
  • md-enhance: add kotlinPlayground option, close #3544 (1669d19)
  • md-enhance: add legacy support for card (195720d)
  • md-enhance: add markmap, close #3004 (7bc156f)
  • md-enhance: improve presentation compact (2cfeb64)
  • md-enhance: support alert (bac947b)
  • md-enhance: support imgMark with figure (f7540cd)
  • pwa2: add hint for showInstall (54b2cc3)
  • shared: improve normalize path (56e1797)
  • theme: improve bundler options handling, close #3651 (2e79d76)
  • theme: improve empty hint (5f46837)
  • theme: improve sidebar prefix (8b8438c)
  • theme: support item prop in project-panel, close #2562 (ec1feea)

Bug Fixes

  • md-enhance: fix mustache issue with tex, close #3679 (69ee328)
  • md-enhance: fix SlidePage home button (a0b0372)
  • theme: fix aria-role (31fb90c)
  • theme: fix language dropdown update (ab2c38b)

Performance Improvements

  • md-enhance: avoid parsing multiple times (6b3959f)

v2.0.0-rc.0

Features

v2.0.0-beta.252

Features

  • theme: improve template style (f02b0fe)

Bug Fixes

... (truncated)

Changelog

Sourced from vuepress-plugin-seo2's changelog.

2.0.0-rc.1 (2023-11-26)

⚠ BREAKING CHANGES

  • md-enhance: container option is deprecated, use hint instead danger is renamed to caution to align GFM

Features

  • auto-catalog: add compact for indexType (1e6b2b3)
  • comment2: improve artalk update (cd9abf7)
  • components: improve a11y on backToTop button (dcfbe3f)
  • improve compact code (13a1479)
  • md-enhance: add kotlinPlayground option, close #3544 (1669d19)
  • md-enhance: add legacy support for card (195720d)
  • md-enhance: add markmap, close #3004 (7bc156f)
  • md-enhance: improve presentation compact (2cfeb64)
  • md-enhance: support alert (bac947b)
  • md-enhance: support imgMark with figure (f7540cd)
  • pwa2: add hint for showInstall (54b2cc3)
  • shared: improve normalize path (56e1797)
  • theme: improve bundler options handling, close #3651 (2e79d76)
  • theme: improve empty hint (5f46837)
  • theme: improve sidebar prefix (8b8438c)
  • theme: support item prop in project-panel, close #2562 (ec1feea)

Bug Fixes

  • md-enhance: fix mustache issue with tex, close #3679 (69ee328)
  • md-enhance: fix SlidePage home button (a0b0372)
  • theme: fix aria-role (31fb90c)
  • theme: fix language dropdown update (ab2c38b)

Performance Improvements

  • md-enhance: avoid parsing multiple times (6b3959f)

2.0.0-rc.0 (2023-11-17)

Features

2.0.0-beta.252 (2023-11-16)

Features

  • theme: improve template style (f02b0fe)

Bug Fixes

... (truncated)

Commits
  • 3de9a00 chore(release): publish v2.0.0-rc.1
  • 13a1479 feat: improve compact code
  • d0ccfe6 chore(release): publish v2.0.0-rc.0
  • 2755ae6 feat: use vp2@rc.0, close #3395
  • d671efc chore(release): publish v2.0.0-beta.252
  • 19f7d97 chore(release): publish v2.0.0-beta.251
  • 88ce9ef style: use prettier@3.1
  • 13d469f chore(release): publish v2.0.0-beta.250
  • 2df7e25 chore(release): publish v2.0.0-beta.249
  • 567ac01 chore: bump to vp2@beta68
  • 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-rc.1.
- [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-rc.1/packages/seo2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 27, 2023
@github-actions github-actions bot enabled auto-merge (squash) November 27, 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.

1 participant