Skip to content
Merged
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 packages/homepage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typescript-eslint": "^8.16.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Verify typescript-eslint@^8 peer-dep covers TypeScript 6

typescript-eslint@^8.16.0 declares a TypeScript peer-dependency range that historically capped at < 5.x. TypeScript 6 support was tracked in typescript-eslint#12123 and landed in a later v8 patch release. If the resolved v8 version in lockfile predates that patch, eslint type-aware rules will silently fall back or error. It's worth confirming the installed typescript-eslint version satisfies TypeScript 6 before merging, or pinning to the minimum v8 patch that added support.

"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"typescript": "^6.0.0",
"vite": "^6.0.5",
"wrangler": "^3.90.0"
}
Expand Down
Loading