Skip to content

Commit 212e283

Browse files
committed
Upgrade to TypeScript 6
tsconfig changes: - Specify `moduleResolution: bundler` since we use a bundler - Specify `types: ["node"]` to speed up build - Remove `alwaysStrict` as this is now deprecated - Specify `skipLibCheck: true` to speed up build - Specify Octokit types.d.ts path manually to address compiler not being able to find types with `moduleResolution: bundler`
1 parent 34950e1 commit 212e283

File tree

3 files changed

+110
-87
lines changed

3 files changed

+110
-87
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"globals": "^17.4.0",
6868
"nock": "^14.0.11",
6969
"sinon": "^21.0.3",
70-
"typescript": "^5.9.3",
71-
"typescript-eslint": "^8.57.1"
70+
"typescript": "^6.0.2",
71+
"typescript-eslint": "^8.58.0"
7272
},
7373
"overrides": {
7474
"@actions/tool-cache": {

0 commit comments

Comments
 (0)