Skip to content

Commit 70ac3aa

Browse files
chore: eslint updates (#6748)
Closes # ## 🎯 Changes What changes are made in this PR? Is it a feature or a bug fix? <!-- Note: once you create a Pull request, we will automatically fix auto-fixable lint issues in your branch --> ## ✅ 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** - Upgraded ESLint and related linting dependencies across all packages and examples to their latest versions. - Updated React and TypeScript ESLint plugins to newer releases, including the React Hooks plugin. - Removed deprecated or unused ESLint plugins and configurations in some packages. - **Refactor** - Simplified internal logic using modern JavaScript syntax (nullish coalescing assignment) in several places for improved readability and maintainability. - Adjusted ESLint configurations to streamline plugin integration and rule management. - **Style** - Added or updated ESLint disable comments for new linting rules to maintain code quality without affecting runtime behavior. No user-facing features or functionality were changed. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 9e1d691 commit 70ac3aa

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
@@ -26,7 +26,7 @@
2626
"@types/node": "^22.13.5",
2727
"@types/react": "^19.1.0",
2828
"@types/react-dom": "^19.1.1",
29-
"eslint": "^9.21.0",
29+
"eslint": "^9.26.0",
3030
"typescript": "^5.8.2"
3131
},
3232
"version": "11.1.2"

0 commit comments

Comments
 (0)