Skip to content

Commit 098dad1

Browse files
renovate[bot]gjtorikianclaude
authored
chore(deps): update dependency typescript to v6 (#1554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Garen J. Torikian <gjtorikian@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 24609a7 commit 098dad1

3 files changed

Lines changed: 81 additions & 82 deletions

File tree

package-lock.json

Lines changed: 78 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@eslint/js": "^10.0.0",
6868
"@types/jest": "^30.0.0",
6969
"@types/node": "~22",
70-
"@typescript-eslint/parser": "^8.46.0",
70+
"@typescript-eslint/parser": "^8.58.0",
7171
"babel-jest": "^30.2.0",
7272
"esbuild": "^0.28.0",
7373
"eslint": "^10.0.0",
@@ -82,8 +82,8 @@
8282
"publint": "^0.3.18",
8383
"tsdown": "^0.21.0",
8484
"tsx": "^4.20.6",
85-
"typescript": "5.9.3",
86-
"typescript-eslint": "^8.46.0"
85+
"typescript": "^6.0.3",
86+
"typescript-eslint": "^8.58.0"
8787
},
8888
"engines": {
8989
"node": ">=22.11.0"

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": ".",
43
"allowSyntheticDefaultImports": true,
54
"alwaysStrict": true,
65
"esModuleInterop": true,

0 commit comments

Comments
 (0)