Skip to content

chore(deps): Bump markdown-it, @vuepress/plugin-docsearch, vuepress, vuepress-plugin-seo2 and vuepress-plugin-sitemap2 in /docs#1061

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs/multi-1e7027b34d
Open

chore(deps): Bump markdown-it, @vuepress/plugin-docsearch, vuepress, vuepress-plugin-seo2 and vuepress-plugin-sitemap2 in /docs#1061
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs/multi-1e7027b34d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps markdown-it to 14.1.1 and updates ancestor dependencies markdown-it, @vuepress/plugin-docsearch, vuepress, vuepress-plugin-seo2 and vuepress-plugin-sitemap2. These dependencies need to be updated together.

Updates markdown-it from 13.0.1 to 14.1.1

Changelog

Sourced from markdown-it's changelog.

[14.1.1] - 2026-01-11

Security

  • Fixed regression from v13 in linkify inline rule. Specific patterns could cause high CPU use. Thanks to @​ltduc147 for report.

[14.1.0] - 2024-03-19

Changed

  • Updated CM spec compatibility to 0.31.2, #1009.

Fixed

  • Fixed quadratic complexity when parsing references, #996.
  • Fixed quadratic output size with pathological user input in tables, #1000.

[14.0.0] - 2023-12-08

Changed

  • Drop ancient browsers support (use .fromCodePoint and other features).
  • Rewrite to ESM (including all plugins/deps). CJS fallback still available. No signatures changed, except markdown-it-emoji plugin.
  • Dropped dist/ folder from repo, build on package publish.
  • Set punicode.js as external dependency.

Fixed

  • Html tokens inside img alt are now rendered as their original text, #896.
  • Hardbreaks inside img alt are now rendered as newlines.

[13.0.2] - 2023-09-26

Security

  • Fixed crash/infinite loop caused by linkify inline rule, #957.

Fixed

  • Throw an error if 3rd party plugin doesn't increment line or pos counters (previously, markdown-it would likely go into infinite loop instead), #847.
Commits

Updates @vuepress/plugin-docsearch from 2.0.0-beta.66 to 2.0.0-rc.125

Release notes

Sourced from @​vuepress/plugin-docsearch's releases.

v2.0.0-rc.26

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.25

   🚀 Features

    View changes on GitHub

v2.0.0-rc.24

   🚀 Features

    View changes on GitHub

v2.0.0-rc.23

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.22

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.21

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.20

   🚀 Features

... (truncated)

Changelog

Sourced from @​vuepress/plugin-docsearch's changelog.

2.0.0-rc.26 (2025-10-14)

Bug Fixes

2.0.0-rc.25 (2025-08-26)

Code Refactoring

  • utils: migrate from globby to tinyglobby (#1660) (5eea315)

Features

BREAKING CHANGES

  • utils: the globby export has been removed, please use tinyglobby instead

2.0.0-rc.24 (2025-06-30)

Build System

Features

BREAKING CHANGES

  • drop node 18
  • utils: TEMPLATE_RENDERER_OUTLETS has been replaced with TemplateRendererOutlet

2.0.0-rc.23 (2025-05-08)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vuepress/plugin-docsearch since your current version.


Updates vuepress from 2.0.0-beta.66 to 2.0.0-rc.26

Commits

Updates vuepress-plugin-seo2 from 2.0.0-beta.209 to 2.0.0-rc.16

Release notes

Sourced from vuepress-plugin-seo2's releases.

v2.0.0-rc.16

Features

Bug Fixes

v2.0.0-rc.15

Important Note⚠️

In VuePress2 rc2, you should:

  • manually install bundler packages (at least 1 of @vuepress/bundler-vite and @vuepress/bundler-webpack)
  • declare bundler field in config file, or use vuepress-vite / vuepress-webpack bin instead of vuepress to specify a bundler.
- vuepress dev src

vuepress-vite dev src
or
vuepress-webpack dev src


vuepress build src


vuepress-vite build src
or
vuepress-webpack build src

Bug Fixes

  • create: fix create flow (2cb4b30)
  • theme: fix VuePress detect (fd2fae0)

v2.0.0-rc.14

Highlights 🎉

In this version we upgrade to vuepress@2.0.0-rc.2, which has the following highlights:

  • sub exports of packages, which means you no longer need to manually declare @vuepress/client as deps

  • markdown-it v14 and sass-loader v14 are shipped in this version

  • title support in code block

    ```ts title=".vuepress/config.js"

... (truncated)

Changelog

Sourced from vuepress-plugin-seo2's changelog.

2.0.0-rc.16 (2024-01-27)

Features

Bug Fixes

2.0.0-rc.15 (2024-01-26)

Bug Fixes

  • create: fix create flow (2cb4b30)
  • theme: fix VuePress detect (fd2fae0)

2.0.0-rc.14 (2024-01-26)

Features

  • bump to vp2rc2 (05f917d)
  • md-enhance: improve sandpack attr handle (be94b6d)

Bug Fixes

  • append-date: avoid covering the file content (e97cb05)

2.0.0-rc.13 (2024-01-25)

Features

  • shared: remove usePageTitle (9458a40)
  • theme: improve HopeIcon (c120670)

Bug Fixes

  • auto-catalog: fix catalog issue in vue3.4, close #3854 (42898bd)
  • avoid calling composition apis in computed hook (993e1b9)
  • theme: fix inject warning (244f5b1)

Performance Improvements

  • use shadowRef if possible (454eb32)

2.0.0-rc.12 (2024-01-25)

Bug Fixes

... (truncated)

Commits
  • 119360c chore(release): publish v2.0.0-rc.16
  • 935d97d chore: remove check version
  • 462dd31 chore(release): publish v2.0.0-rc.15
  • 1f9cc0b chore(release): publish v2.0.0-rc.14
  • 05f917d feat: bump to vp2rc2
  • e651b83 chore(release): publish v2.0.0-rc.13
  • 7a4ad8f style: sort package.json
  • f8539ea chore(release): publish v2.0.0-rc.12
  • 5c52376 chore: update deps
  • 767a936 chore: fix clean script (#3839)
  • Additional commits viewable in compare view

Updates vuepress-plugin-sitemap2 from 2.0.0-beta.234 to 2.0.0-rc.16

Release notes

Sourced from vuepress-plugin-sitemap2's releases.

v2.0.0-rc.16

Features

Bug Fixes

v2.0.0-rc.15

Important Note⚠️

In VuePress2 rc2, you should:

  • manually install bundler packages (at least 1 of @vuepress/bundler-vite and @vuepress/bundler-webpack)
  • declare bundler field in config file, or use vuepress-vite / vuepress-webpack bin instead of vuepress to specify a bundler.
- vuepress dev src

vuepress-vite dev src
or
vuepress-webpack dev src


vuepress build src


vuepress-vite build src
or
vuepress-webpack build src

Bug Fixes

  • create: fix create flow (2cb4b30)
  • theme: fix VuePress detect (fd2fae0)

v2.0.0-rc.14

Highlights 🎉

In this version we upgrade to vuepress@2.0.0-rc.2, which has the following highlights:

  • sub exports of packages, which means you no longer need to manually declare @vuepress/client as deps

  • markdown-it v14 and sass-loader v14 are shipped in this version

  • title support in code block

    ```ts title=".vuepress/config.js"

... (truncated)

Changelog

Sourced from vuepress-plugin-sitemap2's changelog.

2.0.0-rc.16 (2024-01-27)

Features

Bug Fixes

2.0.0-rc.15 (2024-01-26)

Bug Fixes

  • create: fix create flow (2cb4b30)
  • theme: fix VuePress detect (fd2fae0)

2.0.0-rc.14 (2024-01-26)

Features

  • bump to vp2rc2 (05f917d)
  • md-enhance: improve sandpack attr handle (be94b6d)

Bug Fixes

  • append-date: avoid covering the file content (e97cb05)

2.0.0-rc.13 (2024-01-25)

Features

  • shared: remove usePageTitle (9458a40)
  • theme: improve HopeIcon (c120670)

Bug Fixes

  • auto-catalog: fix catalog issue in vue3.4, close #3854 (42898bd)
  • avoid calling composition apis in computed hook (993e1b9)
  • theme: fix inject warning (244f5b1)

Performance Improvements

  • use shadowRef if possible (454eb32)

2.0.0-rc.12 (2024-01-25)

Bug Fixes

... (truncated)

Commits
  • 119360c chore(release): publish v2.0.0-rc.16
  • 935d97d chore: remove check version
  • 462dd31 chore(release): publish v2.0.0-rc.15
  • 1f9cc0b chore(release): publish v2.0.0-rc.14
  • 05f917d feat: bump to vp2rc2
  • e651b83 chore(release): publish v2.0.0-rc.13
  • 7a4ad8f style: sort package.json
  • f8539ea chore(release): publish v2.0.0-rc.12
  • 5c52376 chore: update deps
  • 767a936 chore: fix clean script (#3839)
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 9, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docs/multi-1e7027b34d branch 8 times, most recently from 903a316 to 48fa556 Compare March 9, 2026 12:50
…vuepress-plugin-seo2 and vuepress-plugin-sitemap2

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) to 14.1.1 and updates ancestor dependencies [markdown-it](https://github.com/markdown-it/markdown-it), [@vuepress/plugin-docsearch](https://github.com/vuepress/vuepress-next), [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress), [vuepress-plugin-seo2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/seo2) and [vuepress-plugin-sitemap2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/sitemap2). These dependencies need to be updated together.


Updates `markdown-it` from 13.0.1 to 14.1.1
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@13.0.1...14.1.1)

Updates `@vuepress/plugin-docsearch` from 2.0.0-beta.66 to 2.0.0-rc.125
- [Release notes](https://github.com/vuepress/vuepress-next/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress/vuepress-next/commits)

Updates `vuepress` from 2.0.0-beta.66 to 2.0.0-rc.26
- [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-seo2` from 2.0.0-beta.209 to 2.0.0-rc.16
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/v2.0.0-rc.16/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.16/packages/seo2)

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

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-version: 14.1.1
  dependency-type: indirect
- dependency-name: "@vuepress/plugin-docsearch"
  dependency-version: 2.0.0-rc.125
  dependency-type: direct:production
- dependency-name: vuepress
  dependency-version: 2.0.0-rc.26
  dependency-type: direct:production
- dependency-name: vuepress-plugin-seo2
  dependency-version: 2.0.0-rc.16
  dependency-type: direct:production
- dependency-name: vuepress-plugin-sitemap2
  dependency-version: 2.0.0-rc.16
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docs/multi-1e7027b34d branch from 48fa556 to 72685b9 Compare March 9, 2026 21:47
@loderunner
Copy link
Owner

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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