diff --git a/docs/package.json b/docs/package.json index 8b36704239..4f9e65d292 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,9 +9,9 @@ "docs:serve": "http-server -a localhost .vuepress/dist" }, "dependencies": { - "@mdit/plugin-footnote": "0.11.0", - "@vuepress/bundler-vite": "2.0.0-rc.9", - "@vuepress/bundler-webpack": "2.0.0-rc.9", + "@mdit/plugin-footnote": "0.12.0", + "@vuepress/bundler-vite": "2.0.0-rc.11", + "@vuepress/bundler-webpack": "2.0.0-rc.11", "@vuepress/plugin-back-to-top": "workspace:*", "@vuepress/helper": "workspace:*", "@vuepress/plugin-catalog": "workspace:*", @@ -33,6 +33,6 @@ "mathjax-full": "3.2.2", "sass-loader": "^14.2.1", "vue": "^3.4.27", - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" } } diff --git a/docs/themes/default/frontmatter.md b/docs/themes/default/frontmatter.md index 7015ebc88c..53b13a976a 100644 --- a/docs/themes/default/frontmatter.md +++ b/docs/themes/default/frontmatter.md @@ -312,7 +312,7 @@ Frontmatter in this section will only take effect in normal pages. ### prev -- Type: `NavLink | string` +- Type: `AutoLinkConfig | string` - Details: @@ -320,21 +320,21 @@ Frontmatter in this section will only take effect in normal pages. If you don't set this frontmatter, the link will be inferred from the sidebar config. - To configure the prev link manually, you can set this frontmatter to a `NavLink` object or a string: + To configure the prev link manually, you can set this frontmatter to a `AutoLinkConfig` object or a string: - - A `NavLink` object should have a `text` field and a `link` field. - - A string should be the path to the target page file. It will be converted to a `NavLink` object, whose `text` is the page title, and `link` is the page route path. + - A `AutoLinkConfig` object should have a `text` field and a `link` field. + - A string should be the path to the target page file. It will be converted to a `AutoLinkConfig` object, whose `text` is the page title, and `link` is the page route path. - Example: ```md --- -# NavLink +# AutoLinkConfig prev: text: Get Started link: /guide/getting-started.html -# NavLink - external url +# AutoLinkConfig - external url prev: text: GitHub link: https://github.com @@ -349,7 +349,7 @@ prev: ../../guide/getting-started.md ### next -- Type: `NavLink | string` +- Type: `AutoLinkConfig | string` - Details: diff --git a/docs/zh/themes/default/frontmatter.md b/docs/zh/themes/default/frontmatter.md index aab5f39bff..c9f568d2fa 100644 --- a/docs/zh/themes/default/frontmatter.md +++ b/docs/zh/themes/default/frontmatter.md @@ -312,7 +312,7 @@ features: ### prev -- 类型: `NavLink | string` +- 类型: `AutoLinkConfig | string` - 详情: @@ -320,21 +320,21 @@ features: 如果你不设置该 Frontmatter ,该链接会自动根据侧边栏配置进行推断。 - 为了手动配置上一页面的链接,你可以将其设置为一个 `NavLink` 对象或者一个字符串: + 为了手动配置上一页面的链接,你可以将其设置为一个 `AutoLinkConfig` 对象或者一个字符串: - - `NavLink` 对象应该有一个 `text` 字段和一个 `link` 字段。 - - 字符串应为目标页面文件的路径。它将会被转换为 `NavLink` 对象,将页面标题作为 `text` ,将页面路由路径作为 `link` 。 + - `AutoLinkConfig` 对象应该有一个 `text` 字段和一个 `link` 字段。 + - 字符串应为目标页面文件的路径。它将会被转换为 `AutoLinkConfig` 对象,将页面标题作为 `text` ,将页面路由路径作为 `link` 。 - 示例: ```md --- -# NavLink +# AutoLinkConfig prev: text: Get Started link: /guide/getting-started.html -# NavLink - 外部 URL +# AutoLinkConfig - 外部 URL prev: text: GitHub link: https://github.com @@ -349,7 +349,7 @@ prev: ../../guide/getting-started.md ### next -- 类型: `NavLink | string` +- 类型: `AutoLinkConfig | string` - 详情: diff --git a/e2e/package.json b/e2e/package.json index 7f698e80c4..4b4b7eda9f 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -15,8 +15,8 @@ "e2e:dev-webpack": "cross-env E2E_COMMAND=dev E2E_BUNDLER=webpack playwright test" }, "dependencies": { - "@vuepress/bundler-vite": "2.0.0-rc.9", - "@vuepress/bundler-webpack": "2.0.0-rc.9", + "@vuepress/bundler-vite": "2.0.0-rc.11", + "@vuepress/bundler-webpack": "2.0.0-rc.11", "@vuepress/plugin-blog": "workspace:*", "@vuepress/plugin-catalog": "workspace:*", "@vuepress/plugin-copyright": "workspace:*", @@ -31,7 +31,7 @@ "sass": "^1.77.1", "sass-loader": "^14.2.1", "vue": "^3.4.27", - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "devDependencies": { "@playwright/test": "^1.44.0" diff --git a/package.json b/package.json index e0f8ce2bbd..324c91d1ba 100644 --- a/package.json +++ b/package.json @@ -50,11 +50,11 @@ "sass": "1.77.1", "sort-package-json": "^2.10.0", "tsconfig-vuepress": "^4.5.0", - "tsx": "^4.10.2", + "tsx": "^4.10.3", "typescript": "^5.4.5", "vite": "~5.2.11", "vitest": "^1.6.0", - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "packageManager": "pnpm@9.1.1", "engines": { @@ -62,7 +62,6 @@ }, "pnpm": { "overrides": { - "@types/markdown-it": "^14.1.1", "artalk": "2.8.5" } } diff --git a/plugins/plugin-active-header-links/package.json b/plugins/plugin-active-header-links/package.json index c8111deee9..fafdc7ef5e 100644 --- a/plugins/plugin-active-header-links/package.json +++ b/plugins/plugin-active-header-links/package.json @@ -40,7 +40,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-append-date/package.json b/plugins/plugin-append-date/package.json index 4d671e858a..9ba5175d16 100644 --- a/plugins/plugin-append-date/package.json +++ b/plugins/plugin-append-date/package.json @@ -41,8 +41,8 @@ "@vuepress/helper": "workspace:~" }, "peerDependencies": { - "@vuepress/plugin-git": "~2.0.0-rc.22", - "vuepress": "2.0.0-rc.9" + "@vuepress/plugin-git": "workspace:~", + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-back-to-top/package.json b/plugins/plugin-back-to-top/package.json index f7e6116571..64de763404 100644 --- a/plugins/plugin-back-to-top/package.json +++ b/plugins/plugin-back-to-top/package.json @@ -42,7 +42,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "devDependencies": { "sass": "^1.77.1" diff --git a/plugins/plugin-baidu-analytics/package.json b/plugins/plugin-baidu-analytics/package.json index 7924e27b8f..a1acfe7988 100644 --- a/plugins/plugin-baidu-analytics/package.json +++ b/plugins/plugin-baidu-analytics/package.json @@ -44,7 +44,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-blog/package.json b/plugins/plugin-blog/package.json index d783c115d3..6cf57b9e0d 100644 --- a/plugins/plugin-blog/package.json +++ b/plugins/plugin-blog/package.json @@ -44,7 +44,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-catalog/package.json b/plugins/plugin-catalog/package.json index 6132d2b24e..e73939deed 100644 --- a/plugins/plugin-catalog/package.json +++ b/plugins/plugin-catalog/package.json @@ -45,7 +45,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "devDependencies": { "sass": "^1.77.1" diff --git a/plugins/plugin-comment/package.json b/plugins/plugin-comment/package.json index 4ff06d7a7d..e18043ebb1 100644 --- a/plugins/plugin-comment/package.json +++ b/plugins/plugin-comment/package.json @@ -54,7 +54,7 @@ "@waline/client": "^3.1.0", "artalk": "^2.7.3", "twikoo": "^1.5.0", - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "devDependencies": { "sass": "^1.77.1" diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json index 790e03f632..47754b6e5f 100644 --- a/plugins/plugin-copy-code/package.json +++ b/plugins/plugin-copy-code/package.json @@ -50,7 +50,7 @@ "sass": "^1.77.1" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-copyright/package.json b/plugins/plugin-copyright/package.json index 7897834989..7a5e6bcd1f 100644 --- a/plugins/plugin-copyright/package.json +++ b/plugins/plugin-copyright/package.json @@ -44,7 +44,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-docsearch/package.json b/plugins/plugin-docsearch/package.json index cdd12ebd1c..081faa29ee 100644 --- a/plugins/plugin-docsearch/package.json +++ b/plugins/plugin-docsearch/package.json @@ -47,7 +47,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-feed/package.json b/plugins/plugin-feed/package.json index 46778a4ad1..451ac1fe76 100644 --- a/plugins/plugin-feed/package.json +++ b/plugins/plugin-feed/package.json @@ -48,7 +48,7 @@ "@vuepress/plugin-git": "workspace:*" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index ce4113c285..bb90c1ed84 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -37,7 +37,7 @@ "execa": "^9.1.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-google-analytics/package.json b/plugins/plugin-google-analytics/package.json index 7a331377d1..f334a8f8c9 100644 --- a/plugins/plugin-google-analytics/package.json +++ b/plugins/plugin-google-analytics/package.json @@ -36,7 +36,7 @@ "clean": "rimraf --glob ./lib ./*.tsbuildinfo" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-google-tag-manager/package.json b/plugins/plugin-google-tag-manager/package.json index 86c6365900..810bb4b2cf 100644 --- a/plugins/plugin-google-tag-manager/package.json +++ b/plugins/plugin-google-tag-manager/package.json @@ -35,7 +35,7 @@ "clean": "rimraf --glob ./lib ./*.tsbuildinfo" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-links-check/package.json b/plugins/plugin-links-check/package.json index e32db9b716..45f3b44f90 100644 --- a/plugins/plugin-links-check/package.json +++ b/plugins/plugin-links-check/package.json @@ -41,7 +41,7 @@ "@vuepress/helper": "workspace:~" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-links-check/src/node/checkMarkdownLink.ts b/plugins/plugin-links-check/src/node/checkMarkdownLink.ts index e033f88243..c627745877 100644 --- a/plugins/plugin-links-check/src/node/checkMarkdownLink.ts +++ b/plugins/plugin-links-check/src/node/checkMarkdownLink.ts @@ -27,14 +27,16 @@ export const checkMarkdownLink = ( ...markdownLinks // Absolute markdown links .filter(({ raw }) => isLinkAbsolute(raw)) - .filter(({ absolute }) => - // Check whether the page exists - pages.every( - ({ filePathRelative }) => - !filePathRelative || - (`${options.base}${filePathRelative}` !== decodeURI(absolute) && - !isIgnoreLink(absolute)), - ), + .filter( + ({ absolute }) => + // Check whether the page exists + absolute && + pages.every( + ({ filePathRelative }) => + !filePathRelative || + (`${options.base}${filePathRelative}` !== decodeURI(absolute) && + !isIgnoreLink(absolute)), + ), ), ].map(({ raw }) => raw) diff --git a/plugins/plugin-markdown-container/package.json b/plugins/plugin-markdown-container/package.json index 6ca2353e03..3c2d274f9b 100644 --- a/plugins/plugin-markdown-container/package.json +++ b/plugins/plugin-markdown-container/package.json @@ -39,7 +39,7 @@ "markdown-it-container": "^4.0.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "devDependencies": { "markdown-it": "^14.1.0" diff --git a/plugins/plugin-markdown-image/package.json b/plugins/plugin-markdown-image/package.json index c61d3beaac..f7addfd2bb 100644 --- a/plugins/plugin-markdown-image/package.json +++ b/plugins/plugin-markdown-image/package.json @@ -46,14 +46,14 @@ }, "dependencies": { "@types/markdown-it": "^14.1.1", - "@mdit/plugin-figure": "^0.11.0", - "@mdit/plugin-img-lazyload": "^0.11.0", - "@mdit/plugin-img-mark": "^0.11.0", - "@mdit/plugin-img-size": "^0.11.0", + "@mdit/plugin-figure": "^0.12.0", + "@mdit/plugin-img-lazyload": "^0.12.0", + "@mdit/plugin-img-mark": "^0.12.0", + "@mdit/plugin-img-size": "^0.12.0", "@vuepress/helper": "workspace:~" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-markdown-math/package.json b/plugins/plugin-markdown-math/package.json index 608378aa22..af45580199 100644 --- a/plugins/plugin-markdown-math/package.json +++ b/plugins/plugin-markdown-math/package.json @@ -48,7 +48,7 @@ }, "peerDependencies": { "katex": "^0.16.10", - "vuepress": "2.0.0-rc.9", + "vuepress": "2.0.0-rc.11", "mathjax-full": "^3.2.2" }, "peerDependenciesMeta": { diff --git a/plugins/plugin-medium-zoom/package.json b/plugins/plugin-medium-zoom/package.json index 2810b22f6f..7ca4871d24 100644 --- a/plugins/plugin-medium-zoom/package.json +++ b/plugins/plugin-medium-zoom/package.json @@ -43,7 +43,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-notice/package.json b/plugins/plugin-notice/package.json index d06a16286a..e6d9ffc5f4 100644 --- a/plugins/plugin-notice/package.json +++ b/plugins/plugin-notice/package.json @@ -42,7 +42,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "devDependencies": { "sass": "^1.77.1" diff --git a/plugins/plugin-nprogress/package.json b/plugins/plugin-nprogress/package.json index df6bb319b4..0f2c248fa6 100644 --- a/plugins/plugin-nprogress/package.json +++ b/plugins/plugin-nprogress/package.json @@ -39,7 +39,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-palette/package.json b/plugins/plugin-palette/package.json index 1ad9589018..14bd6ea266 100644 --- a/plugins/plugin-palette/package.json +++ b/plugins/plugin-palette/package.json @@ -42,7 +42,7 @@ "chokidar": "^3.6.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-photo-swipe/package.json b/plugins/plugin-photo-swipe/package.json index 35e2593740..6d12a4ede5 100644 --- a/plugins/plugin-photo-swipe/package.json +++ b/plugins/plugin-photo-swipe/package.json @@ -52,7 +52,7 @@ "sass": "^1.77.1" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-prismjs/package.json b/plugins/plugin-prismjs/package.json index d3506770f9..cbacab106d 100644 --- a/plugins/plugin-prismjs/package.json +++ b/plugins/plugin-prismjs/package.json @@ -41,7 +41,7 @@ "@types/prismjs": "^1.26.4" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-pwa/package.json b/plugins/plugin-pwa/package.json index 462dab2ed5..f0f40569aa 100644 --- a/plugins/plugin-pwa/package.json +++ b/plugins/plugin-pwa/package.json @@ -52,7 +52,7 @@ "sass": "^1.77.1" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-reading-time/package.json b/plugins/plugin-reading-time/package.json index 8dc7dc662f..3561273e2a 100644 --- a/plugins/plugin-reading-time/package.json +++ b/plugins/plugin-reading-time/package.json @@ -44,7 +44,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-redirect/package.json b/plugins/plugin-redirect/package.json index 07614f5300..0366df3933 100644 --- a/plugins/plugin-redirect/package.json +++ b/plugins/plugin-redirect/package.json @@ -48,7 +48,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "devDependencies": { "sass": "^1.77.1" diff --git a/plugins/plugin-register-components/package.json b/plugins/plugin-register-components/package.json index 8b82cb2c95..5a7a1194af 100644 --- a/plugins/plugin-register-components/package.json +++ b/plugins/plugin-register-components/package.json @@ -38,7 +38,7 @@ "chokidar": "^3.6.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-remove-pwa/package.json b/plugins/plugin-remove-pwa/package.json index 62d29012a1..ccee64bc76 100644 --- a/plugins/plugin-remove-pwa/package.json +++ b/plugins/plugin-remove-pwa/package.json @@ -38,7 +38,7 @@ "clean": "rimraf --glob ./lib ./*.tsbuildinfo" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-rtl/package.json b/plugins/plugin-rtl/package.json index 500a180358..400542f346 100644 --- a/plugins/plugin-rtl/package.json +++ b/plugins/plugin-rtl/package.json @@ -41,7 +41,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-sass-palette/package.json b/plugins/plugin-sass-palette/package.json index de0815e058..9a22ba8094 100644 --- a/plugins/plugin-sass-palette/package.json +++ b/plugins/plugin-sass-palette/package.json @@ -51,12 +51,12 @@ "sass": "^1.77.1" }, "devDependencies": { - "@vuepress/bundler-vite": "2.0.0-rc.9", - "@vuepress/bundler-webpack": "2.0.0-rc.9" + "@vuepress/bundler-vite": "2.0.0-rc.11", + "@vuepress/bundler-webpack": "2.0.0-rc.11" }, "peerDependencies": { "sass-loader": "^14.0.0", - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "peerDependenciesMeta": { "sass-loader": { diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index 5dfdfc5c2b..6c5d2dff3a 100644 --- a/plugins/plugin-search/package.json +++ b/plugins/plugin-search/package.json @@ -41,7 +41,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "devDependencies": { "sass": "^1.77.1" diff --git a/plugins/plugin-seo/package.json b/plugins/plugin-seo/package.json index 732ff4a824..9742cf3d30 100644 --- a/plugins/plugin-seo/package.json +++ b/plugins/plugin-seo/package.json @@ -44,7 +44,7 @@ "@vuepress/plugin-git": "workspace:*" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-shiki/package.json b/plugins/plugin-shiki/package.json index ad4a3eab17..61d337afd4 100644 --- a/plugins/plugin-shiki/package.json +++ b/plugins/plugin-shiki/package.json @@ -38,7 +38,7 @@ "shiki": "^1.5.2" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-sitemap/package.json b/plugins/plugin-sitemap/package.json index 4e6cf6129a..aae1301beb 100644 --- a/plugins/plugin-sitemap/package.json +++ b/plugins/plugin-sitemap/package.json @@ -47,7 +47,7 @@ "@vuepress/plugin-git": "workspace:*" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-theme-data/package.json b/plugins/plugin-theme-data/package.json index 777c0404f3..35bdb08f0f 100644 --- a/plugins/plugin-theme-data/package.json +++ b/plugins/plugin-theme-data/package.json @@ -40,7 +40,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-toc/package.json b/plugins/plugin-toc/package.json index 4478be2930..b8fe6cef3f 100644 --- a/plugins/plugin-toc/package.json +++ b/plugins/plugin-toc/package.json @@ -39,7 +39,7 @@ "vue-router": "^4.3.2" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-umami-analytics/package.json b/plugins/plugin-umami-analytics/package.json index a4667e31ec..f2a09d8f1f 100644 --- a/plugins/plugin-umami-analytics/package.json +++ b/plugins/plugin-umami-analytics/package.json @@ -44,7 +44,7 @@ "vue": "^3.4.27" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-watermark/package.json b/plugins/plugin-watermark/package.json index ac9b5c3dbe..c3306b392c 100644 --- a/plugins/plugin-watermark/package.json +++ b/plugins/plugin-watermark/package.json @@ -40,7 +40,7 @@ "watermark-js-plus": "^1.4.25" }, "peerDependencies": { - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 180303c79b..9368f6fd03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,6 @@ settings: excludeLinksFromLockfile: false overrides: - '@types/markdown-it': ^14.1.1 artalk: 2.8.5 importers: @@ -79,8 +78,8 @@ importers: specifier: ^4.5.0 version: 4.5.0 tsx: - specifier: ^4.10.2 - version: 4.10.2 + specifier: ^4.10.3 + version: 4.10.3 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -91,20 +90,20 @@ importers: specifier: ^1.6.0 version: 1.6.0(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) docs: dependencies: '@mdit/plugin-footnote': - specifier: 0.11.0 - version: 0.11.0(markdown-it@14.1.0) + specifier: 0.12.0 + version: 0.12.0(markdown-it@14.1.0) '@vuepress/bundler-vite': - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5) '@vuepress/bundler-webpack': - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(typescript@5.4.5) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(typescript@5.4.5) '@vuepress/helper': specifier: workspace:* version: link:../tools/helper @@ -169,17 +168,17 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) e2e: dependencies: '@vuepress/bundler-vite': - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5) '@vuepress/bundler-webpack': - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(typescript@5.4.5) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(typescript@5.4.5) '@vuepress/plugin-blog': specifier: workspace:* version: link:../plugins/plugin-blog @@ -223,8 +222,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: '@playwright/test': specifier: ^1.44.0 @@ -239,8 +238,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-append-date: dependencies: @@ -248,11 +247,11 @@ importers: specifier: workspace:~ version: link:../../tools/helper '@vuepress/plugin-git': - specifier: ~2.0.0-rc.22 - version: 2.0.0-rc.22(vuepress@2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5))) + specifier: workspace:~ + version: link:../plugin-git vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-back-to-top: dependencies: @@ -266,8 +265,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: sass: specifier: ^1.77.1 @@ -282,8 +281,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-blog: dependencies: @@ -297,8 +296,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-catalog: dependencies: @@ -309,8 +308,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: sass: specifier: ^1.77.1 @@ -337,8 +336,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: sass: specifier: ^1.77.1 @@ -356,8 +355,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: sass: specifier: ^1.77.1 @@ -375,8 +374,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-docsearch: dependencies: @@ -402,8 +401,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-feed: dependencies: @@ -414,8 +413,8 @@ importers: specifier: 1.0.0-rc.12 version: 1.0.0-rc.12 vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) xml-js: specifier: ^1.6.11 version: 1.6.11 @@ -430,20 +429,20 @@ importers: specifier: ^9.1.0 version: 9.1.0 vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-google-analytics: dependencies: vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-google-tag-manager: dependencies: vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-links-check: dependencies: @@ -451,8 +450,8 @@ importers: specifier: workspace:~ version: link:../../tools/helper vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-markdown-container: dependencies: @@ -463,8 +462,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: markdown-it: specifier: ^14.1.0 @@ -473,17 +472,17 @@ importers: plugins/plugin-markdown-image: dependencies: '@mdit/plugin-figure': - specifier: ^0.11.0 - version: 0.11.0(markdown-it@14.1.0) + specifier: ^0.12.0 + version: 0.12.0(markdown-it@14.1.0) '@mdit/plugin-img-lazyload': - specifier: ^0.11.0 - version: 0.11.0(markdown-it@14.1.0) + specifier: ^0.12.0 + version: 0.12.0(markdown-it@14.1.0) '@mdit/plugin-img-mark': - specifier: ^0.11.0 - version: 0.11.0(markdown-it@14.1.0) + specifier: ^0.12.0 + version: 0.12.0(markdown-it@14.1.0) '@mdit/plugin-img-size': - specifier: ^0.11.0 - version: 0.11.0(markdown-it@14.1.0) + specifier: ^0.12.0 + version: 0.12.0(markdown-it@14.1.0) '@types/markdown-it': specifier: ^14.1.1 version: 14.1.1 @@ -491,8 +490,8 @@ importers: specifier: workspace:~ version: link:../../tools/helper vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-markdown-math: dependencies: @@ -518,8 +517,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: markdown-it: specifier: ^14.1.0 @@ -537,8 +536,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-notice: dependencies: @@ -552,8 +551,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: sass: specifier: ^1.77.1 @@ -565,8 +564,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-palette: dependencies: @@ -574,8 +573,8 @@ importers: specifier: ^3.6.0 version: 3.6.0 vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-photo-swipe: dependencies: @@ -592,8 +591,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: sass: specifier: ^1.77.1 @@ -605,8 +604,8 @@ importers: specifier: ^1.29.0 version: 1.29.0 vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: '@types/prismjs': specifier: ^1.26.4 @@ -630,8 +629,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) workbox-build: specifier: ^7.1.0 version: 7.1.0 @@ -649,8 +648,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-redirect: dependencies: @@ -667,8 +666,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: sass: specifier: ^1.77.1 @@ -680,14 +679,14 @@ importers: specifier: ^3.6.0 version: 3.6.0 vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-remove-pwa: dependencies: vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-rtl: dependencies: @@ -695,8 +694,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-sass-palette: dependencies: @@ -713,15 +712,15 @@ importers: specifier: ^14.0.0 version: 14.2.1(sass@1.77.1)(webpack@5.91.0) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: '@vuepress/bundler-vite': - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5) '@vuepress/bundler-webpack': - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(typescript@5.4.5) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(typescript@5.4.5) plugins/plugin-search: dependencies: @@ -732,8 +731,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: sass: specifier: ^1.77.1 @@ -745,8 +744,8 @@ importers: specifier: workspace:~ version: link:../../tools/helper vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: '@vuepress/plugin-git': specifier: workspace:* @@ -758,8 +757,8 @@ importers: specifier: ^1.5.2 version: 1.5.2 vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-sitemap: dependencies: @@ -770,8 +769,8 @@ importers: specifier: ^7.1.1 version: 7.1.1 vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: '@vuepress/plugin-git': specifier: workspace:* @@ -786,8 +785,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-toc: dependencies: @@ -798,8 +797,8 @@ importers: specifier: ^4.3.2 version: 4.3.2(vue@3.4.27(typescript@5.4.5)) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-umami-analytics: dependencies: @@ -810,8 +809,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) plugins/plugin-watermark: dependencies: @@ -822,8 +821,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) watermark-js-plus: specifier: ^1.4.25 version: 1.4.25 @@ -885,8 +884,8 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) tools/create-vuepress: dependencies: @@ -922,18 +921,18 @@ importers: specifier: ^3.4.27 version: 3.4.27(typescript@5.4.5) vuepress: - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) devDependencies: '@types/connect': specifier: 3.4.38 version: 3.4.38 '@vuepress/bundler-vite': - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5) '@vuepress/bundler-webpack': - specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(typescript@5.4.5) + specifier: 2.0.0-rc.11 + version: 2.0.0-rc.11(typescript@5.4.5) '@vuepress/plugin-git': specifier: workspace:~ version: link:../../plugins/plugin-git @@ -2015,8 +2014,8 @@ packages: '@mdit-vue/types@2.1.0': resolution: {integrity: sha512-TMBB/BQWVvwtpBdWD75rkZx4ZphQ6MN0O4QB2Bc0oI5PC2uE57QerhNxdRZ7cvBHE2iY2C+BUNUziCfJbjIRRA==} - '@mdit/plugin-figure@0.11.0': - resolution: {integrity: sha512-GKFMSIYPETGBMxmvjP18+g9P3NbZwdz5IPj0w+bwxO+FdnLq+8R5IxFO/tEqdlbNi4riZmU7eOGV57NuIKk0/A==} + '@mdit/plugin-figure@0.12.0': + resolution: {integrity: sha512-3nfcGI+uM0f6AqHZrEr8kSMBI6T2+fKKQXtCbvWQqQ+P3iGgf34Ay2eAtuMDcDGqyfNuR6e8aLoOeY2QWuEynA==} engines: {node: '>= 18'} peerDependencies: markdown-it: ^14.1.0 @@ -2024,14 +2023,14 @@ packages: markdown-it: optional: true - '@mdit/plugin-footnote@0.11.0': - resolution: {integrity: sha512-49vylD1PQqV3u1o6cIDPJt2ERU1DsNeraMfBbcg2qyN4J5TGloh1dCGeDKlFhBvj3TAdSCMD2ISfeuSPXay5MA==} + '@mdit/plugin-footnote@0.12.0': + resolution: {integrity: sha512-9B+bJdMndCPoA9De9bxRm4/fyz02PHRcttOyuyPJ3G+wCAgIN1c/7CB8ViT1YJuECUjLogJQ/rrgqh7f0LTqLQ==} engines: {node: '>= 18'} peerDependencies: markdown-it: ^14.1.0 - '@mdit/plugin-img-lazyload@0.11.0': - resolution: {integrity: sha512-2e73KloU8M/eznsE1Bb2bUyQbjt+/fk69fi8Y8/MH8yz9hHpzwGEjUahquobxePWAQk9pivwGSDzkG8NZ6JMeg==} + '@mdit/plugin-img-lazyload@0.12.0': + resolution: {integrity: sha512-6R42ieXzwkB5BKKZi+ZefqeP/fBG5qo7Sqtl72ewSVqEQ30bgxpk6nkrPI2orRob4tb6z0F/c+R8h6PW5MkTOw==} engines: {node: '>= 18'} peerDependencies: markdown-it: ^14.1.0 @@ -2039,8 +2038,8 @@ packages: markdown-it: optional: true - '@mdit/plugin-img-mark@0.11.0': - resolution: {integrity: sha512-Fbdo9jonoCt04KRnISraBfxni4MBZ+su/1jDxd4S/+wm0T0tcORavUiaDoDHyDrmSFYhwn97g2nhILYPa+y6aA==} + '@mdit/plugin-img-mark@0.12.0': + resolution: {integrity: sha512-HkIUwlTg/xPsBi4PG+5dsMnsb7wdiJzELSCEUfdAJTg55nksonHfyV2pFpr87MML4nuZlZK9JHt+Bm2BBDSVSw==} engines: {node: '>= 18'} peerDependencies: markdown-it: ^14.1.0 @@ -2048,8 +2047,8 @@ packages: markdown-it: optional: true - '@mdit/plugin-img-size@0.11.0': - resolution: {integrity: sha512-nzGikgAt6jwuViwJhr0fyDr9tdLtRoy9SeqXWaT0EeQ2Gi5l1eP6WOOHQM2kDA9YZF9fzTGTiZyE+NvxOF/Ozw==} + '@mdit/plugin-img-size@0.12.0': + resolution: {integrity: sha512-fCcF5gc+ba6gQ5ebrKuI8bK/gFbj8mbeN45FHmBsFDFsfTHa0Xij2v8iok0nP8YEIVj71y8XYojsqCWs6avong==} engines: {node: '>= 18'} peerDependencies: markdown-it: ^14.1.0 @@ -2276,55 +2275,46 @@ packages: resolution: {integrity: sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.17.2': resolution: {integrity: sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.17.2': resolution: {integrity: sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.17.2': resolution: {integrity: sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-powerpc64le-gnu@4.17.2': resolution: {integrity: sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.17.2': resolution: {integrity: sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.17.2': resolution: {integrity: sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.17.2': resolution: {integrity: sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-musl@4.17.2': resolution: {integrity: sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.17.2': resolution: {integrity: sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==} @@ -2462,8 +2452,8 @@ packages: '@types/linkify-it@5.0.0': resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==} - '@types/markdown-it-emoji@2.0.5': - resolution: {integrity: sha512-iJLsmCNpSWKtV6Ia3mLSjcXJPEt7ubGG342z+hGvYx++TpM19oTUrJcI7XjbOqRQ+W2UQ323E7B0eCLwlgT/9g==} + '@types/markdown-it-emoji@3.0.1': + resolution: {integrity: sha512-cz1j8R35XivBqq9mwnsrP2fsz2yicLhB8+PDtuVkKOExwEdsVBNI+ROL3sbhtR5occRZ66vT0QnwFZCqdjf3pA==} '@types/markdown-it@14.1.1': resolution: {integrity: sha512-4NpsnpYl2Gt1ljyBGrKMxFYAYvpqbnnkgP/i/g+NLpjEUa3obn1XJCur9YbEXKDAkaXqsR1LbDnGEJ0MmKFxfg==} @@ -2657,35 +2647,30 @@ packages: '@vue/shared@3.4.27': resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} - '@vuepress/bundler-vite@2.0.0-rc.9': - resolution: {integrity: sha512-GcM2eSqW2mPY5xXX4i5kuZujvwUeiTpsLX5kgau9LzPox+FdA3SMUkppCY3hsou2o2RxXPTfjocE7OlYQrUqvA==} + '@vuepress/bundler-vite@2.0.0-rc.11': + resolution: {integrity: sha512-5yg17M2HrArv4b07rNjHouWl073DgZ4prqNZ26GMfgPbhbvITd4o/e89f3PY/WjeBeK6NSrz+5iZGB4eIioIZQ==} - '@vuepress/bundler-webpack@2.0.0-rc.9': - resolution: {integrity: sha512-Vf1QPzmB3hCzOYkCkjMfVsuo3TBNx5E0cGwFeiJGqH/f/+W6eOx0OYn8JrubZaByw+g2OSwbdM0tjzCXS2yHHA==} + '@vuepress/bundler-webpack@2.0.0-rc.11': + resolution: {integrity: sha512-BkzXmtKhQNu3Zc/t3PfgLN+U8CEGxC0Ux3XhJM7EzvCKeikB/FpYYExpZ/QFXQeiWN9Dc6EJcMZDnxN52DdexA==} - '@vuepress/cli@2.0.0-rc.9': - resolution: {integrity: sha512-uv7Xmv3QmPpzCaUAq0oKEwp2tY64AO+7mxamgr7tr+t6FEnCYqr+X0nLlH17UtMkmGWIsbHLIlMjteprxGxIMg==} + '@vuepress/cli@2.0.0-rc.11': + resolution: {integrity: sha512-LcI19JvQy9noHGTpi2MFRHWupJckga1gaXp9o4pb/WNVFx1wurhHGmpWy8PXowwlFcJT+sdWyu9DooIRx2AqEA==} hasBin: true - '@vuepress/client@2.0.0-rc.9': - resolution: {integrity: sha512-V5jA6L1nHQ8tXBshRHBJKei7HPFonGxFzmVK5yjj2Ho/Xtp/SD9rBS6dyYd5CSkKRGQDgy19Z+BUUPXtdI1qzg==} - - '@vuepress/core@2.0.0-rc.9': - resolution: {integrity: sha512-uvMkIqYJ7vjfYEC91rMmT8YJt8xXnob5YYY3TzlwWUSEv4yoV3nlVu0l6Zfhenx/7FwKaxRJ/ePlUGIgUHBcBw==} + '@vuepress/client@2.0.0-rc.11': + resolution: {integrity: sha512-GJAmb2qzYqDoZ6xkn6sTnT12Wm/hYpDsmQOgjg5YN7uL2o26GBgC19daAVR7CLOyoZZoTNjxCax4sKcgUaUb/g==} - '@vuepress/markdown@2.0.0-rc.9': - resolution: {integrity: sha512-e7as2ar3RQp0bUyMiwBPi7L/G2fzscb3s0BywNcAwubFR22o0/dBEYRYdrN0clPQ2FXpPxF6AFj4aD7O1heCbw==} + '@vuepress/core@2.0.0-rc.11': + resolution: {integrity: sha512-8NzXS6C6hT0kCVeyDY3IwboY3KEaG3EHNGYVjxf1IDR1inIgz7KYNPRzODbUgpZhGUVp/500zUrU0mqPmGzZ7A==} - '@vuepress/plugin-git@2.0.0-rc.22': - resolution: {integrity: sha512-+T50AdCZ68Pkld4r8IEHTXLugfNVCxxPp2G1hlI/lpQ6IZcpLbswMI6l9xbbo15RrOBg/V0jkim/B/jaaVIM6A==} - peerDependencies: - vuepress: 2.0.0-rc.9 + '@vuepress/markdown@2.0.0-rc.11': + resolution: {integrity: sha512-mEvL0Q2G0c0oV/Leb/WX7lYsvLeeG8CDZsw6XvIy96nmlbo+qRV79gyoRgnfom8qwjHdbe74TdM1mhcPHixs0Q==} - '@vuepress/shared@2.0.0-rc.9': - resolution: {integrity: sha512-XfI6CWNv4/Vp9Iew6GJil9RUSy1rM7zGdjwikr0j3Rkh55q3f00w1wud47wE9kxRqsZ0PIvsMget5CxEn5rA/w==} + '@vuepress/shared@2.0.0-rc.11': + resolution: {integrity: sha512-CRKGztAyzCDwdhg/UuOehNIlVm2SHSja9n5YR/zRfaMk9c3W552VQvWjlCSIfE8657q4UTcLdKQ8sOCHUiAWKA==} - '@vuepress/utils@2.0.0-rc.9': - resolution: {integrity: sha512-qk6Pel4JVKYKxp3bWxyvnwchvx3QaCWc7SqUw7L6qUo/um+0U2U45L0anWoAfckw12RXYhoIEbJ9UZpueiKOPg==} + '@vuepress/utils@2.0.0-rc.11': + resolution: {integrity: sha512-38YgNPJVphMMfEerNEb1XWJyxCk2Jf42xyb70C4LzMZI6NM0gKSOot9/+b2oXl8smNl0bvSbrNtwb6ZgasXVkg==} '@vueuse/core@10.9.0': resolution: {integrity: sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==} @@ -3061,8 +3046,8 @@ packages: camel-case@4.1.2: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} - caniuse-lite@1.0.30001618: - resolution: {integrity: sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg==} + caniuse-lite@1.0.30001620: + resolution: {integrity: sha512-WJvYsOjd1/BYUY6SNGUosK9DUidBPDTnOARHp3fSmFO1ekdxaY6nKRttEVrfMmYi80ctS0kz1wiWmm14fVc3ew==} chai@4.4.1: resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} @@ -3390,12 +3375,12 @@ packages: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - css-loader@6.11.0: - resolution: {integrity: sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==} - engines: {node: '>= 12.13.0'} + css-loader@7.1.1: + resolution: {integrity: sha512-OxIR5P2mjO1PSXk44bWuQ8XtMK4dpEqpIyERCx3ewOo3I8EmbcxMPUc5ScLtQfgXtOojoMv57So4V/C02HQLsw==} + engines: {node: '>= 18.12.0'} peerDependencies: '@rspack/core': 0.x || 1.x - webpack: ^5.0.0 + webpack: ^5.27.0 peerDependenciesMeta: '@rspack/core': optional: true @@ -4809,12 +4794,12 @@ packages: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} - libnpmaccess@8.0.5: - resolution: {integrity: sha512-E6dwnlk39LNlveG++BZmPA63aOnfQ+VL59Dp5S9Tp8ifkl66iFQtGgZ183JkX6BUI4URlYdtt+EJxxTpkV+m4g==} + libnpmaccess@8.0.6: + resolution: {integrity: sha512-uM8DHDEfYG6G5gVivVl+yQd4pH3uRclHC59lzIbSvy7b5FEwR+mU49Zq1jEyRtRFv7+M99mUW9S0wL/4laT4lw==} engines: {node: ^16.14.0 || >=18.0.0} - libnpmpublish@9.0.7: - resolution: {integrity: sha512-RGqpwlV6kaeTGDtcDSdBVjglW6HBMdJCLwWusGdfWUx94+QDJoH5dK+xeSyvZ/FcczX7aTHE9ZOoA0/y+ybfyA==} + libnpmpublish@9.0.8: + resolution: {integrity: sha512-sIsWBSAT7ugDPrV72/Js1vYpZBZuOqlMOOZmpXh2Mn5Tjh4Ycv3qYQGHX19g5wdOuQw4wgluSzF/z7EFSO084g==} engines: {node: ^16.14.0 || >=18.0.0} lilconfig@3.1.1: @@ -4949,7 +4934,7 @@ packages: markdown-it-anchor@8.6.7: resolution: {integrity: sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==} peerDependencies: - '@types/markdown-it': ^14.1.1 + '@types/markdown-it': '*' markdown-it: '*' markdown-it-container@4.0.0: @@ -6202,11 +6187,11 @@ packages: engines: {node: '>=4'} hasBin: true - style-loader@3.3.4: - resolution: {integrity: sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==} - engines: {node: '>= 12.13.0'} + style-loader@4.0.0: + resolution: {integrity: sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==} + engines: {node: '>= 18.12.0'} peerDependencies: - webpack: ^5.0.0 + webpack: ^5.27.0 subarg@1.0.0: resolution: {integrity: sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==} @@ -6349,8 +6334,8 @@ packages: tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - tsx@4.10.2: - resolution: {integrity: sha512-gOfACgv1ElsIjvt7Fp0rMJKGnMGjox0JfGOfX3kmZCV/yZumaNqtHGKBXt1KgaYS9KjDOmqGeI8gHk/W7kWVZg==} + tsx@4.10.3: + resolution: {integrity: sha512-f0g60aFSVRVkzcQkEflh8fPLRfmt+HJHgWi/plG5UgvVaV+9TcpOwJ0sZJSACXmwmjMPg9yQR0BhTLbhkfV2uA==} engines: {node: '>=18.0.0'} hasBin: true @@ -6634,13 +6619,13 @@ packages: typescript: optional: true - vuepress@2.0.0-rc.9: - resolution: {integrity: sha512-jT1ln2lawdph+vVI6n2JfEUhQIcyc1RQWDdQu9DffhJGywJunFcumnUJudpqd1SNIES2Fz1hVCD6gdrE/rVKOQ==} + vuepress@2.0.0-rc.11: + resolution: {integrity: sha512-ZI2XRT1iinqswLdtb1vLoi6m/o5hzylcVwCFqQcqVlO8ftW4m8+4a+xfy4DjyHIx6wGdc5je7RBCHPcdld+uxA==} engines: {node: '>=18.16.0'} hasBin: true peerDependencies: - '@vuepress/bundler-vite': 2.0.0-rc.9 - '@vuepress/bundler-webpack': 2.0.0-rc.9 + '@vuepress/bundler-vite': 2.0.0-rc.11 + '@vuepress/bundler-webpack': 2.0.0-rc.11 vue: ^3.4.0 peerDependenciesMeta: '@vuepress/bundler-vite': @@ -8117,8 +8102,8 @@ snapshots: fs-extra: 11.2.0 glob: 10.3.15 has-unicode: 2.0.1 - libnpmaccess: 8.0.5 - libnpmpublish: 9.0.7 + libnpmaccess: 8.0.6 + libnpmpublish: 9.0.8 normalize-path: 3.0.0 npm-package-arg: 11.0.2 npm-packlist: 5.1.3 @@ -8245,30 +8230,30 @@ snapshots: '@mdit-vue/types@2.1.0': {} - '@mdit/plugin-figure@0.11.0(markdown-it@14.1.0)': + '@mdit/plugin-figure@0.12.0(markdown-it@14.1.0)': dependencies: '@types/markdown-it': 14.1.1 optionalDependencies: markdown-it: 14.1.0 - '@mdit/plugin-footnote@0.11.0(markdown-it@14.1.0)': + '@mdit/plugin-footnote@0.12.0(markdown-it@14.1.0)': dependencies: '@types/markdown-it': 14.1.1 markdown-it: 14.1.0 - '@mdit/plugin-img-lazyload@0.11.0(markdown-it@14.1.0)': + '@mdit/plugin-img-lazyload@0.12.0(markdown-it@14.1.0)': dependencies: '@types/markdown-it': 14.1.1 optionalDependencies: markdown-it: 14.1.0 - '@mdit/plugin-img-mark@0.11.0(markdown-it@14.1.0)': + '@mdit/plugin-img-mark@0.12.0(markdown-it@14.1.0)': dependencies: '@types/markdown-it': 14.1.1 optionalDependencies: markdown-it: 14.1.0 - '@mdit/plugin-img-size@0.11.0(markdown-it@14.1.0)': + '@mdit/plugin-img-size@0.12.0(markdown-it@14.1.0)': dependencies: '@types/markdown-it': 14.1.1 optionalDependencies: @@ -8683,7 +8668,7 @@ snapshots: '@types/linkify-it@5.0.0': {} - '@types/markdown-it-emoji@2.0.5': + '@types/markdown-it-emoji@3.0.1': dependencies: '@types/markdown-it': 14.1.1 @@ -8946,17 +8931,17 @@ snapshots: '@vue/shared@3.4.27': {} - '@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5)': + '@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5)': dependencies: '@vitejs/plugin-vue': 5.0.4(vite@5.2.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0))(vue@3.4.27(typescript@5.4.5)) - '@vuepress/client': 2.0.0-rc.9(typescript@5.4.5) - '@vuepress/core': 2.0.0-rc.9(typescript@5.4.5) - '@vuepress/shared': 2.0.0-rc.9 - '@vuepress/utils': 2.0.0-rc.9 + '@vuepress/client': 2.0.0-rc.11(typescript@5.4.5) + '@vuepress/core': 2.0.0-rc.11(typescript@5.4.5) + '@vuepress/shared': 2.0.0-rc.11 + '@vuepress/utils': 2.0.0-rc.11 autoprefixer: 10.4.19(postcss@8.4.38) connect-history-api-fallback: 2.0.0 postcss: 8.4.38 - postcss-load-config: 5.1.0(jiti@1.21.0)(postcss@8.4.38)(tsx@4.10.2) + postcss-load-config: 5.1.0(jiti@1.21.0)(postcss@8.4.38)(tsx@4.10.3) rollup: 4.17.2 vite: 5.2.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0) vue: 3.4.27(typescript@5.4.5) @@ -8974,18 +8959,18 @@ snapshots: - tsx - typescript - '@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5)': + '@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5)': dependencies: '@types/express': 4.17.21 '@types/webpack-env': 1.18.5 - '@vuepress/client': 2.0.0-rc.9(typescript@5.4.5) - '@vuepress/core': 2.0.0-rc.9(typescript@5.4.5) - '@vuepress/shared': 2.0.0-rc.9 - '@vuepress/utils': 2.0.0-rc.9 + '@vuepress/client': 2.0.0-rc.11(typescript@5.4.5) + '@vuepress/core': 2.0.0-rc.11(typescript@5.4.5) + '@vuepress/shared': 2.0.0-rc.11 + '@vuepress/utils': 2.0.0-rc.11 autoprefixer: 10.4.19(postcss@8.4.38) chokidar: 3.6.0 copy-webpack-plugin: 12.0.2(webpack@5.91.0) - css-loader: 6.11.0(webpack@5.91.0) + css-loader: 7.1.1(webpack@5.91.0) esbuild-loader: 4.1.0(webpack@5.91.0) express: 4.19.2 html-webpack-plugin: 5.6.0(webpack@5.91.0) @@ -8993,7 +8978,7 @@ snapshots: postcss: 8.4.38 postcss-csso: 6.0.1(postcss@8.4.38) postcss-loader: 8.1.1(postcss@8.4.38)(typescript@5.4.5)(webpack@5.91.0) - style-loader: 3.3.4(webpack@5.91.0) + style-loader: 4.0.0(webpack@5.91.0) vue: 3.4.27(typescript@5.4.5) vue-loader: 17.4.2(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0) vue-router: 4.3.2(vue@3.4.27(typescript@5.4.5)) @@ -9014,11 +8999,11 @@ snapshots: - utf-8-validate - webpack-cli - '@vuepress/cli@2.0.0-rc.9(typescript@5.4.5)': + '@vuepress/cli@2.0.0-rc.11(typescript@5.4.5)': dependencies: - '@vuepress/core': 2.0.0-rc.9(typescript@5.4.5) - '@vuepress/shared': 2.0.0-rc.9 - '@vuepress/utils': 2.0.0-rc.9 + '@vuepress/core': 2.0.0-rc.11(typescript@5.4.5) + '@vuepress/shared': 2.0.0-rc.11 + '@vuepress/utils': 2.0.0-rc.11 cac: 6.7.14 chokidar: 3.6.0 envinfo: 7.13.0 @@ -9027,27 +9012,27 @@ snapshots: - supports-color - typescript - '@vuepress/client@2.0.0-rc.9(typescript@5.4.5)': + '@vuepress/client@2.0.0-rc.11(typescript@5.4.5)': dependencies: '@vue/devtools-api': 6.6.1 - '@vuepress/shared': 2.0.0-rc.9 + '@vuepress/shared': 2.0.0-rc.11 vue: 3.4.27(typescript@5.4.5) vue-router: 4.3.2(vue@3.4.27(typescript@5.4.5)) transitivePeerDependencies: - typescript - '@vuepress/core@2.0.0-rc.9(typescript@5.4.5)': + '@vuepress/core@2.0.0-rc.11(typescript@5.4.5)': dependencies: - '@vuepress/client': 2.0.0-rc.9(typescript@5.4.5) - '@vuepress/markdown': 2.0.0-rc.9 - '@vuepress/shared': 2.0.0-rc.9 - '@vuepress/utils': 2.0.0-rc.9 + '@vuepress/client': 2.0.0-rc.11(typescript@5.4.5) + '@vuepress/markdown': 2.0.0-rc.11 + '@vuepress/shared': 2.0.0-rc.11 + '@vuepress/utils': 2.0.0-rc.11 vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - supports-color - typescript - '@vuepress/markdown@2.0.0-rc.9': + '@vuepress/markdown@2.0.0-rc.11': dependencies: '@mdit-vue/plugin-component': 2.1.3 '@mdit-vue/plugin-frontmatter': 2.1.3 @@ -9058,9 +9043,9 @@ snapshots: '@mdit-vue/shared': 2.1.3 '@mdit-vue/types': 2.1.0 '@types/markdown-it': 14.1.1 - '@types/markdown-it-emoji': 2.0.5 - '@vuepress/shared': 2.0.0-rc.9 - '@vuepress/utils': 2.0.0-rc.9 + '@types/markdown-it-emoji': 3.0.1 + '@vuepress/shared': 2.0.0-rc.11 + '@vuepress/utils': 2.0.0-rc.11 markdown-it: 14.1.0 markdown-it-anchor: 8.6.7(@types/markdown-it@14.1.1)(markdown-it@14.1.0) markdown-it-emoji: 3.0.0 @@ -9068,21 +9053,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@vuepress/plugin-git@2.0.0-rc.22(vuepress@2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)))': - dependencies: - execa: 8.0.1 - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)) - - '@vuepress/shared@2.0.0-rc.9': + '@vuepress/shared@2.0.0-rc.11': dependencies: '@mdit-vue/types': 2.1.0 - '@vuepress/utils@2.0.0-rc.9': + '@vuepress/utils@2.0.0-rc.11': dependencies: '@types/debug': 4.1.12 '@types/fs-extra': 11.0.4 '@types/hash-sum': 1.0.2 - '@vuepress/shared': 2.0.0-rc.9 + '@vuepress/shared': 2.0.0-rc.11 debug: 4.3.4 fs-extra: 11.2.0 globby: 14.0.1 @@ -9406,7 +9386,7 @@ snapshots: autoprefixer@10.4.19(postcss@8.4.38): dependencies: browserslist: 4.23.0 - caniuse-lite: 1.0.30001618 + caniuse-lite: 1.0.30001620 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 @@ -9504,7 +9484,7 @@ snapshots: browserslist@4.23.0: dependencies: - caniuse-lite: 1.0.30001618 + caniuse-lite: 1.0.30001620 electron-to-chromium: 1.4.772 node-releases: 2.0.14 update-browserslist-db: 1.0.16(browserslist@4.23.0) @@ -9564,7 +9544,7 @@ snapshots: pascal-case: 3.1.2 tslib: 2.6.2 - caniuse-lite@1.0.30001618: {} + caniuse-lite@1.0.30001620: {} chai@4.4.1: dependencies: @@ -9937,7 +9917,7 @@ snapshots: crypto-random-string@2.0.0: {} - css-loader@6.11.0(webpack@5.91.0): + css-loader@7.1.1(webpack@5.91.0): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -11519,14 +11499,14 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - libnpmaccess@8.0.5: + libnpmaccess@8.0.6: dependencies: npm-package-arg: 11.0.2 npm-registry-fetch: 17.0.1 transitivePeerDependencies: - supports-color - libnpmpublish@9.0.7: + libnpmpublish@9.0.8: dependencies: ci-info: 4.0.0 normalize-package-data: 6.0.1 @@ -12280,14 +12260,14 @@ snapshots: csso: 5.0.5 postcss: 8.4.38 - postcss-load-config@5.1.0(jiti@1.21.0)(postcss@8.4.38)(tsx@4.10.2): + postcss-load-config@5.1.0(jiti@1.21.0)(postcss@8.4.38)(tsx@4.10.3): dependencies: lilconfig: 3.1.1 yaml: 2.4.2 optionalDependencies: jiti: 1.21.0 postcss: 8.4.38 - tsx: 4.10.2 + tsx: 4.10.3 postcss-loader@8.1.1(postcss@8.4.38)(typescript@5.4.5)(webpack@5.91.0): dependencies: @@ -13002,7 +12982,7 @@ snapshots: minimist: 1.2.8 through: 2.3.8 - style-loader@3.3.4(webpack@5.91.0): + style-loader@4.0.0(webpack@5.91.0): dependencies: webpack: 5.91.0 @@ -13127,7 +13107,7 @@ snapshots: tslib@2.6.2: {} - tsx@4.10.2: + tsx@4.10.3: dependencies: esbuild: 0.20.2 get-tsconfig: 4.7.5 @@ -13393,18 +13373,18 @@ snapshots: optionalDependencies: typescript: 5.4.5 - vuepress@2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.9(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)): + vuepress@2.0.0-rc.11(@vuepress/bundler-vite@2.0.0-rc.11(@types/node@20.12.12)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5))(@vuepress/bundler-webpack@2.0.0-rc.11(typescript@5.4.5))(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)): dependencies: - '@vuepress/cli': 2.0.0-rc.9(typescript@5.4.5) - '@vuepress/client': 2.0.0-rc.9(typescript@5.4.5) - '@vuepress/core': 2.0.0-rc.9(typescript@5.4.5) - '@vuepress/markdown': 2.0.0-rc.9 - '@vuepress/shared': 2.0.0-rc.9 - '@vuepress/utils': 2.0.0-rc.9 + '@vuepress/cli': 2.0.0-rc.11(typescript@5.4.5) + '@vuepress/client': 2.0.0-rc.11(typescript@5.4.5) + '@vuepress/core': 2.0.0-rc.11(typescript@5.4.5) + '@vuepress/markdown': 2.0.0-rc.11 + '@vuepress/shared': 2.0.0-rc.11 + '@vuepress/utils': 2.0.0-rc.11 vue: 3.4.27(typescript@5.4.5) optionalDependencies: - '@vuepress/bundler-vite': 2.0.0-rc.9(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.2)(typescript@5.4.5) - '@vuepress/bundler-webpack': 2.0.0-rc.9(typescript@5.4.5) + '@vuepress/bundler-vite': 2.0.0-rc.11(@types/node@20.12.12)(jiti@1.21.0)(sass@1.77.1)(terser@5.31.0)(tsx@4.10.3)(typescript@5.4.5) + '@vuepress/bundler-webpack': 2.0.0-rc.11(typescript@5.4.5) transitivePeerDependencies: - supports-color - typescript diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index 116d24df92..f773c23675 100644 --- a/themes/theme-default/package.json +++ b/themes/theme-default/package.json @@ -62,7 +62,7 @@ }, "peerDependencies": { "sass-loader": "^14.0.0", - "vuepress": "2.0.0-rc.9" + "vuepress": "2.0.0-rc.11" }, "peerDependenciesMeta": { "sass-loader": { diff --git a/themes/theme-default/src/client/components/AutoLink.vue b/themes/theme-default/src/client/components/AutoLink.vue deleted file mode 100644 index ec40f52271..0000000000 --- a/themes/theme-default/src/client/components/AutoLink.vue +++ /dev/null @@ -1,119 +0,0 @@ - - - diff --git a/themes/theme-default/src/client/components/HomeHero.vue b/themes/theme-default/src/client/components/HomeHero.vue index 82698dd7ea..ec4fb277c8 100644 --- a/themes/theme-default/src/client/components/HomeHero.vue +++ b/themes/theme-default/src/client/components/HomeHero.vue @@ -1,8 +1,8 @@