Skip to content

deps(deps-dev): bump @types/node from 25.9.4 to 26.0.0#12

Merged
drakulavich merged 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-26.0.0
Jun 24, 2026
Merged

deps(deps-dev): bump @types/node from 25.9.4 to 26.0.0#12
drakulavich merged 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-26.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @types/node from 25.9.4 to 26.0.0.

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)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.4 to 26.0.0.
- [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.0.0
  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 Jun 22, 2026
@greptile-apps

greptile-apps Bot commented Jun 22, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps the @types/node devDependency from ^25.3.3 to ^26.0.0, a major version bump for the Node.js TypeScript type definitions. Since this project uses Bun as its runtime (not Node.js), @types/node only affects type-checking at development time and has no impact on runtime behavior.

  • The change is limited to a single version constraint in package.json; no source files are modified.
  • As a devDependency in a Bun-based project, there is no production or runtime risk from this update.

Confidence Score: 5/5

Safe to merge — a devDependency-only update with no runtime impact.

The only change is a version constraint on a devDependency used solely for TypeScript type definitions. The project's runtime is Bun, so updated Node.js types have no effect on the built artifact or any executing code.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps @types/node devDependency from ^25.3.3 to ^26.0.0; only affects TypeScript type definitions at dev time since the runtime is Bun.

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
    participant Dependabot
    participant package.json
    participant TypeScript as TypeScript Compiler
    participant Bun as Bun Runtime

    Dependabot->>package.json: "Bump @types/node ^25.3.3 → ^26.0.0"
    package.json->>TypeScript: Provides updated Node.js type definitions
    Note over TypeScript: Type-checking only (dev time)
    TypeScript-->>Bun: No impact (runtime is Bun, not Node.js)
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
sequenceDiagram
    participant Dependabot
    participant package.json
    participant TypeScript as TypeScript Compiler
    participant Bun as Bun Runtime

    Dependabot->>package.json: "Bump @types/node ^25.3.3 → ^26.0.0"
    package.json->>TypeScript: Provides updated Node.js type definitions
    Note over TypeScript: Type-checking only (dev time)
    TypeScript-->>Bun: No impact (runtime is Bun, not Node.js)
Loading

Reviews (1): Last reviewed commit: "deps(deps-dev): bump @types/node from 25..." | Re-trigger Greptile

@drakulavich drakulavich merged commit 8eb21a9 into main Jun 24, 2026
1 of 2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/types/node-26.0.0 branch June 24, 2026 11:52
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