From 0de71500098476341b7e4ab4b7ce0f82ca3d975a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 11:13:33 +0000 Subject: [PATCH] chore(deps): update dependency @vitejs/plugin-vue to v6 --- examples/vue/apollo-composable/package.json | 2 +- examples/vue/urql/package.json | 2 +- examples/vue/villus/package.json | 2 +- yarn.lock | 15 +++++++++++---- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/examples/vue/apollo-composable/package.json b/examples/vue/apollo-composable/package.json index 17a41a5c9ea..4e73c82067f 100644 --- a/examples/vue/apollo-composable/package.json +++ b/examples/vue/apollo-composable/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^6.1.1", - "@vitejs/plugin-vue": "^5.0.0", + "@vitejs/plugin-vue": "^6.0.0", "typescript": "^5.0.0", "vite": "^6.0.0", "vue-tsc": "^2.0.0", diff --git a/examples/vue/urql/package.json b/examples/vue/urql/package.json index 9e178b0df7b..f0b9f791a71 100644 --- a/examples/vue/urql/package.json +++ b/examples/vue/urql/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^6.1.1", - "@vitejs/plugin-vue": "^5.0.0", + "@vitejs/plugin-vue": "^6.0.0", "typescript": "^5.0.0", "vite": "^6.0.0", "vue-tsc": "^2.0.0", diff --git a/examples/vue/villus/package.json b/examples/vue/villus/package.json index f8e6133082b..29df21cd82e 100644 --- a/examples/vue/villus/package.json +++ b/examples/vue/villus/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^6.1.1", - "@vitejs/plugin-vue": "^5.0.0", + "@vitejs/plugin-vue": "^6.0.0", "typescript": "^5.0.0", "vite": "^6.0.0", "vue-tsc": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 02e31acdfbc..21b0f487b17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4240,6 +4240,11 @@ resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2" integrity sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA== +"@rolldown/pluginutils@1.0.0-beta.53": + version "1.0.0-beta.53" + resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz#c57a5234ae122671aff6fe72e673a7ed90f03f87" + integrity sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ== + "@rollup/rollup-android-arm-eabi@4.52.5": version "4.52.5" resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz#0f44a2f8668ed87b040b6fe659358ac9239da4db" @@ -5186,10 +5191,12 @@ "@types/babel__core" "^7.20.5" react-refresh "^0.14.2" -"@vitejs/plugin-vue@^5.0.0": - version "5.1.2" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz#f11091e0130eca6c1ca8cfb85ee71ea53b255d31" - integrity sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A== +"@vitejs/plugin-vue@^6.0.0": + version "6.0.3" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz#b857c5dcbc5cfb30bf5d7f9d6e274afcca2d46d1" + integrity sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w== + dependencies: + "@rolldown/pluginutils" "1.0.0-beta.53" "@vitest/expect@4.0.4": version "4.0.4"