From d897ecca33b28f1497159b63bc49c377a4adba3e Mon Sep 17 00:00:00 2001 From: thinkasany <480968828@qq.com> Date: Sat, 12 Jul 2025 13:40:28 +0800 Subject: [PATCH 1/2] chore: bump vite to 7.0.4 --- package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 51cc21d6..4582e4c1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "chalk": "^4.1.2", "gray-matter": "^4.0.3", "lodash": "^4.17.21", - "vite": "^7.0.1", + "vite": "^7.0.4", "yorkie": "^2.0.0", "gsap": "^3.13.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a5ddb9f..a430551e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,14 +36,14 @@ importers: specifier: ^4.17.21 version: 4.17.21 vite: - specifier: ^7.0.1 - version: 7.0.2(@types/node@20.12.12) + specifier: ^7.0.4 + version: 7.0.4(@types/node@20.12.12) vitepress: specifier: ^2.0.0-alpha.7 version: 2.0.0-alpha.7(@algolia/client-search@5.20.0)(@types/node@20.12.12)(postcss@8.5.6)(search-insights@2.13.0)(typescript@5.4.5) vitepress-plugin-group-icons: specifier: ^1.6.1 - version: 1.6.1(markdown-it@14.1.0)(vite@7.0.2(@types/node@20.12.12)) + version: 1.6.1(markdown-it@14.1.0)(vite@7.0.4(@types/node@20.12.12)) vue: specifier: ^3.5.17 version: 3.5.17(typescript@5.4.5) @@ -1249,8 +1249,8 @@ packages: vfile@6.0.1: resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==} - vite@7.0.2: - resolution: {integrity: sha512-hxdyZDY1CM6SNpKI4w4lcUc3Mtkd9ej4ECWVHSMrOdSinVc2zYOAppHeGc/hzmRo3pxM5blMzkuWHOJA/3NiFw==} + vite@7.0.4: + resolution: {integrity: sha512-SkaSguuS7nnmV7mfJ8l81JGBFV7Gvzp8IzgE8A8t23+AxuNX61Q5H1Tpz5efduSN7NHC8nQXD3sKQKZAu5mNEA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -1807,10 +1807,10 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue@6.0.0(vite@7.0.2(@types/node@20.12.12))(vue@3.5.17(typescript@5.4.5))': + '@vitejs/plugin-vue@6.0.0(vite@7.0.4(@types/node@20.12.12))(vue@3.5.17(typescript@5.4.5))': dependencies: '@rolldown/pluginutils': 1.0.0-beta.19 - vite: 7.0.2(@types/node@20.12.12) + vite: 7.0.4(@types/node@20.12.12) vue: 3.5.17(typescript@5.4.5) '@volar/language-core@2.4.15': @@ -2671,7 +2671,7 @@ snapshots: unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 - vite@7.0.2(@types/node@20.12.12): + vite@7.0.4(@types/node@20.12.12): dependencies: esbuild: 0.25.1 fdir: 6.4.6(picomatch@4.0.2) @@ -2683,13 +2683,13 @@ snapshots: '@types/node': 20.12.12 fsevents: 2.3.3 - vitepress-plugin-group-icons@1.6.1(markdown-it@14.1.0)(vite@7.0.2(@types/node@20.12.12)): + vitepress-plugin-group-icons@1.6.1(markdown-it@14.1.0)(vite@7.0.4(@types/node@20.12.12)): dependencies: '@iconify-json/logos': 1.2.4 '@iconify-json/vscode-icons': 1.2.23 '@iconify/utils': 2.3.0 markdown-it: 14.1.0 - vite: 7.0.2(@types/node@20.12.12) + vite: 7.0.4(@types/node@20.12.12) transitivePeerDependencies: - supports-color @@ -2701,7 +2701,7 @@ snapshots: '@shikijs/core': 3.7.0 '@shikijs/transformers': 3.7.0 '@shikijs/types': 3.7.0 - '@vitejs/plugin-vue': 6.0.0(vite@7.0.2(@types/node@20.12.12))(vue@3.5.17(typescript@5.4.5)) + '@vitejs/plugin-vue': 6.0.0(vite@7.0.4(@types/node@20.12.12))(vue@3.5.17(typescript@5.4.5)) '@vue/devtools-api': 7.7.7 '@vue/shared': 3.5.17 '@vueuse/core': 13.4.0(vue@3.5.17(typescript@5.4.5)) @@ -2710,7 +2710,7 @@ snapshots: mark.js: 8.11.1 minisearch: 7.1.2 shiki: 3.7.0 - vite: 7.0.2(@types/node@20.12.12) + vite: 7.0.4(@types/node@20.12.12) vue: 3.5.17(typescript@5.4.5) optionalDependencies: postcss: 8.5.6 From 64ff48c4e30f7cb6c9bd832caf2d9fa934b687ce Mon Sep 17 00:00:00 2001 From: cypcypcyp123 <112956794+cypcypcyp123@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:22:37 +0800 Subject: [PATCH 2/2] Update index.md --- plugins/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/index.md b/plugins/index.md index 8148b13c..e0de47df 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -22,7 +22,7 @@ Vite 旨在为常见的 web 开发工作提供开箱即用的支持。在搜索 ### [@vitejs/plugin-vue2-jsx](https://github.com/vitejs/vite-plugin-vue2-jsx) {#vitejs-plugin-vue2-jsx} -- 提供对 Vue 2.7 JSX 对支持(通过 [dedicated Babel transform](https://github.com/vuejs/jsx-vue2/))。 +- 提供对 Vue 2.7 JSX 的支持(通过 [dedicated Babel transform](https://github.com/vuejs/jsx-vue2/))。 ### [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react) {#vitejs-plugin-react}