chore(deps): update dependency @types/node to v26 - #53
Conversation
|
PR author is in the excluded authors list. |
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
bdabedf to
9ad536c
Compare
9ad536c to
f6af11d
Compare
d64c83e to
31ec303
Compare
6c744c6 to
4f54ecd
Compare
| "@anthropic-ai/claude-agent-sdk": "^0.3.167", | ||
| "@eslint/js": "^9.39.4", | ||
| "@types/node": "^25.9.1", | ||
| "@types/node": "^26.0.0", |
There was a problem hiding this comment.
🔍 @types/node major bump vs. declared engines floor of Node 18
package.json declares "engines": { "node": ">=18.0.0" } while the dev-time type definitions move to @types/node v26, which models the API surface of a much newer runtime (new/changed globals and stdlib signatures). Because these are only devDependencies used for type-check/build, published output is unaffected, but code can now typecheck against APIs that do not exist on Node 18. If Node 18 support is still intended, consider keeping the types pinned near the supported floor or raising the engines range.
Was this helpful? React with 👍 or 👎 to provide feedback.
8ce38b3 to
78bb3bc
Compare
78bb3bc to
61f9fd0
Compare
| "@anthropic-ai/claude-agent-sdk": "^0.3.167", | ||
| "@eslint/js": "^9.39.4", | ||
| "@types/node": "^25.9.1", | ||
| "@types/node": "^26.0.0", |
There was a problem hiding this comment.
🔍 Transitive undici-types jumps a major version alongside the @types/node bump
The lockfile change accompanying this bump moves undici-types from 7.24.6 to 8.3.0 (package-lock.json transitive dep of @types/node). Since @types/node re-exports fetch/undici-related types (Headers, RequestInit, etc.), a major bump of undici-types can change those ambient type shapes. This is dev-only (type-check/build), so runtime is unaffected, but it's worth confirming pnpm type-check / npm run build still pass in CI before merging.
Was this helpful? React with 👍 or 👎 to provide feedback.


This PR contains the following updates:
^25.9.1→^26.0.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.