Skip to content

Commit caa725c

Browse files
committed
Update to TS 6
1 parent cdfb2ca commit caa725c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1266
-1251
lines changed

apps/coa-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/bun": "latest",
1818
"@types/node": "^24.12.0",
19-
"typescript": "^5.9.3"
19+
"typescript": "^6.0.2"
2020
},
2121
"module": "index.ts",
2222
"type": "module"

apps/coa-updater/pnpm-lock.yaml

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

apps/duck-estimator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/yargs": "^17.0.35",
3737
"eslint": "^10.1.0",
3838
"eslint-config-prettier": "^10.1.8",
39-
"typescript": "^5.9.3",
39+
"typescript": "^6.0.2",
4040
"typescript-eslint": "^8.58.0"
4141
}
4242
}

apps/duck-estimator/pnpm-lock.yaml

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

apps/duck-estimator/tsconfig.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"allowJs": true,
1818
"forceConsistentCasingInFileNames": true,
1919
"outDir": "./dist",
20+
"rootDir": "../../..",
2021
"paths": {
2122
"~/*": [
2223
"./*"
@@ -26,9 +27,5 @@
2627
],
2728
}
2829
},
29-
"include": [
30-
"eslint.config.mjs",
31-
"*.ts",
32-
"scrapes/**/*.ts"
33-
]
30+
"include": ["*.ts", "scrapes/**/*.ts"]
3431
}

apps/duckguessr/api/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"sharp": "^0.33.5",
2828
"socket-call-server": "^0.7.7",
2929
"socket.io": "^4.8.3",
30-
"typescript": "^5.9.3",
3130
"~api": "workspace:*",
3231
"~dm-types": "workspace:*",
3332
"~prisma-schemas": "workspace:*"
@@ -40,7 +39,7 @@
4039
"eslint-config-prettier": "^10.1.8",
4140
"eslint-plugin-prettier": "^5.5.5",
4241
"prettier": "^3.8.1",
43-
"typescript": "^5.8.3",
42+
"typescript": "^6.0.2",
4443
"typescript-eslint": "^8.58.0"
4544
}
4645
}

0 commit comments

Comments
 (0)