From 395f2ef9da74ba58f68eb4f26d2272509b33e823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 07:09:08 +0000 Subject: [PATCH] fix(deps): update dependency @vitejs/plugin-vue to v6 --- package.json | 2 +- pnpm-lock.yaml | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 09c06e7b..7da7ab27 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/file-saver": "^2.0.5", "@types/jest": "^27.4.0", "@types/prismjs": "^1.26.0", - "@vitejs/plugin-vue": "^2.1.0", + "@vitejs/plugin-vue": "^6.0.1", "@vue/compiler-sfc": "^3.2.30", "ejs": "^3.1.6", "execa": "^8.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b7686e60..fd92de82 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ dependencies: specifier: ^1.26.0 version: 1.26.0 '@vitejs/plugin-vue': - specifier: ^2.1.0 - version: 2.3.4(vite@2.7.13)(vue@3.3.4) + specifier: ^6.0.1 + version: 6.0.1(vite@2.7.13)(vue@3.3.4) '@vue/compiler-sfc': specifier: ^3.2.30 version: 3.3.4 @@ -728,6 +728,10 @@ packages: '@octokit/openapi-types': 18.0.0 dev: false + /@rolldown/pluginutils@1.0.0-beta.29: + resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==} + dev: false + /@sideway/address@4.1.4: resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==} dependencies: @@ -851,13 +855,14 @@ packages: '@types/yargs-parser': 20.2.1 dev: false - /@vitejs/plugin-vue@2.3.4(vite@2.7.13)(vue@3.3.4): - resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==} - engines: {node: '>=12.0.0'} + /@vitejs/plugin-vue@6.0.1(vite@2.7.13)(vue@3.3.4): + resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==} + engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - vite: ^2.5.10 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 vue: ^3.2.25 dependencies: + '@rolldown/pluginutils': 1.0.0-beta.29 vite: 2.7.13 vue: 3.3.4 dev: false