Skip to content

chore(deps-dev): bump @types/node#41

Merged
steipete merged 1 commit into
mainfrom
fix/dependabot-types-node-25
May 17, 2026
Merged

chore(deps-dev): bump @types/node#41
steipete merged 1 commit into
mainfrom
fix/dependabot-types-node-25

Conversation

@steipete
Copy link
Copy Markdown
Contributor

Summary

Validation

  • pnpm -s typecheck
  • pnpm -s lint
  • pnpm -s test
  • pnpm -s build
  • pnpm -s format:check
  • codex-review --mode local

Refs #33.

Recreate PR #33 on top of current main after the Dependabot branch conflicted with PR #32.\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@socket-security
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
Added@​types/​node@​25.8.01001008196100

View full report

@steipete steipete merged commit 34f75da into main May 17, 2026
6 of 7 checks passed
@steipete steipete deleted the fix/dependabot-types-node-25 branch May 17, 2026 01:24
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a0140aca39

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/node": "^25.8.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.

P2 Badge Align Node type definitions with supported runtime

Pinning @types/node to major 25 while the package still advertises "node": ">=22" allows TypeScript to accept Node 25-only APIs during development, which can then fail at runtime for users on Node 22–24. This creates a compatibility gap between compile-time checks and the documented support matrix, so the types major should track the minimum supported Node line (or runtime support should be raised to match).

Useful? React with 👍 / 👎.

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.

1 participant