Skip to content

chore(deps): update dependency @types/node to v26 - #53

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-26.x
Open

chore(deps): update dependency @types/node to v26#53
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-26.x

Conversation

@renovate

@renovate renovate Bot commented Jul 1, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^25.9.1^26.0.0 age adoption passing confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@greptile-apps

greptile-apps Bot commented Jul 1, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 78bb3bc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security

socket-security Bot commented Jul 1, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​node@​25.9.2 ⏵ 26.2.010010081 +195100

View full report

cursor[bot]
cursor Bot previously approved these changes Jul 1, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Risk: low. Approved: narrow devDependency bump (@types/node v25→v26) with type-only impact and no applicable approval policies. Cursor Bugbot was not present on this PR; no reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Router and Approver

@renovate
renovate Bot force-pushed the renovate/node-26.x branch from bdabedf to 9ad536c Compare July 4, 2026 11:44
@renovate
renovate Bot force-pushed the renovate/node-26.x branch from 9ad536c to f6af11d Compare July 15, 2026 04:03
@renovate
renovate Bot force-pushed the renovate/node-26.x branch 4 times, most recently from d64c83e to 31ec303 Compare July 28, 2026 01:43
@renovate
renovate Bot force-pushed the renovate/node-26.x branch 2 times, most recently from 6c744c6 to 4f54ecd Compare August 1, 2026 23:14

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread package.json
"@anthropic-ai/claude-agent-sdk": "^0.3.167",
"@eslint/js": "^9.39.4",
"@types/node": "^25.9.1",
"@types/node": "^26.0.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.

🔍 @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.

Open in Devin Review

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

@renovate
renovate Bot force-pushed the renovate/node-26.x branch 2 times, most recently from 8ce38b3 to 78bb3bc Compare August 2, 2026 02:27
@renovate
renovate Bot force-pushed the renovate/node-26.x branch from 78bb3bc to 61f9fd0 Compare August 7, 2026 18:35

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Devin Review found 1 new potential issue.

Open in Devin Review

Comment thread package.json
"@anthropic-ai/claude-agent-sdk": "^0.3.167",
"@eslint/js": "^9.39.4",
"@types/node": "^25.9.1",
"@types/node": "^26.0.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.

🔍 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.

Open in Devin Review

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants