chore: upgrade TypeScript from 4.8.2 to 5.9.3#149
Merged
sdserranog merged 1 commit intoArcadeAI:mainfrom Dec 8, 2025
Merged
Conversation
- Upgrade typescript 4.8.2 -> 5.9.3 - Upgrade @typescript-eslint/parser 6.7.0 -> 7.18.0 - Upgrade @typescript-eslint/eslint-plugin 6.7.0 -> 7.18.0 - Upgrade @types/node 18.11.18 -> 20.17.10 - Upgrade ts-node 10.5.0 -> 10.9.2 - Upgrade eslint-plugin-unused-imports 3.0.0 -> 4.3.0 All tests passing (248/248). Build system validated. postprocess-files.cjs works correctly with upgraded parser. No breaking changes to public API.
Merged
sdserranog
approved these changes
Dec 8, 2025
Contributor
sdserranog
left a comment
There was a problem hiding this comment.
@a9a4k everything looks good! Thanks for doing this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the TypeScript toolchain from v4.8.2 to v5.9.3 (latest 5.x release) along with all related TypeScript ecosystem dependencies.
Changes
Motivation
This upgrade is necessary to support Zod v4, which requires TypeScript 5.0+ for const type parameters. It also brings performance improvements and better type inference from TypeScript 5.x.
Testing
✅ All validations passed:
Risk Assessment
LOW RISK - No breaking changes:
Additional Notes
eslint-plugin-unused-importswas upgraded from v3 to v4 to ensure compatibility with @typescript-eslint v7