Skip to content

build(deps-dev): bump @types/node from 24.13.3 to 26.1.1 - #59

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/types/node-26.1.1
Open

build(deps-dev): bump @types/node from 24.13.3 to 26.1.1#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/types/node-26.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @types/node from 24.13.3 to 26.1.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Bumps @types/node from 24.13.3 to 26.1.1 to pick up the latest Node.js type definitions. Dev-only change with no runtime impact.

  • Dependencies
    • @types/node: 24.13.3 -> 26.1.1
    • undici-types: 7.18.2 -> 8.3.0

Written for commit 0f55ae8. Summary will update on new commits.

Review in cubic

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.13.3 to 26.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 10, 2026
@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
open-chat Ignored Ignored Jul 10, 2026 1:35pm

@ajanraj

ajanraj commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Dependency review: holding this PR despite green CI.\n\nWhy not merged:\n- The application declares and runs Node 24.x.\n- @types/node major versions track the corresponding Node major. Moving to v26 would expose Node 26 APIs/types that are unavailable in the supported Node 24 runtime.\n- This weakens type safety by allowing code that can compile but fail at runtime.\n- Current checks pass because they do not exercise future accidental use of Node 26-only APIs.\n\nNext steps:\n1. Keep @types/node on the latest v24 release while Node 24.x is the supported runtime.\n2. Configure Dependabot to ignore @types/node major v26 updates for now.\n3. Upgrade runtime, CI, engines, and deployment to Node 26 first.\n4. Recreate/merge this type upgrade as part of that coordinated runtime migration.

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant