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
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^25.9.2",
"@types/node": "^26.1.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 Major-version type bump; verify typecheck against new Node typings

This is a semver-major bump of @types/node (25.x → 26.x), which also swaps the transitive undici-types range from >=7.24.0 <7.24.7 to ~8.3.0 in package-lock.json. Major DefinitelyTyped bumps can tighten or remove ambient Node type declarations, so the type-check gate (tsc --noEmit) and lint should be confirmed green on this branch before merge. No source changes accompany the bump, so any breakage would surface only in CI.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"eslint": "^9.39.4",
"tsup": "^8.0.0",
"typescript": "^5.9.0",
Expand Down
Loading