Skip to content

Commit bfec5e6

Browse files
authored
patch: typescript 5.9 support (#6877)
Closes #6875 ## 🎯 Changes Adds support for typescript 5.9 ## ✅ Checklist - [ ] I have followed the steps listed in the [Contributing guide](https://github.com/trpc/trpc/blob/main/CONTRIBUTING.md). - [ ] If necessary, I have added documentation related to the changes made. - [ ] I have added or updated the tests related to the changes made. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the TypeScript dependency version from ^5.8.2 to ^5.9.2 across all example projects and packages. * Simplified and improved test and type-checking scripts across multiple packages. * Added a new type-checking job to the GitHub Actions workflow for pull requests. * Enhanced test setup to suppress specific React warnings for cleaner test output. * **Bug Fixes** * Adjusted type definitions to support broader binary data formats in request bodies. * Improved type safety with enhanced type predicates for content type checks. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent c4cff9f commit bfec5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"prisma": "^6.7.0",
7575
"start-server-and-test": "^1.12.0",
7676
"tailwindcss": "^3.4.6",
77-
"typescript": "^5.8.2",
77+
"typescript": "^5.9.2",
7878
"typescript-eslint": "^8.31.1"
7979
},
8080
"publishConfig": {

0 commit comments

Comments
 (0)