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.
78bb3bc to
61f9fd0
Compare
61f9fd0 to
827f80a
Compare
ApprovabilityVerdict: Needs human review DevDependency update to @types/node v26, but the author does not own the changed files (owned by wave-av/core-team), and an unresolved comment raises a valid concern about compatibility with the declared Node 18 engines floor. No code changes detected at You can customize Macroscope's approvability policy. Learn more. |
827f80a to
9881be1
Compare


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.