Skip to content

Commit 0cfd413

Browse files
chore(deps): update dependency @vue/tsconfig to ^0.7.0 (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2b56a2 commit 0cfd413

File tree

14 files changed

+60
-39
lines changed

14 files changed

+60
-39
lines changed

examples/allow-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/node": "^20.17.10",
2020
"@vitejs/plugin-vue": "^5.2.0",
2121
"@vue/eslint-config-typescript": "workspace:*",
22-
"@vue/tsconfig": "^0.5.1",
22+
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.17.0",
2424
"eslint-plugin-vue": "^9.32.0",
2525
"npm-run-all2": "^6.2.6",

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/node": "^20.17.10",
2020
"@vitejs/plugin-vue": "^5.2.0",
2121
"@vue/eslint-config-typescript": "workspace:*",
22-
"@vue/tsconfig": "^0.5.1",
22+
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.17.0",
2424
"eslint-plugin-vue": "^9.32.0",
2525
"npm-run-all2": "^6.2.6",

examples/type-checked/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vue/eslint-config-prettier": "^10.1.0",
3131
"@vue/eslint-config-typescript": "workspace:*",
3232
"@vue/test-utils": "^2.4.6",
33-
"@vue/tsconfig": "^0.5.1",
33+
"@vue/tsconfig": "^0.7.0",
3434
"cypress": "^13.16.1",
3535
"eslint": "^9.17.0",
3636
"eslint-plugin-cypress": "^3.6.0",

examples/with-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/node": "^20.17.10",
2424
"@vitejs/plugin-vue": "^5.2.0",
2525
"@vue/eslint-config-typescript": "workspace:*",
26-
"@vue/tsconfig": "^0.5.1",
26+
"@vue/tsconfig": "^0.7.0",
2727
"cypress": "^13.16.1",
2828
"eslint": "^9.17.0",
2929
"eslint-plugin-cypress": "^3.6.0",

examples/with-jsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vitejs/plugin-vue": "^5.2.0",
2121
"@vitejs/plugin-vue-jsx": "^4.1.0",
2222
"@vue/eslint-config-typescript": "workspace:*",
23-
"@vue/tsconfig": "^0.5.1",
23+
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^6.2.6",

examples/with-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vitejs/plugin-vue": "^5.2.0",
2121
"@vitejs/plugin-vue-jsx": "^4.1.0",
2222
"@vue/eslint-config-typescript": "workspace:*",
23-
"@vue/tsconfig": "^0.5.1",
23+
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^6.2.6",

examples/with-nightwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vitejs/plugin-vue": "^5.2.0",
2424
"@vue/eslint-config-typescript": "workspace:*",
2525
"@vue/test-utils": "^2.4.6",
26-
"@vue/tsconfig": "^0.5.1",
26+
"@vue/tsconfig": "^0.7.0",
2727
"chromedriver": "^129.0.4",
2828
"eslint": "^9.17.0",
2929
"eslint-plugin-vue": "^9.32.0",

examples/with-playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^20.17.10",
2222
"@vitejs/plugin-vue": "^5.2.0",
2323
"@vue/eslint-config-typescript": "workspace:*",
24-
"@vue/tsconfig": "^0.5.1",
24+
"@vue/tsconfig": "^0.7.0",
2525
"eslint": "^9.17.0",
2626
"eslint-plugin-playwright": "^1.8.3",
2727
"eslint-plugin-vue": "^9.32.0",

examples/with-prettier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vitejs/plugin-vue": "^5.2.0",
2222
"@vue/eslint-config-prettier": "^10.1.0",
2323
"@vue/eslint-config-typescript": "workspace:*",
24-
"@vue/tsconfig": "^0.5.1",
24+
"@vue/tsconfig": "^0.7.0",
2525
"eslint": "^9.17.0",
2626
"eslint-plugin-vue": "^9.32.0",
2727
"npm-run-all2": "^6.2.6",

examples/with-tsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vitejs/plugin-vue": "^5.2.0",
2121
"@vitejs/plugin-vue-jsx": "^4.1.0",
2222
"@vue/eslint-config-typescript": "workspace:*",
23-
"@vue/tsconfig": "^0.5.1",
23+
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^6.2.6",

examples/with-tsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vitejs/plugin-vue": "^5.2.0",
2121
"@vitejs/plugin-vue-jsx": "^4.1.0",
2222
"@vue/eslint-config-typescript": "workspace:*",
23-
"@vue/tsconfig": "^0.5.1",
23+
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^6.2.6",

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vitest/eslint-plugin": "^1.1.16",
2424
"@vue/eslint-config-typescript": "workspace:*",
2525
"@vue/test-utils": "^2.4.6",
26-
"@vue/tsconfig": "^0.5.1",
26+
"@vue/tsconfig": "^0.7.0",
2727
"eslint": "^9.17.0",
2828
"eslint-plugin-vue": "^9.32.0",
2929
"jsdom": "^25.0.1",

pnpm-lock.yaml

+47-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/file-based-routing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^22.10.2",
2121
"@vitejs/plugin-vue": "^5.2.0",
2222
"@vue/eslint-config-typescript": "workspace:*",
23-
"@vue/tsconfig": "^0.5.1",
23+
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^7.0.1",

0 commit comments

Comments
 (0)