Skip to content

Commit 9676ad1

Browse files
chore(deps): update dependency typescript to ~5.8.2 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 299851b commit 9676ad1

File tree

20 files changed

+231
-231
lines changed

20 files changed

+231
-231
lines changed

Diff for: examples/allow-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^9.21.0",
2424
"eslint-plugin-vue": "^9.33.0",
2525
"npm-run-all2": "^7.0.2",
26-
"typescript": "~5.7.3",
26+
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",
2828
"vue-tsc": "^2.2.8"
2929
}

Diff for: examples/api-before-14.3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"npm-run-all2": "^7.0.2",
4040
"prettier": "3.5.2",
4141
"start-server-and-test": "^2.0.10",
42-
"typescript": "~5.7.3",
42+
"typescript": "~5.8.2",
4343
"vite": "^6.2.0",
4444
"vite-plugin-vue-devtools": "^7.7.2",
4545
"vitest": "^3.0.7",

Diff for: examples/custom-type-checked-rules-on-and-off/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^9.21.0",
2424
"eslint-plugin-vue": "^9.33.0",
2525
"npm-run-all2": "^7.0.2",
26-
"typescript": "~5.7.3",
26+
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",
2828
"vite-plugin-vue-devtools": "^7.7.2",
2929
"vue-tsc": "^2.2.8"

Diff for: examples/disable-ts-in-templates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^9.21.0",
2424
"eslint-plugin-vue": "^9.33.0",
2525
"npm-run-all2": "^7.0.2",
26-
"typescript": "~5.7.3",
26+
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",
2828
"vue-tsc": "^2.2.8"
2929
}

Diff for: examples/disable-type-checked-for-yml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"npm-run-all2": "^7.0.2",
4141
"prettier": "3.5.2",
4242
"start-server-and-test": "^2.0.10",
43-
"typescript": "~5.7.3",
43+
"typescript": "~5.8.2",
4444
"vite": "^6.2.0",
4545
"vite-plugin-vue-devtools": "^7.7.2",
4646
"vitest": "^3.0.7",

Diff for: examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^9.21.0",
2424
"eslint-plugin-vue": "^9.33.0",
2525
"npm-run-all2": "^7.0.2",
26-
"typescript": "~5.7.3",
26+
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",
2828
"vue-tsc": "^2.2.8"
2929
}

Diff for: examples/type-checked/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"npm-run-all2": "^7.0.2",
4040
"prettier": "3.5.2",
4141
"start-server-and-test": "^2.0.10",
42-
"typescript": "~5.7.3",
42+
"typescript": "~5.8.2",
4343
"vite": "^6.2.0",
4444
"vite-plugin-vue-devtools": "^7.7.2",
4545
"vitest": "^3.0.7",

Diff for: examples/with-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-vue": "^9.33.0",
3131
"npm-run-all2": "^7.0.2",
3232
"start-server-and-test": "^2.0.10",
33-
"typescript": "~5.7.3",
33+
"typescript": "~5.8.2",
3434
"vite": "^6.2.0",
3535
"vue-tsc": "^2.2.8"
3636
}

Diff for: examples/with-jsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.21.0",
2525
"eslint-plugin-vue": "^9.33.0",
2626
"npm-run-all2": "^7.0.2",
27-
"typescript": "~5.7.3",
27+
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",
2929
"vue-tsc": "^2.2.8"
3030
}

Diff for: examples/with-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.21.0",
2525
"eslint-plugin-vue": "^9.33.0",
2626
"npm-run-all2": "^7.0.2",
27-
"typescript": "~5.7.3",
27+
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",
2929
"vue-tsc": "^2.2.8"
3030
}

Diff for: examples/with-nightwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"nightwatch": "^3.11.1",
3232
"npm-run-all2": "^7.0.2",
3333
"ts-node": "^10.9.2",
34-
"typescript": "~5.7.3",
34+
"typescript": "~5.8.2",
3535
"vite": "^6.2.0",
3636
"vite-plugin-nightwatch": "^0.4.6",
3737
"vue-tsc": "^2.2.8"

Diff for: examples/with-playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-playwright": "^2.2.0",
2727
"eslint-plugin-vue": "^9.33.0",
2828
"npm-run-all2": "^7.0.2",
29-
"typescript": "~5.7.3",
29+
"typescript": "~5.8.2",
3030
"vite": "^6.2.0",
3131
"vue-tsc": "^2.2.8"
3232
}

Diff for: examples/with-prettier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-vue": "^9.33.0",
2727
"npm-run-all2": "^7.0.2",
2828
"prettier": "3.5.2",
29-
"typescript": "~5.7.3",
29+
"typescript": "~5.8.2",
3030
"vite": "^6.2.0",
3131
"vue-tsc": "^2.2.8"
3232
}

Diff for: examples/with-tsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.21.0",
2525
"eslint-plugin-vue": "^9.33.0",
2626
"npm-run-all2": "^7.0.2",
27-
"typescript": "~5.7.3",
27+
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",
2929
"vue-tsc": "^2.2.8"
3030
}

Diff for: examples/with-tsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.21.0",
2525
"eslint-plugin-vue": "^9.33.0",
2626
"npm-run-all2": "^7.0.2",
27-
"typescript": "~5.7.3",
27+
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",
2929
"vue-tsc": "^2.2.8"
3030
}

Diff for: examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-vue": "^9.33.0",
2929
"jsdom": "^26.0.0",
3030
"npm-run-all2": "^7.0.2",
31-
"typescript": "~5.7.3",
31+
"typescript": "~5.8.2",
3232
"vite": "^6.2.0",
3333
"vitest": "^3.0.7",
3434
"vue-tsc": "^2.2.8"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"pkgroll": "^2.11.2",
5656
"prettier": "3.5.2",
5757
"tsx": "^4.19.3",
58-
"typescript": "~5.7.3",
58+
"typescript": "~5.8.2",
5959
"vitest": "^3.0.7",
6060
"vue": "^3.5.13"
6161
},

0 commit comments

Comments
 (0)