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

Bump the vuepress group across 1 directory with 4 updates #190

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2024

Bumps the vuepress group with 4 updates in the / directory: @vuepress/bundler-vite, vuepress, vuepress-plugin-search-pro and vuepress-theme-hope.

Updates @vuepress/bundler-vite from 2.0.0-rc.14 to 2.0.0-rc.15

Release notes

Sourced from @​vuepress/bundler-vite's releases.

v2.0.0-rc.15

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vuepress/bundler-vite's changelog.

2.0.0-rc.15 (2024-08-15)

Features

  • bundler-vite: add client type export (close #1579) (#1580) (e3ed143)
  • bundler-vite: upgrade vite to v5.4 (close #1598) (97af89c)
  • bundler-webpack: add api field in sass-loader option type (#1588) (f3251b7)
  • bundler-webpack: normalize loader options type (679cf8f)
Commits
  • f88106f build: publish v2.0.0-rc.15
  • 97af89c feat(bundler-vite): upgrade vite to v5.4 (close #1598)
  • a1049e7 build: bump deps
  • 651295d docs: update issue templates
  • 679cf8f feat(bundler-webpack): normalize loader options type
  • f3251b7 feat(bundler-webpack): add api field in sass-loader option type (#1588)
  • ddcb9db build(e2e): add back sass dep
  • db9681d build: bump deps
  • f0bd032 build: upgrade husky to 9.1.1
  • 33e9e31 build(e2e): replace sass with sass-embedded
  • Additional commits viewable in compare view

Updates vuepress from 2.0.0-rc.14 to 2.0.0-rc.15

Commits

Updates vuepress-plugin-search-pro from 2.0.0-rc.52 to 2.0.0-rc.54

Release notes

Sourced from vuepress-plugin-search-pro's releases.

v2.0.0-rc.53

Highlights ✨

  • Deps updated with better performance: Now using Vue@3.5 TypeScript@5.6 and Vite@5.4

  • migrate to mermaid v11 and @​vueuse/core v11

  • plugins and theme styles are written to follow ecosystem guidelines

  • modern api of sass by default and support for sass-embedded

    You can maxium the speed by using modern-compiler with sass-embedded

Breaking Changes⚠️

  • figure imgMark imgSize imgLazyload are removed from vuepress-plugin-md-enhance

    Their replacement is the official plugin @vuepress/plugin-markdown-image.

    For vuepress-theme-hope users:

    • plugins.mdEnhance.imgMark 👉 plugins.markdownImage.mark
    • plugins.mdEnhance.imgSize 👉 plugins.markdownImage.size
    • plugins.mdEnhance.imgLazyload 👉 plugins.markdownImage.lazyload
    • plugins.mdEnhance.figure 👉 plugins.markdownImage.figure
  • alert and hint are removed from vuepress-plugin-md-enhance

    Their replacement is the official plugin @vuepress/plugin-markdown-hint

    For vuepress-theme-hope users:

    • plugins.mdEnhance.alert 👉 plugins.markdownHint.alert
    • plugins.mdEnhance.hint 👉 plugins.markdownHint.hint
  • katex and mathjax are removed from vuepress-plugin-md-enhance

    Their replacement is the official plugin @vuepress/plugin-markdown-math

    For vuepress-theme-hope users:

    • plugins.mdEnhance.katex plugins.mdEnhance.mathjax 👉 plugins.markdownMath

✨ Features

  • apply guidelines (ea175e6)
  • implement theme guidelines and use official plugins (#4453) (6ad693a)
  • md-enhance: reduce style size (7987eb5)
  • md-enhance: use mermaid v11 (37bf9dd)

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from vuepress-plugin-search-pro's changelog.

2.0.0-rc.54 (2024-09-23)

⚠ BREAKING CHANGES

  • use official plugins and remove md-enhance features (#4469)

✨ Features

  • theme: allow auto generating theme color (003153f)
  • use official plugins and remove md-enhance features (#4469) (99f5159)

2.0.0-rc.53 (2024-09-20)

✨ Features

  • implement theme guidelines and use official plugins (#4453) (6ad693a)
Commits
  • bbb4fa0 chore(release): publish v2.0.0-rc.54
  • 003153f feat(theme): allow auto generating theme color
  • 99f5159 feat!: use official plugins and remove md-enhance features (#4469)
  • c00bf52 build: bump deps
  • e6dcdeb chore(release): publish v2.0.0-rc.53
  • 86efe0a chore: bump deps
  • 6ad693a feat: implement theme guidelines and use official plugins (#4453)
  • b687de0 chore: bump deps
  • 4bfae9e chore: update deps
  • c7230af chore: bump deps
  • Additional commits viewable in compare view

Updates vuepress-theme-hope from 2.0.0-rc.52 to 2.0.0-rc.56

Release notes

Sourced from vuepress-theme-hope's releases.

v2.0.0-rc.56

⚠ BREAKING CHANGES

  • use official plugins and remove md-enhance features (#4469)

    code tabs, tabs are removed from vuepress-plugin-enhance, which is replaced by @vuepress/plugin-markdown-tab

    revealjs is removed from vuepress-plugin-enhance, which is replaced by @vuepress/plugin-revealjs

✨ Features

  • create: update template (13e0519)
  • theme: allow auto generating theme color (003153f)
  • theme: apply guideline (a4c5404)
  • use official plugins and remove md-enhance features (#4469) (99f5159)

🐛 Bug Fixes

  • md-enhance: fix code tabs style (d6a1157)
  • md-enhance: fix mark not working, close #4464 (1cdbc78)
  • md-enhance: fix tabs style (f963208)
  • theme: fix bing switch location (d35c877)
  • theme: fix comment wrapper (3637c6c)
  • theme: improve navbar brand a11y (21ca45f)
  • theme: update known plugins (dcd5ee2)

v2.0.0-rc.53

Highlights ✨

  • Deps updated with better performance: Now using Vue@3.5 TypeScript@5.6 and Vite@5.4

  • migrate to mermaid v11 and @​vueuse/core v11

  • plugins and theme styles are written to follow ecosystem guidelines

  • modern api of sass by default and support for sass-embedded

    You can maxium the speed by using modern-compiler with sass-embedded

Breaking Changes⚠️

  • figure imgMark imgSize imgLazyload are removed from vuepress-plugin-md-enhance

    Their replacement is the official plugin @vuepress/plugin-markdown-image.

    For vuepress-theme-hope users:

    • plugins.mdEnhance.imgMark 👉 plugins.markdownImage.mark
    • plugins.mdEnhance.imgSize 👉 plugins.markdownImage.size
    • plugins.mdEnhance.imgLazyload 👉 plugins.markdownImage.lazyload
    • plugins.mdEnhance.figure 👉 plugins.markdownImage.figure
  • alert and hint are removed from vuepress-plugin-md-enhance

... (truncated)

Changelog

Sourced from vuepress-theme-hope's changelog.

2.0.0-rc.56 (2024-09-23)

Note: Version bump only for package vuepress-theme-hope

2.0.0-rc.55 (2024-09-23)

🐛 Bug Fixes

  • theme: fix bundled config file (ed15353)
  • theme: revealjs should be default disabled (ce6c7ea)

2.0.0-rc.54 (2024-09-23)

⚠ BREAKING CHANGES

  • use official plugins and remove md-enhance features (#4469)

✨ Features

  • theme: allow auto generating theme color (003153f)
  • theme: apply guideline (a4c5404)
  • use official plugins and remove md-enhance features (#4469) (99f5159)

🐛 Bug Fixes

  • theme: fix bing switch location (d35c877)
  • theme: fix comment wrapper (3637c6c)
  • theme: improve navbar brand a11y (21ca45f)
  • theme: update known plugins (dcd5ee2)

2.0.0-rc.53 (2024-09-20)

✨ Features

  • apply guidelines (ea175e6)
  • implement theme guidelines and use official plugins (#4453) (6ad693a)

🐛 Bug Fixes

Commits
  • 7248dba chore(release): publish v2.0.0-rc.56
  • df7dc52 build(theme): fix style file generating
  • 51f6096 chore(release): publish v2.0.0-rc.55
  • ce6c7ea fix(theme): revealjs should be default disabled
  • ed15353 fix(theme): fix bundled config file
  • bbb4fa0 chore(release): publish v2.0.0-rc.54
  • d35c877 fix(theme): fix bing switch location
  • 003153f feat(theme): allow auto generating theme color
  • 7fe27b8 chore(theme): improve hint text
  • dcd5ee2 fix(theme): update known plugins
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vuepress group with 4 updates in the / directory: [@vuepress/bundler-vite](https://github.com/vuepress/core), [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress), [vuepress-plugin-search-pro](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/search-pro) and [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme).


Updates `@vuepress/bundler-vite` from 2.0.0-rc.14 to 2.0.0-rc.15
- [Release notes](https://github.com/vuepress/core/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](vuepress/core@v2.0.0-rc.14...v2.0.0-rc.15)

Updates `vuepress` from 2.0.0-rc.14 to 2.0.0-rc.15
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/vuepress)

Updates `vuepress-plugin-search-pro` from 2.0.0-rc.52 to 2.0.0-rc.54
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/search-pro/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.54/packages/search-pro)

Updates `vuepress-theme-hope` from 2.0.0-rc.52 to 2.0.0-rc.56
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.56/packages/theme)

---
updated-dependencies:
- dependency-name: "@vuepress/bundler-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-plugin-search-pro
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-theme-hope
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
...

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 Sep 28, 2024
@mahula mahula self-assigned this Oct 1, 2024
@mahula mahula merged commit 0f27757 into master Oct 1, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vuepress-936ae90a9d branch October 1, 2024 08:08
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