Skip to content

Commit cbeac0b

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 bfe193a commit cbeac0b

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
@@ -27,7 +27,7 @@
2727
"@types/react": "^19.1.0",
2828
"@types/react-dom": "^19.1.1",
2929
"eslint": "^9.26.0",
30-
"typescript": "^5.8.2"
30+
"typescript": "^5.9.2"
3131
},
3232
"version": "11.4.3"
3333
}

0 commit comments

Comments
 (0)