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: Not approved Macroscope's review found this PR not approvable — This is a dev-time @types/node dependency update confined to ignored dependency paths, with no indicated production-code or published-runtime change. Human review is still warranted because the changed manifest and lockfile are owned by the core team and an unresolved comment questions compatibility with the declared Node 18 engine floor. Not approved because:
No code changes detected at Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
827f80a to
9881be1
Compare
9881be1 to
e8534e3
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
e8534e3 to
61a679b
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
61a679b to
1d976b1
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
1d976b1 to
e49785f
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
e49785f to
b8f6ba5
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |


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 becomes conflicted, 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.