From caa107a198a778b0c5fe8302a97039de618c9ae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:36:06 +0000 Subject: [PATCH] chore(deps): update dependency vue-tsc to v3 --- examples/allow-js/package.json | 2 +- examples/ts-with-oxlint/package.json | 2 +- examples/ts-with-playwright/package.json | 2 +- examples/ts-with-prettier/package.json | 2 +- examples/ts-with-tsx-in-vue/package.json | 2 +- examples/ts/package.json | 2 +- examples/type-checked/package.json | 2 +- pnpm-lock.yaml | 82 ++++++++++++------------ 8 files changed, 48 insertions(+), 48 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index f9a9383..34ca610 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -36,6 +36,6 @@ "vite": "^6.2.3", "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.2.3", - "vue-tsc": "^2.2.10" + "vue-tsc": "^3.0.4" } } diff --git a/examples/ts-with-oxlint/package.json b/examples/ts-with-oxlint/package.json index a0dcfdd..c70479f 100644 --- a/examples/ts-with-oxlint/package.json +++ b/examples/ts-with-oxlint/package.json @@ -41,6 +41,6 @@ "vite": "^6.2.3", "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.2.3", - "vue-tsc": "^2.2.10" + "vue-tsc": "^3.0.4" } } diff --git a/examples/ts-with-playwright/package.json b/examples/ts-with-playwright/package.json index 50269b5..cb0b909 100644 --- a/examples/ts-with-playwright/package.json +++ b/examples/ts-with-playwright/package.json @@ -40,6 +40,6 @@ "vite": "^6.2.3", "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.2.3", - "vue-tsc": "^2.2.10" + "vue-tsc": "^3.0.4" } } diff --git a/examples/ts-with-prettier/package.json b/examples/ts-with-prettier/package.json index 0a48177..93c8492 100644 --- a/examples/ts-with-prettier/package.json +++ b/examples/ts-with-prettier/package.json @@ -40,6 +40,6 @@ "vite": "^6.2.3", "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.2.3", - "vue-tsc": "^2.2.10" + "vue-tsc": "^3.0.4" } } diff --git a/examples/ts-with-tsx-in-vue/package.json b/examples/ts-with-tsx-in-vue/package.json index 83f16f7..c0e12b6 100644 --- a/examples/ts-with-tsx-in-vue/package.json +++ b/examples/ts-with-tsx-in-vue/package.json @@ -37,6 +37,6 @@ "vite": "^6.2.3", "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.2.3", - "vue-tsc": "^2.2.10" + "vue-tsc": "^3.0.4" } } diff --git a/examples/ts/package.json b/examples/ts/package.json index 984f3ea..5cdc68e 100644 --- a/examples/ts/package.json +++ b/examples/ts/package.json @@ -37,6 +37,6 @@ "vite": "^6.2.3", "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.2.3", - "vue-tsc": "^2.2.10" + "vue-tsc": "^3.0.4" } } diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index 387e817..beff1b7 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -37,6 +37,6 @@ "vite": "^6.2.3", "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.2.3", - "vue-tsc": "^2.2.10" + "vue-tsc": "^3.0.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 12679f2..d10b99e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,8 +82,8 @@ importers: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jiti@2.4.2)(jsdom@26.1.0)(terser@5.34.1) vue-tsc: - specifier: ^2.2.10 - version: 2.2.10(typescript@5.8.2) + specifier: ^3.0.4 + version: 3.0.4(typescript@5.8.2) examples/js: dependencies: @@ -201,8 +201,8 @@ importers: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jiti@2.4.2)(jsdom@26.1.0)(terser@5.34.1) vue-tsc: - specifier: ^2.2.10 - version: 2.2.10(typescript@5.8.2) + specifier: ^3.0.4 + version: 3.0.4(typescript@5.8.2) examples/ts-with-oxlint: dependencies: @@ -280,8 +280,8 @@ importers: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jiti@2.4.2)(jsdom@26.1.0)(terser@5.34.1) vue-tsc: - specifier: ^2.2.10 - version: 2.2.10(typescript@5.8.2) + specifier: ^3.0.4 + version: 3.0.4(typescript@5.8.2) examples/ts-with-playwright: dependencies: @@ -359,8 +359,8 @@ importers: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jiti@2.4.2)(jsdom@26.1.0)(terser@5.34.1) vue-tsc: - specifier: ^2.2.10 - version: 2.2.10(typescript@5.8.2) + specifier: ^3.0.4 + version: 3.0.4(typescript@5.8.2) examples/ts-with-prettier: dependencies: @@ -438,8 +438,8 @@ importers: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jiti@2.4.2)(jsdom@26.1.0)(terser@5.34.1) vue-tsc: - specifier: ^2.2.10 - version: 2.2.10(typescript@5.8.2) + specifier: ^3.0.4 + version: 3.0.4(typescript@5.8.2) examples/ts-with-tsx-in-vue: dependencies: @@ -511,8 +511,8 @@ importers: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jiti@2.4.2)(jsdom@26.1.0)(terser@5.34.1) vue-tsc: - specifier: ^2.2.10 - version: 2.2.10(typescript@5.8.2) + specifier: ^3.0.4 + version: 3.0.4(typescript@5.8.2) examples/type-checked: dependencies: @@ -584,8 +584,8 @@ importers: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jiti@2.4.2)(jsdom@26.1.0)(terser@5.34.1) vue-tsc: - specifier: ^2.2.10 - version: 2.2.10(typescript@5.8.2) + specifier: ^3.0.4 + version: 3.0.4(typescript@5.8.2) packages/eslint-config-standard: dependencies: @@ -1834,14 +1834,14 @@ packages: '@vitest/utils@3.2.3': resolution: {integrity: sha512-4zFBCU5Pf+4Z6v+rwnZ1HU1yzOKKvDkMXZrymE2PBlbjKJRlrOxbvpfPSvJTGRIwGoahaOGvp+kbCoxifhzJ1Q==} - '@volar/language-core@2.4.11': - resolution: {integrity: sha512-lN2C1+ByfW9/JRPpqScuZt/4OrUUse57GLI6TbLgTIqBVemdl1wNcZ1qYGEo2+Gw8coYLgCy7SuKqn6IrQcQgg==} + '@volar/language-core@2.4.20': + resolution: {integrity: sha512-dRDF1G33xaAIDqR6+mXUIjXYdu9vzSxlMGfMEwBxQsfY/JMUEXSpLTR057oTKlUQ2nIvCmP9k94A8h8z2VrNSA==} - '@volar/source-map@2.4.11': - resolution: {integrity: sha512-ZQpmafIGvaZMn/8iuvCFGrW3smeqkq/IIh9F1SdSx9aUl0J4Iurzd6/FhmjNO5g2ejF3rT45dKskgXWiofqlZQ==} + '@volar/source-map@2.4.20': + resolution: {integrity: sha512-mVjmFQH8mC+nUaVwmbxoYUy8cww+abaO8dWzqPUjilsavjxH0jCJ3Mp8HFuHsdewZs2c+SP+EO7hCd8Z92whJg==} - '@volar/typescript@2.4.11': - resolution: {integrity: sha512-2DT+Tdh88Spp5PyPbqhyoYavYCPDsqbHLFwcUI9K1NlY1YgUJvujGdrqUp0zWxnW7KWNTr3xSpMuv2WnaTKDAw==} + '@volar/typescript@2.4.20': + resolution: {integrity: sha512-Oc4DczPwQyXcVbd+5RsNEqX6ia0+w3p+klwdZQ6ZKhFjWoBP9PCPQYlKYRi/tDemWphW93P/Vv13vcE9I9D2GQ==} '@vue/babel-helper-vue-transform-on@1.2.5': resolution: {integrity: sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==} @@ -1936,8 +1936,8 @@ packages: typescript: optional: true - '@vue/language-core@2.2.10': - resolution: {integrity: sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==} + '@vue/language-core@3.0.4': + resolution: {integrity: sha512-BvueED4LfBCSNH66eeUQk37MQCb7hjdezzGgxniM0LbriW53AJIyLorgshAtStmjfsAuOCcTl/c1b+nz/ye8xQ==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -1999,8 +1999,8 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - alien-signals@1.0.4: - resolution: {integrity: sha512-DJqqQD3XcsaQcQ1s+iE2jDUZmmQpXwHiR6fCAim/w87luaW+vmLY8fMlrdkmRwzaFXhkxf3rqPCR59tKVv1MDw==} + alien-signals@2.0.5: + resolution: {integrity: sha512-PdJB6+06nUNAClInE3Dweq7/2xVAYM64vvvS1IHVHSJmgeOtEdrAGyp7Z2oJtYm0B342/Exd2NT0uMJaThcjLQ==} ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} @@ -3956,8 +3956,8 @@ packages: peerDependencies: vue: ^3.2.0 - vue-tsc@2.2.10: - resolution: {integrity: sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==} + vue-tsc@3.0.4: + resolution: {integrity: sha512-kZmSEjGtROApVBuaIcoprrXZsFNGon5ggkTJokmhQ/H1hMzCFRPQ0Ed8IHYFsmYJYvHBcdmEQVGVcRuxzPzNbw==} hasBin: true peerDependencies: typescript: '>=5.0.0' @@ -5396,15 +5396,15 @@ snapshots: loupe: 3.1.3 tinyrainbow: 2.0.0 - '@volar/language-core@2.4.11': + '@volar/language-core@2.4.20': dependencies: - '@volar/source-map': 2.4.11 + '@volar/source-map': 2.4.20 - '@volar/source-map@2.4.11': {} + '@volar/source-map@2.4.20': {} - '@volar/typescript@2.4.11': + '@volar/typescript@2.4.20': dependencies: - '@volar/language-core': 2.4.11 + '@volar/language-core': 2.4.20 path-browserify: 1.0.1 vscode-uri: 3.0.8 @@ -5586,16 +5586,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/language-core@2.2.10(typescript@5.8.2)': + '@vue/language-core@3.0.4(typescript@5.8.2)': dependencies: - '@volar/language-core': 2.4.11 - '@vue/compiler-dom': 3.5.13 + '@volar/language-core': 2.4.20 + '@vue/compiler-dom': 3.5.16 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.13 - alien-signals: 1.0.4 - minimatch: 9.0.5 + '@vue/shared': 3.5.16 + alien-signals: 2.0.5 muggle-string: 0.4.1 path-browserify: 1.0.1 + picomatch: 4.0.2 optionalDependencies: typescript: 5.8.2 @@ -5652,7 +5652,7 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - alien-signals@1.0.4: {} + alien-signals@2.0.5: {} ansi-colors@4.1.3: {} @@ -7896,10 +7896,10 @@ snapshots: '@vue/devtools-api': 6.6.4 vue: 3.5.16(typescript@5.8.2) - vue-tsc@2.2.10(typescript@5.8.2): + vue-tsc@3.0.4(typescript@5.8.2): dependencies: - '@volar/typescript': 2.4.11 - '@vue/language-core': 2.2.10(typescript@5.8.2) + '@volar/typescript': 2.4.20 + '@vue/language-core': 3.0.4(typescript@5.8.2) typescript: 5.8.2 vue@3.5.16(typescript@5.8.2):