Skip to content

Commit 511745f

Browse files
chore(deps): update dependency @vitejs/plugin-vue to v6 (#10538)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eaec7dd commit 511745f

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

examples/vue/apollo-composable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@graphql-codegen/cli": "^6.2.1",
21-
"@vitejs/plugin-vue": "^5.0.0",
21+
"@vitejs/plugin-vue": "^6.0.0",
2222
"typescript": "^5.0.0",
2323
"vite": "^6.0.0",
2424
"vue-tsc": "^3.0.0",

examples/vue/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphql-codegen/cli": "^6.2.1",
20-
"@vitejs/plugin-vue": "^5.0.0",
20+
"@vitejs/plugin-vue": "^6.0.0",
2121
"typescript": "^5.0.0",
2222
"vite": "^6.0.0",
2323
"vue-tsc": "^3.0.0",

examples/vue/villus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphql-codegen/cli": "^6.2.1",
20-
"@vitejs/plugin-vue": "^5.0.0",
20+
"@vitejs/plugin-vue": "^6.0.0",
2121
"typescript": "^5.0.0",
2222
"vite": "^6.0.0",
2323
"vue-tsc": "^3.0.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4182,6 +4182,11 @@
41824182
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz#47d2bf4cef6d470b22f5831b420f8964e0bf755f"
41834183
integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==
41844184

4185+
"@rolldown/pluginutils@1.0.0-rc.2":
4186+
version "1.0.0-rc.2"
4187+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz#10324e74cb3396cb7b616042ea7e9e6aa7d8d458"
4188+
integrity sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==
4189+
41854190
"@rolldown/pluginutils@1.0.0-rc.3":
41864191
version "1.0.0-rc.3"
41874192
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz#8a88cc92a0f741befc7bc109cb1a4c6b9408e1c5"
@@ -5137,10 +5142,12 @@
51375142
"@types/babel__core" "^7.20.5"
51385143
react-refresh "^0.18.0"
51395144

5140-
"@vitejs/plugin-vue@^5.0.0":
5141-
version "5.1.2"
5142-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz#f11091e0130eca6c1ca8cfb85ee71ea53b255d31"
5143-
integrity sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==
5145+
"@vitejs/plugin-vue@^6.0.0":
5146+
version "6.0.5"
5147+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.5.tgz#20ebb46c4da069753d9cfb1309c4334213cc3f7b"
5148+
integrity sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==
5149+
dependencies:
5150+
"@rolldown/pluginutils" "1.0.0-rc.2"
51445151

51455152
"@vitest/expect@4.0.4":
51465153
version "4.0.4"

0 commit comments

Comments
 (0)