From dc9d2ab6f9be13fce9e10bfe8a96bc3d0df44b8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:08:58 +0000 Subject: [PATCH] chore(deps): update vite packages --- examples/allow-js/package.json | 2 +- examples/api-before-14.3/package.json | 4 +- .../package.json | 4 +- examples/disable-ts-in-templates/package.json | 2 +- .../disable-type-checked-for-yml/package.json | 4 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 4 +- examples/with-cypress/package.json | 2 +- examples/with-jsx-in-vue/package.json | 2 +- examples/with-jsx/package.json | 2 +- examples/with-nightwatch/package.json | 2 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 2 +- examples/with-tsx/package.json | 2 +- examples/with-vitest/package.json | 2 +- pnpm-lock.yaml | 474 +++++++----------- test/fixtures/file-based-routing/package.json | 4 +- test/fixtures/with-older-espree/package.json | 2 +- 19 files changed, 216 insertions(+), 304 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index e21f265..c0029a3 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index b18949f..72670be 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -40,8 +40,8 @@ "prettier": "3.5.3", "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vitest": "^3.2.3", "vue-tsc": "^2.2.10" } diff --git a/examples/custom-type-checked-rules-on-and-off/package.json b/examples/custom-type-checked-rules-on-and-off/package.json index fdacfb5..0b46265 100644 --- a/examples/custom-type-checked-rules-on-and-off/package.json +++ b/examples/custom-type-checked-rules-on-and-off/package.json @@ -24,8 +24,8 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vue-tsc": "^2.2.10" } } diff --git a/examples/disable-ts-in-templates/package.json b/examples/disable-ts-in-templates/package.json index 34a8e50..8348a4c 100644 --- a/examples/disable-ts-in-templates/package.json +++ b/examples/disable-ts-in-templates/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index 1bd2b84..1464ff2 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -41,8 +41,8 @@ "prettier": "3.5.3", "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vitest": "^3.2.3", "vue-tsc": "^2.2.10" } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 66298a6..c580223 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index f0470de..c3bee75 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -40,8 +40,8 @@ "prettier": "3.5.3", "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vitest": "^3.2.3", "vue-tsc": "^2.2.10" } diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 3981d33..e5e7d38 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -31,7 +31,7 @@ "npm-run-all2": "^8.0.4", "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 7eb0526..d20d022 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index b404b2c..90ce2bf 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 2ab5116..79b25cb 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -32,7 +32,7 @@ "npm-run-all2": "^8.0.4", "ts-node": "^10.9.2", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vite-plugin-nightwatch": "^0.4.6", "vue-tsc": "^2.2.10" } diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index ccdec6a..c9925ac 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -27,7 +27,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index b251423..51cc20f 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -27,7 +27,7 @@ "npm-run-all2": "^8.0.4", "prettier": "3.5.3", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index 433ad3b..44e8c30 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index b2afd39..0a78e3b 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 95c4f53..00b1c59 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -29,7 +29,7 @@ "jsdom": "^26.1.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vitest": "^3.2.3", "vue-tsc": "^2.2.10" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4444d98..a59a1ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -89,8 +89,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -118,10 +118,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) @@ -165,11 +165,11 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) @@ -191,7 +191,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -211,11 +211,11 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -234,7 +234,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -254,8 +254,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -283,10 +283,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) @@ -333,11 +333,11 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) @@ -359,7 +359,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -379,8 +379,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -408,10 +408,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) @@ -455,11 +455,11 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) @@ -481,7 +481,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -510,8 +510,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -530,10 +530,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -553,8 +553,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -573,10 +573,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -596,8 +596,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -619,7 +619,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -654,8 +654,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -680,7 +680,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -703,8 +703,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -723,7 +723,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) @@ -749,8 +749,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -769,10 +769,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -792,8 +792,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -812,10 +812,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -835,8 +835,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -858,7 +858,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) @@ -887,8 +887,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) @@ -913,7 +913,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -936,11 +936,11 @@ importers: specifier: ^0.12.0 version: 0.12.0(vue-router@4.5.1(vue@3.5.16(typescript@5.8.2)))(vue@3.5.16(typescript@5.8.2)) vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -959,7 +959,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -982,8 +982,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -1032,10 +1032,6 @@ packages: resolution: {integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.27.1': resolution: {integrity: sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==} engines: {node: '>=6.9.0'} @@ -1048,22 +1044,12 @@ packages: resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.27.0': - resolution: {integrity: sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.27.1': resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-member-expression-to-functions@7.25.9': - resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.27.1': resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==} engines: {node: '>=6.9.0'} @@ -1088,10 +1074,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@7.25.9': - resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-optimise-call-expression@7.27.1': resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} @@ -1104,22 +1086,12 @@ packages: resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} engines: {node: '>=6.9.0'} - '@babel/helper-replace-supers@7.26.5': - resolution: {integrity: sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.27.1': resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': - resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==} - engines: {node: '>=6.9.0'} - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} engines: {node: '>=6.9.0'} @@ -1195,24 +1167,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.25.9': - resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.27.1': resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.27.0': - resolution: {integrity: sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.27.1': resolution: {integrity: sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==} engines: {node: '>=6.9.0'} @@ -2247,20 +2207,9 @@ packages: vue: optional: true - '@vue/babel-helper-vue-transform-on@1.2.5': - resolution: {integrity: sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==} - '@vue/babel-helper-vue-transform-on@1.4.0': resolution: {integrity: sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==} - '@vue/babel-plugin-jsx@1.2.5': - resolution: {integrity: sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - '@vue/babel-plugin-jsx@1.4.0': resolution: {integrity: sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==} peerDependencies: @@ -2269,11 +2218,6 @@ packages: '@babel/core': optional: true - '@vue/babel-plugin-resolve-type@1.2.5': - resolution: {integrity: sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@vue/babel-plugin-resolve-type@1.4.0': resolution: {integrity: sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==} peerDependencies: @@ -2312,17 +2256,23 @@ packages: '@vue/devtools-api@7.7.2': resolution: {integrity: sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==} - '@vue/devtools-core@7.7.6': - resolution: {integrity: sha512-ghVX3zjKPtSHu94Xs03giRIeIWlb9M+gvDRVpIZ/cRIxKHdW6HE/sm1PT3rUYS3aV92CazirT93ne+7IOvGUWg==} + '@vue/devtools-core@7.7.7': + resolution: {integrity: sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==} peerDependencies: vue: ^3.0.0 '@vue/devtools-kit@7.7.6': resolution: {integrity: sha512-geu7ds7tem2Y7Wz+WgbnbZ6T5eadOvozHZ23Atk/8tksHMFOFylKi1xgGlQlVn0wlkEf4hu+vd5ctj1G4kFtwA==} + '@vue/devtools-kit@7.7.7': + resolution: {integrity: sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==} + '@vue/devtools-shared@7.7.6': resolution: {integrity: sha512-yFEgJZ/WblEsojQQceuyK6FzpFDx4kqrz2ohInxNj5/DnhoX023upTv4OD6lNPLAA5LLkbwPVb10o/7b+Y4FVA==} + '@vue/devtools-shared@7.7.7': + resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==} + '@vue/eslint-config-prettier@10.2.0': resolution: {integrity: sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==} peerDependencies: @@ -3665,10 +3615,6 @@ packages: resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} engines: {node: '>=18'} - html-tags@3.3.1: - resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} - engines: {node: '>=8'} - http-proxy-agent@7.0.2: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} @@ -4898,9 +4844,6 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - svg-tags@1.0.0: - resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} - symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -5152,11 +5095,11 @@ packages: vite-plugin-nightwatch@0.4.6: resolution: {integrity: sha512-7mxANgh3KA2c/xGJU35T8z1Xj9akWQ4FuyB1PN3nwinqxqYBAx44sW9Z87a2x6efj5TD4lU0Tbuvvgous6F1+Q==} - vite-plugin-vue-devtools@7.7.6: - resolution: {integrity: sha512-L7nPVM5a7lgit/Z+36iwoqHOaP3wxqVi1UvaDJwGCfblS9Y6vNqf32ILlzJVH9c47aHu90BhDXeZc+rgzHRHcw==} + vite-plugin-vue-devtools@7.7.7: + resolution: {integrity: sha512-d0fIh3wRcgSlr4Vz7bAk4va1MkdqhQgj9ANE/rBhsAjOnRfTLs2ocjFMvSUOsv6SRRXU9G+VM7yMgqDb6yI4iQ==} engines: {node: '>=v14.21.3'} peerDependencies: - vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 + vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 vite-plugin-vue-inspector@5.3.1: resolution: {integrity: sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==} @@ -5231,6 +5174,46 @@ packages: yaml: optional: true + vite@6.3.5: + resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: '>=1.21.0' + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vitest@3.2.3: resolution: {integrity: sha512-E6U2ZFXe3N/t4f5BwUaVCKRLHqUpk1CBWeMh78UT4VaTPH/2dyvH6ALl29JTovEPu9dVKr/K/J4PkXgrMbw4Ww==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -5544,10 +5527,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': - dependencies: - '@babel/types': 7.27.1 - '@babel/helper-annotate-as-pure@7.27.1': dependencies: '@babel/types': 7.27.1 @@ -5568,19 +5547,6 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.27.0(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.10) - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.27.0 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 @@ -5594,13 +5560,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-member-expression-to-functions@7.25.9': - dependencies: - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-member-expression-to-functions@7.27.1': dependencies: '@babel/traverse': 7.27.1 @@ -5640,10 +5599,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.25.9': - dependencies: - '@babel/types': 7.27.1 - '@babel/helper-optimise-call-expression@7.27.1': dependencies: '@babel/types': 7.27.1 @@ -5652,15 +5607,6 @@ snapshots: '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.27.0 - transitivePeerDependencies: - - supports-color - '@babel/helper-replace-supers@7.27.1(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 @@ -5670,13 +5616,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': - dependencies: - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: '@babel/traverse': 7.27.1 @@ -5714,61 +5653,40 @@ snapshots: dependencies: '@babel/types': 7.27.1 - '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.10) + '@babel/core': 7.27.1 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/helper-plugin-utils': 7.27.1 + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.27.1) transitivePeerDependencies: - supports-color - '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 - - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)': + '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/core': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/core': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/core': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-typescript@7.27.0(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.10) - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-typescript@7.27.1(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 @@ -6593,13 +6511,13 @@ snapshots: '@typescript-eslint/types': 8.34.1 eslint-visitor-keys: 4.2.1 - '@vitejs/plugin-vue-jsx@4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@babel/core': 7.27.1 '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) '@rolldown/pluginutils': 1.0.0-beta.9 '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - supports-color @@ -6609,9 +6527,9 @@ snapshots: vite: 4.5.14(@types/node@22.15.32) vue: 3.5.16(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) '@vitest/eslint-plugin@1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0))': @@ -6689,27 +6607,8 @@ snapshots: optionalDependencies: vue: 3.5.16(typescript@5.8.2) - '@vue/babel-helper-vue-transform-on@1.2.5': {} - '@vue/babel-helper-vue-transform-on@1.4.0': {} - '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.10)': - dependencies: - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) - '@babel/template': 7.27.0 - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 - '@vue/babel-helper-vue-transform-on': 1.2.5 - '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.10) - html-tags: 3.3.1 - svg-tags: 1.0.0 - optionalDependencies: - '@babel/core': 7.26.10 - transitivePeerDependencies: - - supports-color - '@vue/babel-plugin-jsx@1.4.0(@babel/core@7.27.1)': dependencies: '@babel/helper-module-imports': 7.25.9 @@ -6726,17 +6625,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.10)': - dependencies: - '@babel/code-frame': 7.26.2 - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/parser': 7.27.2 - '@vue/compiler-sfc': 3.5.13 - transitivePeerDependencies: - - supports-color - '@vue/babel-plugin-resolve-type@1.4.0(@babel/core@7.27.1)': dependencies: '@babel/code-frame': 7.26.2 @@ -6819,14 +6707,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.6 - '@vue/devtools-core@7.7.6(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vue/devtools-core@7.7.7(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: - '@vue/devtools-kit': 7.7.6 - '@vue/devtools-shared': 7.7.6 + '@vue/devtools-kit': 7.7.7 + '@vue/devtools-shared': 7.7.7 mitt: 3.0.1 nanoid: 5.1.5 pathe: 2.0.3 - vite-hot-client: 2.0.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + vite-hot-client: 2.0.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - vite @@ -6841,10 +6729,24 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.2 + '@vue/devtools-kit@7.7.7': + dependencies: + '@vue/devtools-shared': 7.7.7 + birpc: 2.3.0 + hookable: 5.5.3 + mitt: 3.0.1 + perfect-debounce: 1.0.0 + speakingurl: 14.0.1 + superjson: 2.2.2 + '@vue/devtools-shared@7.7.6': dependencies: rfdc: 1.4.1 + '@vue/devtools-shared@7.7.7': + dependencies: + rfdc: 1.4.1 + '@vue/eslint-config-prettier@10.2.0(eslint@9.29.0)(prettier@3.5.3)': dependencies: eslint: 9.29.0 @@ -8280,8 +8182,6 @@ snapshots: dependencies: whatwg-encoding: 3.1.1 - html-tags@3.3.1: {} - http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.3 @@ -9593,8 +9493,6 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - svg-tags@1.0.0: {} - symbol-tree@3.2.4: {} synckit@0.9.2: @@ -9829,9 +9727,9 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@2.0.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): + vite-hot-client@2.0.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): dependencies: - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-node@3.2.3(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0): dependencies: @@ -9839,7 +9737,7 @@ snapshots: debug: 4.4.1(supports-color@8.1.1) es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -9854,7 +9752,7 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.43.0) @@ -9865,7 +9763,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.1 - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -9884,34 +9782,34 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.6(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) - '@vue/devtools-kit': 7.7.6 - '@vue/devtools-shared': 7.7.6 + '@vue/devtools-core': 7.7.7(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + '@vue/devtools-kit': 7.7.7 + '@vue/devtools-shared': 7.7.7 execa: 9.6.0 sirv: 3.0.1 - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): dependencies: - '@babel/core': 7.26.10 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10) - '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) - '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) - '@vue/compiler-dom': 3.5.13 + '@babel/core': 7.27.1 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.27.1) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.27.1) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.27.1) + '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) + '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) + '@vue/compiler-dom': 3.5.16 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color @@ -9935,6 +9833,20 @@ snapshots: tsx: 4.20.3 yaml: 2.7.0 + vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0): + dependencies: + esbuild: 0.25.5 + fdir: 6.4.6(picomatch@4.0.2) + picomatch: 4.0.2 + postcss: 8.5.5 + rollup: 4.43.0 + tinyglobby: 0.2.14 + optionalDependencies: + '@types/node': 22.15.32 + fsevents: 2.3.3 + tsx: 4.20.3 + yaml: 2.7.0 + vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0): dependencies: '@types/chai': 5.2.2 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index da5ff52..aa5f72c 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -26,8 +26,8 @@ "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "unplugin-vue-router": "^0.12.0", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vue-tsc": "^2.2.10" } } diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 153e1d3..8f3ca1d 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -25,7 +25,7 @@ "espree": "^9.6.1", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } }