Skip to content
Closed
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 @@ -59,7 +59,7 @@
"@eslint/js": "^9.39.4",
"@playwright/test": "1.55.1",
"@types/chrome": "^0.0.320",
"@types/node": "^22.13.0",
"@types/node": "^26.1.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.

P2 Badge Align Node types with the Node 22 runtime

This repo still targets and tests Node 22 (package.json engines, .nvmrc, and the CI setup all pin/minimum 22.13.0), but this bump makes TypeScript validate scripts and config against the Node 26 API surface. In that supported Node 22 environment, future changes can now type-check while calling Node 26-only globals/modules/options and then fail at runtime in CI or for contributors using the documented runtime; keep @types/node on the Node 22 major unless the runtime target is upgraded at the same time.

Useful? React with 👍 / 👎.

"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.35.0",
Expand Down
86 changes: 37 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading