From be9e8864c3e94d85fc2bd9efa52cbe29bfb6e657 Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Mon, 30 Sep 2024 15:51:11 +0800 Subject: [PATCH] build: bump vuepress --- docs/package.json | 6 +- e2e/package.json | 6 +- package.json | 6 +- .../plugin-baidu-analytics/package.json | 2 +- .../plugin-google-analytics/package.json | 2 +- .../plugin-umami-analytics/package.json | 2 +- plugins/blog/plugin-blog/package.json | 2 +- plugins/blog/plugin-comment/package.json | 2 +- plugins/blog/plugin-feed/package.json | 2 +- .../plugin-active-header-links/package.json | 2 +- plugins/development/plugin-git/package.json | 2 +- .../development/plugin-palette/package.json | 2 +- .../plugin-reading-time/package.json | 2 +- plugins/development/plugin-rtl/package.json | 2 +- .../plugin-sass-palette/package.json | 6 +- .../plugin-theme-data/package.json | 2 +- plugins/development/plugin-toc/package.json | 2 +- .../features/plugin-back-to-top/package.json | 2 +- plugins/features/plugin-catalog/package.json | 2 +- .../features/plugin-copy-code/package.json | 2 +- .../features/plugin-copyright/package.json | 2 +- .../features/plugin-medium-zoom/package.json | 2 +- plugins/features/plugin-notice/package.json | 2 +- .../features/plugin-nprogress/package.json | 2 +- .../features/plugin-photo-swipe/package.json | 2 +- .../features/plugin-watermark/package.json | 2 +- .../markdown/plugin-append-date/package.json | 2 +- .../markdown/plugin-links-check/package.json | 2 +- .../plugin-markdown-container/package.json | 2 +- .../plugin-markdown-hint/package.json | 2 +- .../plugin-markdown-image/package.json | 2 +- .../plugin-markdown-math/package.json | 2 +- .../markdown/plugin-markdown-tab/package.json | 2 +- plugins/markdown/plugin-prismjs/package.json | 2 +- plugins/markdown/plugin-revealjs/package.json | 2 +- plugins/markdown/plugin-shiki/package.json | 6 +- plugins/pwa/plugin-pwa/package.json | 2 +- plugins/pwa/plugin-remove-pwa/package.json | 2 +- plugins/search/plugin-docsearch/package.json | 2 +- plugins/search/plugin-search/package.json | 2 +- plugins/seo/plugin-seo/package.json | 2 +- plugins/seo/plugin-sitemap/package.json | 2 +- plugins/tools/plugin-cache/package.json | 2 +- .../plugin-google-tag-manager/package.json | 2 +- plugins/tools/plugin-redirect/package.json | 2 +- .../plugin-register-components/package.json | 2 +- pnpm-lock.yaml | 552 +++++++++--------- themes/theme-default/package.json | 2 +- .../src/flow/createPackageJson.ts | 4 +- tools/helper/package.json | 6 +- tools/highlighter-helper/package.json | 2 +- 51 files changed, 328 insertions(+), 350 deletions(-) diff --git a/docs/package.json b/docs/package.json index 2ef1f3366d..3eeee1d2a5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@mdit/plugin-footnote": "0.13.1", - "@vuepress/bundler-vite": "2.0.0-rc.15", - "@vuepress/bundler-webpack": "2.0.0-rc.15", + "@vuepress/bundler-vite": "2.0.0-rc.16", + "@vuepress/bundler-webpack": "2.0.0-rc.16", "@vuepress/plugin-back-to-top": "workspace:*", "@vuepress/helper": "workspace:*", "@vuepress/plugin-catalog": "workspace:*", @@ -38,6 +38,6 @@ "sass-embedded": "1.79.4", "sass-loader": "^16.0.2", "vue": "^3.5.10", - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" } } diff --git a/e2e/package.json b/e2e/package.json index cc0c30e0a8..a86d85dd38 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.15", - "@vuepress/bundler-webpack": "2.0.0-rc.15", + "@vuepress/bundler-vite": "2.0.0-rc.16", + "@vuepress/bundler-webpack": "2.0.0-rc.16", "@vuepress/plugin-blog": "workspace:*", "@vuepress/plugin-catalog": "workspace:*", "@vuepress/plugin-copyright": "workspace:*", @@ -32,7 +32,7 @@ "sass-embedded": "1.79.4", "sass-loader": "^16.0.2", "vue": "^3.5.10", - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "devDependencies": { "@playwright/test": "^1.47.2" diff --git a/package.json b/package.json index 276cf8b085..732907178d 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", - "@lerna-lite/cli": "^3.9.1", - "@lerna-lite/publish": "^3.9.1", + "@lerna-lite/cli": "^3.9.2", + "@lerna-lite/publish": "^3.9.2", "@types/node": "^22.7.4", "@types/webpack-env": "^1.18.5", "@vitest/coverage-istanbul": "^2.1.1", @@ -58,7 +58,7 @@ "typescript": "^5.6.2", "vite": "~5.4.8", "vitest": "^2.1.1", - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "packageManager": "pnpm@9.11.0", "engines": { diff --git a/plugins/analytics/plugin-baidu-analytics/package.json b/plugins/analytics/plugin-baidu-analytics/package.json index 6d78364ee7..ce728fb91d 100644 --- a/plugins/analytics/plugin-baidu-analytics/package.json +++ b/plugins/analytics/plugin-baidu-analytics/package.json @@ -44,7 +44,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/analytics/plugin-google-analytics/package.json b/plugins/analytics/plugin-google-analytics/package.json index ddbc1951ea..3f094dfae6 100644 --- a/plugins/analytics/plugin-google-analytics/package.json +++ b/plugins/analytics/plugin-google-analytics/package.json @@ -36,7 +36,7 @@ "clean": "rimraf --glob ./lib ./*.tsbuildinfo" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/analytics/plugin-umami-analytics/package.json b/plugins/analytics/plugin-umami-analytics/package.json index d5cfa42279..7cc1d2876c 100644 --- a/plugins/analytics/plugin-umami-analytics/package.json +++ b/plugins/analytics/plugin-umami-analytics/package.json @@ -44,7 +44,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/blog/plugin-blog/package.json b/plugins/blog/plugin-blog/package.json index 4628ce0aee..8882ad859e 100644 --- a/plugins/blog/plugin-blog/package.json +++ b/plugins/blog/plugin-blog/package.json @@ -44,7 +44,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/blog/plugin-comment/package.json b/plugins/blog/plugin-comment/package.json index 9a894244ac..058cfa4e66 100644 --- a/plugins/blog/plugin-comment/package.json +++ b/plugins/blog/plugin-comment/package.json @@ -54,7 +54,7 @@ "@waline/client": "^3.3.1", "artalk": "^2.9.0", "twikoo": "^1.6.39", - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "peerDependenciesMeta": { "@waline/client": { diff --git a/plugins/blog/plugin-feed/package.json b/plugins/blog/plugin-feed/package.json index bef910fe26..eb7cff9888 100644 --- a/plugins/blog/plugin-feed/package.json +++ b/plugins/blog/plugin-feed/package.json @@ -47,7 +47,7 @@ "@vuepress/plugin-git": "workspace:*" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/development/plugin-active-header-links/package.json b/plugins/development/plugin-active-header-links/package.json index a2c6aadce2..2d0eaae8ff 100644 --- a/plugins/development/plugin-active-header-links/package.json +++ b/plugins/development/plugin-active-header-links/package.json @@ -40,7 +40,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/development/plugin-git/package.json b/plugins/development/plugin-git/package.json index 8ddaa5bf60..04a60c746c 100644 --- a/plugins/development/plugin-git/package.json +++ b/plugins/development/plugin-git/package.json @@ -37,7 +37,7 @@ "execa": "^9.4.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/development/plugin-palette/package.json b/plugins/development/plugin-palette/package.json index d43a984d21..ffd2f6dfe1 100644 --- a/plugins/development/plugin-palette/package.json +++ b/plugins/development/plugin-palette/package.json @@ -43,7 +43,7 @@ "chokidar": "^4.0.1" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/development/plugin-reading-time/package.json b/plugins/development/plugin-reading-time/package.json index 056f20dbd9..668c604fde 100644 --- a/plugins/development/plugin-reading-time/package.json +++ b/plugins/development/plugin-reading-time/package.json @@ -44,7 +44,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/development/plugin-rtl/package.json b/plugins/development/plugin-rtl/package.json index 54d0e8a459..f470a083ec 100644 --- a/plugins/development/plugin-rtl/package.json +++ b/plugins/development/plugin-rtl/package.json @@ -43,7 +43,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/development/plugin-sass-palette/package.json b/plugins/development/plugin-sass-palette/package.json index 18caefa972..97f5031766 100644 --- a/plugins/development/plugin-sass-palette/package.json +++ b/plugins/development/plugin-sass-palette/package.json @@ -50,14 +50,14 @@ "chokidar": "^4.0.1" }, "devDependencies": { - "@vuepress/bundler-vite": "2.0.0-rc.15", - "@vuepress/bundler-webpack": "2.0.0-rc.15" + "@vuepress/bundler-vite": "2.0.0-rc.16", + "@vuepress/bundler-webpack": "2.0.0-rc.16" }, "peerDependencies": { "sass": "^1.79.2", "sass-embedded": "^1.79.2", "sass-loader": "^16.0.1", - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "peerDependenciesMeta": { "sass": { diff --git a/plugins/development/plugin-theme-data/package.json b/plugins/development/plugin-theme-data/package.json index 96577163a9..0fbdc61fb5 100644 --- a/plugins/development/plugin-theme-data/package.json +++ b/plugins/development/plugin-theme-data/package.json @@ -40,7 +40,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/development/plugin-toc/package.json b/plugins/development/plugin-toc/package.json index 790af3dd96..378d62c514 100644 --- a/plugins/development/plugin-toc/package.json +++ b/plugins/development/plugin-toc/package.json @@ -39,7 +39,7 @@ "vue-router": "^4.4.5" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/features/plugin-back-to-top/package.json b/plugins/features/plugin-back-to-top/package.json index 94c0a7c513..57f5e576df 100644 --- a/plugins/features/plugin-back-to-top/package.json +++ b/plugins/features/plugin-back-to-top/package.json @@ -42,7 +42,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/features/plugin-catalog/package.json b/plugins/features/plugin-catalog/package.json index de961dea68..898eda38ca 100644 --- a/plugins/features/plugin-catalog/package.json +++ b/plugins/features/plugin-catalog/package.json @@ -45,7 +45,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/features/plugin-copy-code/package.json b/plugins/features/plugin-copy-code/package.json index 9956abf3df..d0bdb6360b 100644 --- a/plugins/features/plugin-copy-code/package.json +++ b/plugins/features/plugin-copy-code/package.json @@ -47,7 +47,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/features/plugin-copyright/package.json b/plugins/features/plugin-copyright/package.json index 8c159c3640..8e7eb6334d 100644 --- a/plugins/features/plugin-copyright/package.json +++ b/plugins/features/plugin-copyright/package.json @@ -44,7 +44,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/features/plugin-medium-zoom/package.json b/plugins/features/plugin-medium-zoom/package.json index 9e55c872f5..2517da5892 100644 --- a/plugins/features/plugin-medium-zoom/package.json +++ b/plugins/features/plugin-medium-zoom/package.json @@ -43,7 +43,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/features/plugin-notice/package.json b/plugins/features/plugin-notice/package.json index 4d155aea1f..9c00b98169 100644 --- a/plugins/features/plugin-notice/package.json +++ b/plugins/features/plugin-notice/package.json @@ -42,7 +42,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/features/plugin-nprogress/package.json b/plugins/features/plugin-nprogress/package.json index 5f379d7a0d..d8cfc5291b 100644 --- a/plugins/features/plugin-nprogress/package.json +++ b/plugins/features/plugin-nprogress/package.json @@ -40,7 +40,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/features/plugin-photo-swipe/package.json b/plugins/features/plugin-photo-swipe/package.json index 76bc5d1a9d..b1877e694d 100644 --- a/plugins/features/plugin-photo-swipe/package.json +++ b/plugins/features/plugin-photo-swipe/package.json @@ -48,7 +48,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/features/plugin-watermark/package.json b/plugins/features/plugin-watermark/package.json index 021ee350f3..f2a41a7b51 100644 --- a/plugins/features/plugin-watermark/package.json +++ b/plugins/features/plugin-watermark/package.json @@ -40,7 +40,7 @@ "watermark-js-plus": "^1.5.7" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/markdown/plugin-append-date/package.json b/plugins/markdown/plugin-append-date/package.json index 89ef1a5bea..a568fc2a8a 100644 --- a/plugins/markdown/plugin-append-date/package.json +++ b/plugins/markdown/plugin-append-date/package.json @@ -42,7 +42,7 @@ }, "peerDependencies": { "@vuepress/plugin-git": "workspace:*", - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/markdown/plugin-links-check/package.json b/plugins/markdown/plugin-links-check/package.json index 3466d2a019..9f7a96e808 100644 --- a/plugins/markdown/plugin-links-check/package.json +++ b/plugins/markdown/plugin-links-check/package.json @@ -41,7 +41,7 @@ "@vuepress/helper": "workspace:*" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/markdown/plugin-markdown-container/package.json b/plugins/markdown/plugin-markdown-container/package.json index 44cd9a0915..11a383878f 100644 --- a/plugins/markdown/plugin-markdown-container/package.json +++ b/plugins/markdown/plugin-markdown-container/package.json @@ -39,7 +39,7 @@ "markdown-it-container": "^4.0.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "devDependencies": { "markdown-it": "^14.1.0" diff --git a/plugins/markdown/plugin-markdown-hint/package.json b/plugins/markdown/plugin-markdown-hint/package.json index ddffe1796b..cce1c16f2e 100644 --- a/plugins/markdown/plugin-markdown-hint/package.json +++ b/plugins/markdown/plugin-markdown-hint/package.json @@ -48,7 +48,7 @@ "@vueuse/core": "^11.1.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "devDependencies": { "markdown-it": "^14.1.0" diff --git a/plugins/markdown/plugin-markdown-image/package.json b/plugins/markdown/plugin-markdown-image/package.json index 707ba989b3..8734691c34 100644 --- a/plugins/markdown/plugin-markdown-image/package.json +++ b/plugins/markdown/plugin-markdown-image/package.json @@ -54,7 +54,7 @@ "@vuepress/helper": "workspace:*" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/markdown/plugin-markdown-math/package.json b/plugins/markdown/plugin-markdown-math/package.json index 53190b1048..1c60af46ea 100644 --- a/plugins/markdown/plugin-markdown-math/package.json +++ b/plugins/markdown/plugin-markdown-math/package.json @@ -49,7 +49,7 @@ "peerDependencies": { "katex": "^0.16.10", "mathjax-full": "^3.2.2", - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "peerDependenciesMeta": { "katex": { diff --git a/plugins/markdown/plugin-markdown-tab/package.json b/plugins/markdown/plugin-markdown-tab/package.json index 5ccf448430..a555c0a845 100644 --- a/plugins/markdown/plugin-markdown-tab/package.json +++ b/plugins/markdown/plugin-markdown-tab/package.json @@ -48,7 +48,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "devDependencies": { "markdown-it": "^14.1.0" diff --git a/plugins/markdown/plugin-prismjs/package.json b/plugins/markdown/plugin-prismjs/package.json index e5df68cc13..fade4cca33 100644 --- a/plugins/markdown/plugin-prismjs/package.json +++ b/plugins/markdown/plugin-prismjs/package.json @@ -47,7 +47,7 @@ "markdown-it": "^14.1.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/markdown/plugin-revealjs/package.json b/plugins/markdown/plugin-revealjs/package.json index 0af2abe6c1..6c2bf05c88 100644 --- a/plugins/markdown/plugin-revealjs/package.json +++ b/plugins/markdown/plugin-revealjs/package.json @@ -52,7 +52,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "devDependencies": { "markdown-it": "^14.1.0" diff --git a/plugins/markdown/plugin-shiki/package.json b/plugins/markdown/plugin-shiki/package.json index 7395baf44b..f87e86d47f 100644 --- a/plugins/markdown/plugin-shiki/package.json +++ b/plugins/markdown/plugin-shiki/package.json @@ -37,14 +37,14 @@ "style": "sass src:lib --embed-sources --style=compressed" }, "dependencies": { - "@shikijs/transformers": "^1.20.0", + "@shikijs/transformers": "^1.21.0", "@vuepress/helper": "workspace:*", "@vuepress/highlighter-helper": "workspace:*", "nanoid": "^5.0.7", - "shiki": "^1.20.0" + "shiki": "^1.21.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/pwa/plugin-pwa/package.json b/plugins/pwa/plugin-pwa/package.json index c3bdf60e11..f134ae3f3a 100644 --- a/plugins/pwa/plugin-pwa/package.json +++ b/plugins/pwa/plugin-pwa/package.json @@ -49,7 +49,7 @@ "workbox-build": "^7.1.1" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/pwa/plugin-remove-pwa/package.json b/plugins/pwa/plugin-remove-pwa/package.json index 5898633dd4..505c260c96 100644 --- a/plugins/pwa/plugin-remove-pwa/package.json +++ b/plugins/pwa/plugin-remove-pwa/package.json @@ -38,7 +38,7 @@ "clean": "rimraf --glob ./lib ./*.tsbuildinfo" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/search/plugin-docsearch/package.json b/plugins/search/plugin-docsearch/package.json index 155a966318..51b977eada 100644 --- a/plugins/search/plugin-docsearch/package.json +++ b/plugins/search/plugin-docsearch/package.json @@ -48,7 +48,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/search/plugin-search/package.json b/plugins/search/plugin-search/package.json index 613411f3cc..b8ee6d882e 100644 --- a/plugins/search/plugin-search/package.json +++ b/plugins/search/plugin-search/package.json @@ -41,7 +41,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/seo/plugin-seo/package.json b/plugins/seo/plugin-seo/package.json index 45b5e710ac..00bb7cd76f 100644 --- a/plugins/seo/plugin-seo/package.json +++ b/plugins/seo/plugin-seo/package.json @@ -44,7 +44,7 @@ "@vuepress/plugin-git": "workspace:*" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/seo/plugin-sitemap/package.json b/plugins/seo/plugin-sitemap/package.json index 1b7e928c3f..34ef3dc52f 100644 --- a/plugins/seo/plugin-sitemap/package.json +++ b/plugins/seo/plugin-sitemap/package.json @@ -47,7 +47,7 @@ "@vuepress/plugin-git": "workspace:*" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/tools/plugin-cache/package.json b/plugins/tools/plugin-cache/package.json index ed74369d28..1edcb95736 100644 --- a/plugins/tools/plugin-cache/package.json +++ b/plugins/tools/plugin-cache/package.json @@ -34,7 +34,7 @@ "clean": "rimraf --glob ./lib ./*.tsbuildinfo" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/tools/plugin-google-tag-manager/package.json b/plugins/tools/plugin-google-tag-manager/package.json index 5c6a7a5fe0..6915dc66f7 100644 --- a/plugins/tools/plugin-google-tag-manager/package.json +++ b/plugins/tools/plugin-google-tag-manager/package.json @@ -35,7 +35,7 @@ "clean": "rimraf --glob ./lib ./*.tsbuildinfo" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/tools/plugin-redirect/package.json b/plugins/tools/plugin-redirect/package.json index 28335993a4..b18024de92 100644 --- a/plugins/tools/plugin-redirect/package.json +++ b/plugins/tools/plugin-redirect/package.json @@ -49,7 +49,7 @@ "vue": "^3.5.10" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/plugins/tools/plugin-register-components/package.json b/plugins/tools/plugin-register-components/package.json index 72d4651030..a51afc0400 100644 --- a/plugins/tools/plugin-register-components/package.json +++ b/plugins/tools/plugin-register-components/package.json @@ -38,7 +38,7 @@ "chokidar": "^3.6.0" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e14d1c0207..fa4e959371 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,11 +15,11 @@ importers: specifier: ^19.5.0 version: 19.5.0 '@lerna-lite/cli': - specifier: ^3.9.1 - version: 3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(@lerna-lite/version@3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(typescript@5.6.2))(typescript@5.6.2) + specifier: ^3.9.2 + version: 3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(@lerna-lite/version@3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(typescript@5.6.2))(typescript@5.6.2) '@lerna-lite/publish': - specifier: ^3.9.1 - version: 3.9.1(typescript@5.6.2) + specifier: ^3.9.2 + version: 3.9.2(typescript@5.6.2) '@types/node': specifier: ^22.7.4 version: 22.7.4 @@ -96,8 +96,8 @@ importers: specifier: ^2.1.1 version: 2.1.1(@types/node@22.7.4)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) docs: dependencies: @@ -105,11 +105,11 @@ importers: specifier: 0.13.1 version: 0.13.1(markdown-it@14.1.0) '@vuepress/bundler-vite': - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) '@vuepress/bundler-webpack': - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(typescript@5.6.2) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(typescript@5.6.2) '@vuepress/helper': specifier: workspace:* version: link:../tools/helper @@ -189,17 +189,17 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) e2e: dependencies: '@vuepress/bundler-vite': - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) '@vuepress/bundler-webpack': - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(typescript@5.6.2) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(typescript@5.6.2) '@vuepress/plugin-blog': specifier: workspace:* version: link:../plugins/blog/plugin-blog @@ -246,8 +246,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: '@playwright/test': specifier: ^1.47.2 @@ -262,14 +262,14 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/analytics/plugin-google-analytics: dependencies: vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/analytics/plugin-umami-analytics: dependencies: @@ -280,8 +280,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/blog/plugin-blog: dependencies: @@ -295,8 +295,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/blog/plugin-comment: dependencies: @@ -319,8 +319,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/blog/plugin-feed: dependencies: @@ -328,8 +328,8 @@ importers: specifier: workspace:* version: link:../../../tools/helper vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) xml-js: specifier: ^1.6.11 version: 1.6.11 @@ -347,8 +347,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/development/plugin-git: dependencies: @@ -356,8 +356,8 @@ importers: specifier: ^9.4.0 version: 9.4.0 vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/development/plugin-palette: dependencies: @@ -368,8 +368,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/development/plugin-reading-time: dependencies: @@ -380,8 +380,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/development/plugin-rtl: dependencies: @@ -392,8 +392,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/development/plugin-sass-palette: dependencies: @@ -413,15 +413,15 @@ importers: specifier: ^16.0.1 version: 16.0.2(sass-embedded@1.79.4)(sass@1.79.4)(webpack@5.95.0) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: '@vuepress/bundler-vite': - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) '@vuepress/bundler-webpack': - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(typescript@5.6.2) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(typescript@5.6.2) plugins/development/plugin-theme-data: dependencies: @@ -432,8 +432,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/development/plugin-toc: dependencies: @@ -444,8 +444,8 @@ importers: specifier: ^4.4.5 version: 4.4.5(vue@3.5.10(typescript@5.6.2)) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/features/plugin-back-to-top: dependencies: @@ -459,8 +459,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/features/plugin-catalog: dependencies: @@ -471,8 +471,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/features/plugin-copy-code: dependencies: @@ -486,8 +486,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/features/plugin-copyright: dependencies: @@ -501,8 +501,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/features/plugin-medium-zoom: dependencies: @@ -516,8 +516,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/features/plugin-notice: dependencies: @@ -531,8 +531,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/features/plugin-nprogress: dependencies: @@ -543,8 +543,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/features/plugin-photo-swipe: dependencies: @@ -561,8 +561,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/features/plugin-watermark: dependencies: @@ -573,8 +573,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) watermark-js-plus: specifier: ^1.5.7 version: 1.5.7 @@ -588,8 +588,8 @@ importers: specifier: workspace:* version: link:../../development/plugin-git vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/markdown/plugin-links-check: dependencies: @@ -597,8 +597,8 @@ importers: specifier: workspace:* version: link:../../../tools/helper vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/markdown/plugin-markdown-container: dependencies: @@ -609,8 +609,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: markdown-it: specifier: ^14.1.0 @@ -634,8 +634,8 @@ importers: specifier: ^11.1.0 version: 11.1.0(vue@3.5.10(typescript@5.6.2)) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: markdown-it: specifier: ^14.1.0 @@ -662,8 +662,8 @@ importers: specifier: workspace:* version: link:../../../tools/helper vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/markdown/plugin-markdown-math: dependencies: @@ -689,8 +689,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: markdown-it: specifier: ^14.1.0 @@ -714,8 +714,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: markdown-it: specifier: ^14.1.0 @@ -733,8 +733,8 @@ importers: specifier: ^1.29.0 version: 1.29.0 vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: '@types/markdown-it': specifier: ^14.1.2 @@ -770,8 +770,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: markdown-it: specifier: ^14.1.0 @@ -780,8 +780,8 @@ importers: plugins/markdown/plugin-shiki: dependencies: '@shikijs/transformers': - specifier: ^1.20.0 - version: 1.20.0 + specifier: ^1.21.0 + version: 1.21.0 '@vuepress/helper': specifier: workspace:* version: link:../../../tools/helper @@ -792,11 +792,11 @@ importers: specifier: ^5.0.7 version: 5.0.7 shiki: - specifier: ^1.20.0 - version: 1.20.0 + specifier: ^1.21.0 + version: 1.21.0 vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: '@types/markdown-it': specifier: ^14.1.2 @@ -823,8 +823,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) workbox-build: specifier: ^7.1.1 version: 7.1.1 @@ -832,8 +832,8 @@ importers: plugins/pwa/plugin-remove-pwa: dependencies: vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/search/plugin-docsearch: dependencies: @@ -859,8 +859,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/search/plugin-search: dependencies: @@ -871,8 +871,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/seo/plugin-seo: dependencies: @@ -880,8 +880,8 @@ importers: specifier: workspace:* version: link:../../../tools/helper vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: '@vuepress/plugin-git': specifier: workspace:* @@ -896,8 +896,8 @@ importers: specifier: ^8.0.0 version: 8.0.0 vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: '@vuepress/plugin-git': specifier: workspace:* @@ -912,14 +912,14 @@ importers: specifier: ^10.4.3 version: 10.4.3 vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/tools/plugin-google-tag-manager: dependencies: vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/tools/plugin-redirect: dependencies: @@ -936,8 +936,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) plugins/tools/plugin-register-components: dependencies: @@ -945,8 +945,8 @@ importers: specifier: ^3.6.0 version: 3.6.0 vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) themes/theme-default: dependencies: @@ -1011,8 +1011,8 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) tools/create-vuepress: dependencies: @@ -1054,18 +1054,18 @@ importers: specifier: ^3.5.10 version: 3.5.10(typescript@5.6.2) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) devDependencies: '@types/connect': specifier: 3.4.38 version: 3.4.38 '@vuepress/bundler-vite': - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) '@vuepress/bundler-webpack': - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(typescript@5.6.2) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(typescript@5.6.2) '@vuepress/plugin-git': specifier: workspace:* version: link:../../plugins/development/plugin-git @@ -1082,8 +1082,8 @@ importers: specifier: ^11.0.0 version: 11.1.0(vue@3.5.10(typescript@5.6.2)) vuepress: - specifier: 2.0.0-rc.15 - version: 2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) + specifier: 2.0.0-rc.16 + version: 2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)) tools/vp-update: dependencies: @@ -2224,10 +2224,6 @@ packages: resolution: {integrity: sha512-VA96GPFaSOVudjKFraokEEmUQg/Lub6OXvbIEZU1SDCmBzRkHGhxoFAVaF30nyiB4m5cEbDgiI2QRacXZ2hw9Q==} engines: {node: '>=18'} - '@inquirer/expand@2.3.0': - resolution: {integrity: sha512-qnJsUcOGCSG1e5DTOErmv2BPQqrtT6uzqn1vI/aYGiPKq+FgslGZmtdnXbhuI7IlT7OByDoEEqdnhUnVR2hhLw==} - engines: {node: '>=18'} - '@inquirer/expand@3.0.1': resolution: {integrity: sha512-ToG8d6RIbnVpbdPdiN7BCxZGiHOTomOX94C2FaT5KOHupV40tKEDozp12res6cMIfRKrXLJyexAZhWVHgbALSQ==} engines: {node: '>=18'} @@ -2236,10 +2232,6 @@ packages: resolution: {integrity: sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==} engines: {node: '>=18'} - '@inquirer/input@2.3.0': - resolution: {integrity: sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==} - engines: {node: '>=18'} - '@inquirer/input@3.0.1': resolution: {integrity: sha512-BDuPBmpvi8eMCxqC5iacloWqv+5tQSJlUafYWUe31ow1BVXjW2a5qe3dh4X/Z25Wp22RwvcaLCc2siHobEOfzg==} engines: {node: '>=18'} @@ -2264,18 +2256,10 @@ packages: resolution: {integrity: sha512-r5hBKZk3g5MkIzLVoSgE4evypGqtOannnB3PKTG9NRZxyFRKcfzrdxXXPcoJQsxJPzvdSU2Rn7pB7lw0GCmGAg==} engines: {node: '>=18'} - '@inquirer/select@2.5.0': - resolution: {integrity: sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==} - engines: {node: '>=18'} - '@inquirer/select@3.0.1': resolution: {integrity: sha512-lUDGUxPhdWMkN/fHy1Lk7pF3nK1fh/gqeyWXmctefhxLYxlDsc7vsPBEpxrfVGDsVdyYJsiJoD4bJ1b623cV1Q==} engines: {node: '>=18'} - '@inquirer/type@1.5.5': - resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} - engines: {node: '>=18'} - '@inquirer/type@2.0.0': resolution: {integrity: sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==} engines: {node: '>=18'} @@ -2341,8 +2325,8 @@ packages: '@leichtgewicht/ip-codec@2.0.5': resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==} - '@lerna-lite/cli@3.9.1': - resolution: {integrity: sha512-WAqBZZbXJsRZRRLUwIUCI21croYF9AiOQI86nXV75u0booqZJhUQyp7bnj54Eb23+Y0PEjN1qxMiIhiAPRPYOQ==} + '@lerna-lite/cli@3.9.2': + resolution: {integrity: sha512-luplQHUv3HeZ+YWBH+Q2NApEhEhczQDhzORoHwT5GofZQSsnINKD5PSUQrRBLRRp5rgXB587vSTQF6OoQV0mWw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -2366,24 +2350,24 @@ packages: '@lerna-lite/watch': optional: true - '@lerna-lite/core@3.9.1': - resolution: {integrity: sha512-xIJcHu6be937nNNtkHaaj37pdc+GtwdiO60iURGqHZJNPaN2lq00bqcSQ3OVuszpBQXGaMI3DuvDTdxoZR7clg==} + '@lerna-lite/core@3.9.2': + resolution: {integrity: sha512-phbTnRNAMRvAtYiCl70SUaVWItAwY6HOznUgKt1vykReW3PabNEfb+sbq69/a7FS2qeQaCSAmAjO9fkVaEjUjw==} engines: {node: ^18.0.0 || >=20.0.0} - '@lerna-lite/init@3.9.1': - resolution: {integrity: sha512-2QwvKiMOLOpBxXxZxMo28LF/M6JTfjdyah7nWgWUaJDbr2ew6ZL23fLIq/irtWaOn4LTViwWzEdY4zGGQKrNmg==} + '@lerna-lite/init@3.9.2': + resolution: {integrity: sha512-2YNlZsUk2DBcAUpIy4ZKjaNgi2bQ87+P96xqxaUGw5s+oFCgJJZwPGKORH/Slm9d5m1cPTpywiBBgbgG18JUwQ==} engines: {node: ^18.0.0 || >=20.0.0} '@lerna-lite/npmlog@3.8.0': resolution: {integrity: sha512-ny8vueqyhWZtNRsoOVUybdOK6KcGDpLzFD01Ae4k/NjEw1ap3v6sUS0k7h/U2/HmZgiR0bU+XRJShuoUZf6E/g==} engines: {node: ^18.0.0 || >=20.0.0} - '@lerna-lite/publish@3.9.1': - resolution: {integrity: sha512-j85gQZ4B+S/e13lwoQhzlJ3YQHBuR80xvCqMf+oFrCxsyfOHXtZB1kdAsOQFCR9j1jcAiCnz+6V2xr06visJ8Q==} + '@lerna-lite/publish@3.9.2': + resolution: {integrity: sha512-H/2/1JWgx0GnhYaLN47DJAx8r3jMp6BTrtgX0KomAskJKPl85QerEkBCwg1NQ0UcAqVISbhwrLx9U8rvUZBIeA==} engines: {node: ^18.0.0 || >=20.0.0} - '@lerna-lite/version@3.9.1': - resolution: {integrity: sha512-gljKw4HvmL+YSOYqMEXV2BhcrVrh+k5fO3ecVo8NxC0t43DTCLgKWvY6BAp9XJuxD/achTaw2nr1QbIsfpsylQ==} + '@lerna-lite/version@3.9.2': + resolution: {integrity: sha512-Gev5HLFW7UCkBuYnXBHLHj+/9CJtH8g1CBZ3Fjc7OdIHVOivFH/2Dzm+PbWsxbn0QGIyt4qJPIFCvOw8eo/Adw==} engines: {node: ^18.0.0 || >=20.0.0} '@lit-labs/ssr-dom-shim@1.2.1': @@ -2637,8 +2621,8 @@ packages: '@octokit/plugin-enterprise-rest@6.0.1': resolution: {integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==} - '@octokit/plugin-paginate-rest@11.3.4': - resolution: {integrity: sha512-lqBHWiuI468XJ/o06Eg6hgACGXwikyHUzoYs/Y3gA1uVzPldxSeuEiCLAZRy4ovaAJozjds18ni2wgdT1oWtDQ==} + '@octokit/plugin-paginate-rest@11.3.5': + resolution: {integrity: sha512-cgwIRtKrpwhLoBi0CUNuY83DPGRMaWVjqVI/bGKsLJ4PzyWZNaEmhHroI2xlrVXkk6nFv0IsZpOp+ZWSWUS2AQ==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=6' @@ -2811,20 +2795,20 @@ packages: '@sec-ant/readable-stream@0.4.1': resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} - '@shikijs/core@1.20.0': - resolution: {integrity: sha512-KlO3iE0THzSdYkzDFugt8SHe6FR3qNYTkmpbdW1d6xo8juQkMjybxAw/cBi2npL2eb2F4PbbnSs5Z9tDusfvyg==} + '@shikijs/core@1.21.0': + resolution: {integrity: sha512-zAPMJdiGuqXpZQ+pWNezQAk5xhzRXBNiECFPcJLtUdsFM3f//G95Z15EHTnHchYycU8kIIysqGgxp8OVSj1SPQ==} - '@shikijs/engine-javascript@1.20.0': - resolution: {integrity: sha512-ZUMo758uduM0Tfgzi/kd+0IKMbNdumCxxWjY36uf1DIs2Qyg9HIq3vA1Wfa/vc6HE7tHWFpANRi3mv7UzJ68MQ==} + '@shikijs/engine-javascript@1.21.0': + resolution: {integrity: sha512-jxQHNtVP17edFW4/0vICqAVLDAxmyV31MQJL4U/Kg+heQALeKYVOWo0sMmEZ18FqBt+9UCdyqGKYE7bLRtk9mg==} - '@shikijs/engine-oniguruma@1.20.0': - resolution: {integrity: sha512-MQ40WkVTZk7by33ces4PGK6XNFSo6PYvKTSAr2kTWdRNhFmOcnaX+1XzvFwB26eySXR7U74t91czZ1qJkEgxTA==} + '@shikijs/engine-oniguruma@1.21.0': + resolution: {integrity: sha512-AIZ76XocENCrtYzVU7S4GY/HL+tgHGbVU+qhiDyNw1qgCA5OSi4B4+HY4BtAoJSMGuD/L5hfTzoRVbzEm2WTvg==} - '@shikijs/transformers@1.20.0': - resolution: {integrity: sha512-TNS5KAErbNIOm1QqabuVaU77NOs5xWfpjpnqME059SA8yddr3mN5ZNAeCI+4QAAnNqZd8RKXjp+9hw66f5ak/A==} + '@shikijs/transformers@1.21.0': + resolution: {integrity: sha512-aA+XGGSzipcvqdsOYL8l6Q2RYiMuJNdhdt9eZnkJmW+wjSOixN/I7dBq3fISwvEMDlawrtuXM3eybLCEC+Fjlg==} - '@shikijs/types@1.20.0': - resolution: {integrity: sha512-y+EaDvU2K6/GaXOKXxJaGnr1XtmZMF7MfS0pSEDdxEq66gCtKsLwQvVwoQFdp7R7dLlNAro3ijEE19sMZ0pzqg==} + '@shikijs/types@1.21.0': + resolution: {integrity: sha512-tzndANDhi5DUndBtpojEq/42+dpUF2wS7wdCDQaFtIXm3Rd1QkrcVgSSRLOvEwexekihOXfbYJINW37g96tJRw==} '@shikijs/vscode-textmate@9.2.2': resolution: {integrity: sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==} @@ -3184,30 +3168,33 @@ packages: '@vue/shared@3.5.10': resolution: {integrity: sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==} - '@vuepress/bundler-vite@2.0.0-rc.15': - resolution: {integrity: sha512-xPJBOvrt9hn+3dkMuWIpVy1Jb3a29ZPkEZ0nE10ULzLaGvN+Lv6tB7FPTN9d67LGT4wi09X0EXSvWg9Eun+6pQ==} + '@vuepress/bundler-vite@2.0.0-rc.16': + resolution: {integrity: sha512-tfAxbrXGQMqN72MWPdProhLvYwlzCQlwQw4IXADb9tOtBG7MjHt6EXlzVzc3Vtgp2sajWMWC+COjqQIMJza0ag==} + + '@vuepress/bundler-webpack@2.0.0-rc.16': + resolution: {integrity: sha512-Akr82cKNLUKsh51Rp/1AxGcyH3xpfJwwAX4zxubMK7THEz1fCvEPFpiQ0/+k7foPnudirpG2jUcMon9a9lxyWA==} - '@vuepress/bundler-webpack@2.0.0-rc.15': - resolution: {integrity: sha512-btoZPkSbEubEKOWLkFtt1BsSRlXL12foYs6aLdhlh+21VZId3o8jHC1JXS24sjHkIuqni5ZyRPKnKIFVckjdmQ==} + '@vuepress/bundlerutils@2.0.0-rc.16': + resolution: {integrity: sha512-DlGJ+e56M7/P72axn35E8Yldq2JFLYbIK7ZmHQDvUfrYpHECzKD3+TcDcXBRs56jSMDsp9k35WOYtI24COOc8A==} - '@vuepress/cli@2.0.0-rc.15': - resolution: {integrity: sha512-frJ0G4sOWUicpa6P1avpgYT0ZLfaAPeRCugghaQGVPnssYuddsP9KBIwfsJ5RP4lWpwfcsdZEuJKKrVJDh6PkQ==} + '@vuepress/cli@2.0.0-rc.16': + resolution: {integrity: sha512-pP56akcsBIrZV8EUocFpTqZ5uT9J54vclRD+wOe6FpWt4ME8gpRUU3p6Q3CgHPGv4rfNVoiiCdnt6XQWEhRwSg==} hasBin: true - '@vuepress/client@2.0.0-rc.15': - resolution: {integrity: sha512-73TWRIFKFqDRI+JHFjVWUJNfeExBYUxR7QuB5ZrtbntvN7Tu+Qr6wMwTU9bwDttRIaxUzoTBuTN5wfAiijokHg==} + '@vuepress/client@2.0.0-rc.16': + resolution: {integrity: sha512-5hjExjyXtgEIbB46khMYCyGfdkPx5FWoyj1qhLperEaU78oY7jul+k1sTpH4v0pbYDH2vY3Va2AmC08zQoze/g==} - '@vuepress/core@2.0.0-rc.15': - resolution: {integrity: sha512-CcVuANpF3k5QH6k27uShpQc+fdb35QdMbqNr4YEBleCVM2M5fHPeA8Did2OgzDzdr15G+AX2aP98yNVLgNR8cw==} + '@vuepress/core@2.0.0-rc.16': + resolution: {integrity: sha512-PTCGIjDE8gyH7fSAnqR1ityrpj4SpgTzEXQ9HEj3ilXUtPzPrKK/Lg1mZ/BDOQm0u76Ytz54HnqkcIgBO50VPg==} - '@vuepress/markdown@2.0.0-rc.15': - resolution: {integrity: sha512-q+yuwV+PzvFCs92Q/O/3HHRDY9CNYKJgc+fKbqE98P3qGBATnDtABUjc+NjtPvG4OdYt2fELTXOzyprE8omFIw==} + '@vuepress/markdown@2.0.0-rc.16': + resolution: {integrity: sha512-8LLrlqcI8jeHOM5FMQy5J3UHOSevleF01A5Vrh1s67wpDur0UQ8CzeHU6Hccf3VK/HE2DLPlo7LqbxHQMKg4eQ==} - '@vuepress/shared@2.0.0-rc.15': - resolution: {integrity: sha512-KLTTw0MWXrLw5XQ8h6y1iI11zJdlZcB8jXgAdOHFJ3a++InDYmUC0aCE0KbXyQTH46ODpMadJnz8/RewCftVXg==} + '@vuepress/shared@2.0.0-rc.16': + resolution: {integrity: sha512-O0QPP4F79pr7rfZy6dR/9T6Mw4uQni6WOTeR1IciAhEco4LTzyGtYcMlHQUwqgXfsI01ud62bDTKFS17k+IDuQ==} - '@vuepress/utils@2.0.0-rc.15': - resolution: {integrity: sha512-yHdMxPg8yxlAz/QL5G7U1IQ+jk34sCtn8H8X5j+A2U1x/j2lnr8LLDWzl84TyN78pdEA1cQL5g7Ks/zTzrIWhQ==} + '@vuepress/utils@2.0.0-rc.16': + resolution: {integrity: sha512-fRGS01bsmq7FYvhB7n0fF1w9gLa9X/sXGYMqJgNeVfvsjrqxBQLFShRl3xVQl7UAjiqfQ72om1L7OORYQEp1Mw==} '@vueuse/core@11.1.0': resolution: {integrity: sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==} @@ -4340,8 +4327,8 @@ packages: peerDependencies: eslint: '>=4.19.1' - eslint-plugin-import-x@4.3.0: - resolution: {integrity: sha512-PxGzP7gAjF2DLeRnQtbYkkgZDg1intFyYr/XS1LgTYXUDrSXMHGkXx8++6i2eDv2jMs0jfeO6G6ykyeWxiFX7w==} + eslint-plugin-import-x@4.3.1: + resolution: {integrity: sha512-5TriWkXulDl486XnYYRgsL+VQoS/7mhN/2ci02iLCuL7gdhbiWxnsuL/NTcaKY9fpMgsMFjWZBtIGW7pb+RX0g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -6975,8 +6962,8 @@ packages: shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - shiki@1.20.0: - resolution: {integrity: sha512-MZJJ1PCFsQB1Piq+25wiz0a75yUv8Q3/fzy7SzRx5ONdjdtGdyiKwYn8vb/FnK5kjS0voWGnPpjG16POauUR+g==} + shiki@1.21.0: + resolution: {integrity: sha512-apCH5BoWTrmHDPGgg3RF8+HAAbEL/CdbYr8rMw7eIrdhCkZHdVGat5mMNlRtd1erNG01VPMIKHNQ0Pj2HMAiog==} side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} @@ -7756,14 +7743,14 @@ packages: typescript: optional: true - vuepress@2.0.0-rc.15: - resolution: {integrity: sha512-8DRaONwIaG0Jn3P8OKBysTfcO1yPO1UwfUUNQjbToLrbYSsGFiFwpuTMSL3HbdaX7ou6TuJHgK/wuslsUV8jCQ==} - engines: {node: '>=18.16.0'} + vuepress@2.0.0-rc.16: + resolution: {integrity: sha512-HBg8xm/bXSDZ1Ehunr3EmG4h+knsgiYXaxJn/dxsJH7hElIw3XWMJal3RzvrJbO5TRIjZ5xzD/St5wsQyWPn+w==} + engines: {node: ^18.19.0 || >=20.4.0} hasBin: true peerDependencies: - '@vuepress/bundler-vite': 2.0.0-rc.15 - '@vuepress/bundler-webpack': 2.0.0-rc.15 - vue: ^3.4.0 + '@vuepress/bundler-vite': 2.0.0-rc.16 + '@vuepress/bundler-webpack': 2.0.0-rc.16 + vue: ^3.5.0 peerDependenciesMeta: '@vuepress/bundler-vite': optional: true @@ -9308,12 +9295,6 @@ snapshots: '@inquirer/type': 2.0.0 external-editor: 3.1.0 - '@inquirer/expand@2.3.0': - dependencies: - '@inquirer/core': 9.2.1 - '@inquirer/type': 1.5.5 - yoctocolors-cjs: 2.1.2 - '@inquirer/expand@3.0.1': dependencies: '@inquirer/core': 9.2.1 @@ -9322,11 +9303,6 @@ snapshots: '@inquirer/figures@1.0.6': {} - '@inquirer/input@2.3.0': - dependencies: - '@inquirer/core': 9.2.1 - '@inquirer/type': 1.5.5 - '@inquirer/input@3.0.1': dependencies: '@inquirer/core': 9.2.1 @@ -9369,14 +9345,6 @@ snapshots: '@inquirer/type': 2.0.0 yoctocolors-cjs: 2.1.2 - '@inquirer/select@2.5.0': - dependencies: - '@inquirer/core': 9.2.1 - '@inquirer/figures': 1.0.6 - '@inquirer/type': 1.5.5 - ansi-escapes: 4.3.2 - yoctocolors-cjs: 2.1.2 - '@inquirer/select@3.0.1': dependencies: '@inquirer/core': 9.2.1 @@ -9385,10 +9353,6 @@ snapshots: ansi-escapes: 4.3.2 yoctocolors-cjs: 2.1.2 - '@inquirer/type@1.5.5': - dependencies: - mute-stream: 1.0.0 - '@inquirer/type@2.0.0': dependencies: mute-stream: 1.0.0 @@ -9459,10 +9423,10 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@lerna-lite/cli@3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(@lerna-lite/version@3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(typescript@5.6.2))(typescript@5.6.2)': + '@lerna-lite/cli@3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(@lerna-lite/version@3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(typescript@5.6.2))(typescript@5.6.2)': dependencies: - '@lerna-lite/core': 3.9.1(typescript@5.6.2) - '@lerna-lite/init': 3.9.1(typescript@5.6.2) + '@lerna-lite/core': 3.9.2(typescript@5.6.2) + '@lerna-lite/init': 3.9.2(typescript@5.6.2) '@lerna-lite/npmlog': 3.8.0 dedent: 1.5.3 dotenv: 16.4.5 @@ -9470,22 +9434,21 @@ snapshots: load-json-file: 7.0.1 yargs: 17.7.2 optionalDependencies: - '@lerna-lite/publish': 3.9.1(typescript@5.6.2) - '@lerna-lite/version': 3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(typescript@5.6.2) + '@lerna-lite/publish': 3.9.2(typescript@5.6.2) + '@lerna-lite/version': 3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(typescript@5.6.2) transitivePeerDependencies: - babel-plugin-macros - bluebird - supports-color - typescript - '@lerna-lite/core@3.9.1(typescript@5.6.2)': + '@lerna-lite/core@3.9.2(typescript@5.6.2)': dependencies: - '@inquirer/expand': 2.3.0 - '@inquirer/input': 2.3.0 - '@inquirer/select': 2.5.0 + '@inquirer/expand': 3.0.1 + '@inquirer/input': 3.0.1 + '@inquirer/select': 3.0.1 '@lerna-lite/npmlog': 3.8.0 '@npmcli/run-script': 8.1.0 - chalk: 5.3.0 clone-deep: 4.0.1 config-chain: 1.1.13 cosmiconfig: 9.0.0(typescript@5.6.2) @@ -9501,6 +9464,7 @@ snapshots: npm-package-arg: 11.0.3 p-map: 7.0.2 p-queue: 8.0.1 + picocolors: 1.1.0 resolve-from: 5.0.0 semver: 7.6.3 slash: 5.1.0 @@ -9514,9 +9478,9 @@ snapshots: - supports-color - typescript - '@lerna-lite/init@3.9.1(typescript@5.6.2)': + '@lerna-lite/init@3.9.2(typescript@5.6.2)': dependencies: - '@lerna-lite/core': 3.9.1(typescript@5.6.2) + '@lerna-lite/core': 3.9.2(typescript@5.6.2) fs-extra: 11.2.0 p-map: 7.0.2 write-json-file: 6.0.0 @@ -9538,19 +9502,18 @@ snapshots: strip-ansi: 7.1.0 wide-align: 1.1.5 - '@lerna-lite/publish@3.9.1(typescript@5.6.2)': + '@lerna-lite/publish@3.9.2(typescript@5.6.2)': dependencies: - '@lerna-lite/cli': 3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(@lerna-lite/version@3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(typescript@5.6.2))(typescript@5.6.2) - '@lerna-lite/core': 3.9.1(typescript@5.6.2) + '@lerna-lite/cli': 3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(@lerna-lite/version@3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(typescript@5.6.2))(typescript@5.6.2) + '@lerna-lite/core': 3.9.2(typescript@5.6.2) '@lerna-lite/npmlog': 3.8.0 - '@lerna-lite/version': 3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(typescript@5.6.2) + '@lerna-lite/version': 3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(typescript@5.6.2) '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.1 byte-size: 9.0.0 - chalk: 5.3.0 columnify: 1.6.0 fs-extra: 11.2.0 - glob: 10.4.5 + globby: 14.0.2 has-unicode: 2.0.1 libnpmaccess: 8.0.6 libnpmpublish: 9.0.9 @@ -9561,6 +9524,7 @@ snapshots: p-map: 7.0.2 p-pipe: 4.0.0 pacote: 18.0.6 + picocolors: 1.1.0 semver: 7.6.3 ssri: 11.0.0 tar: 6.2.1 @@ -9575,14 +9539,13 @@ snapshots: - supports-color - typescript - '@lerna-lite/version@3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(typescript@5.6.2)': + '@lerna-lite/version@3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(typescript@5.6.2)': dependencies: - '@lerna-lite/cli': 3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(@lerna-lite/version@3.9.1(@lerna-lite/publish@3.9.1(typescript@5.6.2))(typescript@5.6.2))(typescript@5.6.2) - '@lerna-lite/core': 3.9.1(typescript@5.6.2) + '@lerna-lite/cli': 3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(@lerna-lite/version@3.9.2(@lerna-lite/publish@3.9.2(typescript@5.6.2))(typescript@5.6.2))(typescript@5.6.2) + '@lerna-lite/core': 3.9.2(typescript@5.6.2) '@lerna-lite/npmlog': 3.8.0 '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 21.0.2 - chalk: 5.3.0 conventional-changelog-angular: 7.0.0 conventional-changelog-core: 7.0.0 conventional-changelog-writer: 7.0.1 @@ -9604,6 +9567,7 @@ snapshots: p-map: 7.0.2 p-pipe: 4.0.0 p-reduce: 3.0.0 + picocolors: 1.1.0 pify: 6.1.0 semver: 7.6.3 slash: 5.1.0 @@ -9759,7 +9723,7 @@ snapshots: confusing-browser-globals: 1.0.11 eslint-config-prettier: 9.1.0(eslint@9.11.1(jiti@1.21.6)) eslint-plugin-eslint-comments: 3.2.0(eslint@9.11.1(jiti@1.21.6)) - eslint-plugin-import-x: 4.3.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + eslint-plugin-import-x: 4.3.1(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) eslint-plugin-markdown: 5.1.0(eslint@9.11.1(jiti@1.21.6)) globals: 15.9.0 optionalDependencies: @@ -9939,7 +9903,7 @@ snapshots: '@octokit/plugin-enterprise-rest@6.0.1': {} - '@octokit/plugin-paginate-rest@11.3.4(@octokit/core@6.1.2)': + '@octokit/plugin-paginate-rest@11.3.5(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 '@octokit/types': 13.6.0 @@ -9967,7 +9931,7 @@ snapshots: '@octokit/rest@21.0.2': dependencies: '@octokit/core': 6.1.2 - '@octokit/plugin-paginate-rest': 11.3.4(@octokit/core@6.1.2) + '@octokit/plugin-paginate-rest': 11.3.5(@octokit/core@6.1.2) '@octokit/plugin-request-log': 5.3.1(@octokit/core@6.1.2) '@octokit/plugin-rest-endpoint-methods': 13.2.5(@octokit/core@6.1.2) @@ -10080,31 +10044,31 @@ snapshots: '@sec-ant/readable-stream@0.4.1': {} - '@shikijs/core@1.20.0': + '@shikijs/core@1.21.0': dependencies: - '@shikijs/engine-javascript': 1.20.0 - '@shikijs/engine-oniguruma': 1.20.0 - '@shikijs/types': 1.20.0 + '@shikijs/engine-javascript': 1.21.0 + '@shikijs/engine-oniguruma': 1.21.0 + '@shikijs/types': 1.21.0 '@shikijs/vscode-textmate': 9.2.2 '@types/hast': 3.0.4 hast-util-to-html: 9.0.3 - '@shikijs/engine-javascript@1.20.0': + '@shikijs/engine-javascript@1.21.0': dependencies: - '@shikijs/types': 1.20.0 + '@shikijs/types': 1.21.0 '@shikijs/vscode-textmate': 9.2.2 oniguruma-to-js: 0.4.3 - '@shikijs/engine-oniguruma@1.20.0': + '@shikijs/engine-oniguruma@1.21.0': dependencies: - '@shikijs/types': 1.20.0 + '@shikijs/types': 1.21.0 '@shikijs/vscode-textmate': 9.2.2 - '@shikijs/transformers@1.20.0': + '@shikijs/transformers@1.21.0': dependencies: - shiki: 1.20.0 + shiki: 1.21.0 - '@shikijs/types@1.20.0': + '@shikijs/types@1.21.0': dependencies: '@shikijs/vscode-textmate': 9.2.2 '@types/hast': 3.0.4 @@ -10553,13 +10517,14 @@ snapshots: '@vue/shared@3.5.10': {} - '@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5)': + '@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5)': dependencies: '@vitejs/plugin-vue': 5.1.4(vite@5.4.8(@types/node@22.7.4)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1))(vue@3.5.10(typescript@5.6.2)) - '@vuepress/client': 2.0.0-rc.15(typescript@5.6.2) - '@vuepress/core': 2.0.0-rc.15(typescript@5.6.2) - '@vuepress/shared': 2.0.0-rc.15 - '@vuepress/utils': 2.0.0-rc.15 + '@vuepress/bundlerutils': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/client': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/core': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/shared': 2.0.0-rc.16 + '@vuepress/utils': 2.0.0-rc.16 autoprefixer: 10.4.20(postcss@8.4.47) connect-history-api-fallback: 2.0.0 postcss: 8.4.47 @@ -10583,14 +10548,15 @@ snapshots: - typescript - yaml - '@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2)': + '@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2)': dependencies: '@types/express': 4.17.21 '@types/webpack-env': 1.18.5 - '@vuepress/client': 2.0.0-rc.15(typescript@5.6.2) - '@vuepress/core': 2.0.0-rc.15(typescript@5.6.2) - '@vuepress/shared': 2.0.0-rc.15 - '@vuepress/utils': 2.0.0-rc.15 + '@vuepress/bundlerutils': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/client': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/core': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/shared': 2.0.0-rc.16 + '@vuepress/utils': 2.0.0-rc.16 autoprefixer: 10.4.20(postcss@8.4.47) chokidar: 3.6.0 copy-webpack-plugin: 12.0.2(webpack@5.95.0) @@ -10628,11 +10594,23 @@ snapshots: - utf-8-validate - webpack-cli - '@vuepress/cli@2.0.0-rc.15(typescript@5.6.2)': + '@vuepress/bundlerutils@2.0.0-rc.16(typescript@5.6.2)': + dependencies: + '@vuepress/client': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/core': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/shared': 2.0.0-rc.16 + '@vuepress/utils': 2.0.0-rc.16 + vue: 3.5.10(typescript@5.6.2) + vue-router: 4.4.5(vue@3.5.10(typescript@5.6.2)) + transitivePeerDependencies: + - supports-color + - typescript + + '@vuepress/cli@2.0.0-rc.16(typescript@5.6.2)': dependencies: - '@vuepress/core': 2.0.0-rc.15(typescript@5.6.2) - '@vuepress/shared': 2.0.0-rc.15 - '@vuepress/utils': 2.0.0-rc.15 + '@vuepress/core': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/shared': 2.0.0-rc.16 + '@vuepress/utils': 2.0.0-rc.16 cac: 6.7.14 chokidar: 3.6.0 envinfo: 7.14.0 @@ -10641,27 +10619,27 @@ snapshots: - supports-color - typescript - '@vuepress/client@2.0.0-rc.15(typescript@5.6.2)': + '@vuepress/client@2.0.0-rc.16(typescript@5.6.2)': dependencies: '@vue/devtools-api': 6.6.4 - '@vuepress/shared': 2.0.0-rc.15 + '@vuepress/shared': 2.0.0-rc.16 vue: 3.5.10(typescript@5.6.2) vue-router: 4.4.5(vue@3.5.10(typescript@5.6.2)) transitivePeerDependencies: - typescript - '@vuepress/core@2.0.0-rc.15(typescript@5.6.2)': + '@vuepress/core@2.0.0-rc.16(typescript@5.6.2)': dependencies: - '@vuepress/client': 2.0.0-rc.15(typescript@5.6.2) - '@vuepress/markdown': 2.0.0-rc.15 - '@vuepress/shared': 2.0.0-rc.15 - '@vuepress/utils': 2.0.0-rc.15 + '@vuepress/client': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/markdown': 2.0.0-rc.16 + '@vuepress/shared': 2.0.0-rc.16 + '@vuepress/utils': 2.0.0-rc.16 vue: 3.5.10(typescript@5.6.2) transitivePeerDependencies: - supports-color - typescript - '@vuepress/markdown@2.0.0-rc.15': + '@vuepress/markdown@2.0.0-rc.16': dependencies: '@mdit-vue/plugin-component': 2.1.3 '@mdit-vue/plugin-frontmatter': 2.1.3 @@ -10673,8 +10651,8 @@ snapshots: '@mdit-vue/types': 2.1.0 '@types/markdown-it': 14.1.2 '@types/markdown-it-emoji': 3.0.1 - '@vuepress/shared': 2.0.0-rc.15 - '@vuepress/utils': 2.0.0-rc.15 + '@vuepress/shared': 2.0.0-rc.16 + '@vuepress/utils': 2.0.0-rc.16 markdown-it: 14.1.0 markdown-it-anchor: 9.2.0(@types/markdown-it@14.1.2)(markdown-it@14.1.0) markdown-it-emoji: 3.0.0 @@ -10682,16 +10660,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@vuepress/shared@2.0.0-rc.15': + '@vuepress/shared@2.0.0-rc.16': dependencies: '@mdit-vue/types': 2.1.0 - '@vuepress/utils@2.0.0-rc.15': + '@vuepress/utils@2.0.0-rc.16': dependencies: '@types/debug': 4.1.12 '@types/fs-extra': 11.0.4 '@types/hash-sum': 1.0.2 - '@vuepress/shared': 2.0.0-rc.15 + '@vuepress/shared': 2.0.0-rc.16 debug: 4.3.7 fs-extra: 11.2.0 globby: 14.0.2 @@ -12016,7 +11994,7 @@ snapshots: eslint: 9.11.1(jiti@1.21.6) ignore: 5.3.2 - eslint-plugin-import-x@4.3.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2): + eslint-plugin-import-x@4.3.1(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2): dependencies: '@typescript-eslint/utils': 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) debug: 4.3.7 @@ -14709,12 +14687,12 @@ snapshots: shell-quote@1.8.1: {} - shiki@1.20.0: + shiki@1.21.0: dependencies: - '@shikijs/core': 1.20.0 - '@shikijs/engine-javascript': 1.20.0 - '@shikijs/engine-oniguruma': 1.20.0 - '@shikijs/types': 1.20.0 + '@shikijs/core': 1.21.0 + '@shikijs/engine-javascript': 1.21.0 + '@shikijs/engine-oniguruma': 1.21.0 + '@shikijs/types': 1.21.0 '@shikijs/vscode-textmate': 9.2.2 '@types/hast': 3.0.4 @@ -15542,18 +15520,18 @@ snapshots: optionalDependencies: typescript: 5.6.2 - vuepress@2.0.0-rc.15(@vuepress/bundler-vite@2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.15(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)): + vuepress@2.0.0-rc.16(@vuepress/bundler-vite@2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5))(@vuepress/bundler-webpack@2.0.0-rc.16(typescript@5.6.2))(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)): dependencies: - '@vuepress/cli': 2.0.0-rc.15(typescript@5.6.2) - '@vuepress/client': 2.0.0-rc.15(typescript@5.6.2) - '@vuepress/core': 2.0.0-rc.15(typescript@5.6.2) - '@vuepress/markdown': 2.0.0-rc.15 - '@vuepress/shared': 2.0.0-rc.15 - '@vuepress/utils': 2.0.0-rc.15 + '@vuepress/cli': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/client': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/core': 2.0.0-rc.16(typescript@5.6.2) + '@vuepress/markdown': 2.0.0-rc.16 + '@vuepress/shared': 2.0.0-rc.16 + '@vuepress/utils': 2.0.0-rc.16 vue: 3.5.10(typescript@5.6.2) optionalDependencies: - '@vuepress/bundler-vite': 2.0.0-rc.15(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) - '@vuepress/bundler-webpack': 2.0.0-rc.15(typescript@5.6.2) + '@vuepress/bundler-vite': 2.0.0-rc.16(@types/node@22.7.4)(jiti@1.21.6)(lightningcss@1.27.0)(sass-embedded@1.79.4)(sass@1.79.4)(terser@5.34.1)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.4.5) + '@vuepress/bundler-webpack': 2.0.0-rc.16(typescript@5.6.2) transitivePeerDependencies: - supports-color - typescript diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index 47e0650c8b..93e9051534 100644 --- a/themes/theme-default/package.json +++ b/themes/theme-default/package.json @@ -64,7 +64,7 @@ "sass": "^1.79.2", "sass-embedded": "^1.79.2", "sass-loader": "^16.0.1", - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "peerDependenciesMeta": { "sass": { diff --git a/tools/create-vuepress/src/flow/createPackageJson.ts b/tools/create-vuepress/src/flow/createPackageJson.ts index dff4b2bcba..33a2836817 100644 --- a/tools/create-vuepress/src/flow/createPackageJson.ts +++ b/tools/create-vuepress/src/flow/createPackageJson.ts @@ -31,10 +31,10 @@ export const createPackageJson = async ({ }: CreatePackageJsonOptions): Promise => { const packageJsonPath = join(targetDir, 'package.json') const devDependencies = { - [`@vuepress/bundler-${bundler}`]: '2.0.0-rc.15', + [`@vuepress/bundler-${bundler}`]: '2.0.0-rc.16', '@vuepress/theme-default': peerDependencies['@vuepress/theme-default'], 'vue': '^3.5.10', - 'vuepress': '2.0.0-rc.15', + 'vuepress': '2.0.0-rc.16', } if (preset === 'blog') { diff --git a/tools/helper/package.json b/tools/helper/package.json index 4dff6bb761..16b5c79589 100644 --- a/tools/helper/package.json +++ b/tools/helper/package.json @@ -54,14 +54,14 @@ }, "devDependencies": { "@types/connect": "3.4.38", - "@vuepress/bundler-vite": "2.0.0-rc.15", - "@vuepress/bundler-webpack": "2.0.0-rc.15", + "@vuepress/bundler-vite": "2.0.0-rc.16", + "@vuepress/bundler-webpack": "2.0.0-rc.16", "@vuepress/plugin-git": "workspace:*", "domhandler": "5.0.3", "vite": "~5.4.8" }, "peerDependencies": { - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "publishConfig": { "access": "public" diff --git a/tools/highlighter-helper/package.json b/tools/highlighter-helper/package.json index 64ffd922c1..be0f97089a 100644 --- a/tools/highlighter-helper/package.json +++ b/tools/highlighter-helper/package.json @@ -41,7 +41,7 @@ }, "peerDependencies": { "@vueuse/core": "^11.0.0", - "vuepress": "2.0.0-rc.15" + "vuepress": "2.0.0-rc.16" }, "peerDependenciesMeta": { "@vueuse/core": {