Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"lint-staged": "^17.0.8",
"prettier": "^3.9.5",
"tsx": "^4.23.1",
"typescript": "^6.0.3",
"typescript": "^7.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 ESLint Compiler Range Is Exceeded

The repository's lint path loads TypeScript through @typescript-eslint/parser, but the locked @typescript-eslint/typescript-estree@8.64.0 declares support only for TypeScript versions below 6.1. With TypeScript 7.0.2 installed, linting runs against an unsupported compiler API and can fail or report incorrect diagnostics; update the ESLint TypeScript stack to a version that supports TypeScript 7.

"typescript-eslint": "^8.64.0",
"vitest": "^4.1.10"
},
Expand Down
Loading
Loading