chore(deps-dev): bump @types/node from 25.9.3 to 26.0.0#50
Merged
FrancoStino merged 1 commit intoJun 20, 2026
Merged
Conversation
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.3 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps @types/node from 25.9.3 to 26.0.0.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
Upgrade dev dependency
@types/nodefrom 25.9.3 to 26.0.0 to use the latest Node.js type definitions. No runtime changes; TypeScript may surface new errors due to stricter or updated types.@types/nodeto^26.0.0undici-typesto~8.3.0Written for commit 506cd3e. Summary will update on new commits.
Greptile Summary
This PR bumps the
@types/nodedevDependency from 25.9.3 to 26.0.0, a major version step that aligns the TypeScript Node.js type definitions with the Node.js 26 release line. The change is isolated to type-checking at development time and has no runtime impact.package.jsonversion specifier updated from^25.9.3to^26.0.0.yarn.lockresolves@types/nodeto 26.0.0 and updates its transitive dependencyundici-typesfrom 7.24.6 to 8.3.0.Confidence Score: 5/5
Safe to merge — this touches only a devDependency with no runtime footprint.
@types/nodeis a devDependency used solely for TypeScript type checking; it is not bundled and does not run in production. The accompanyingundici-typesbump (7.24.6 → 8.3.0) is a transitive lock-file-only change with the same devDependency scope.No files require special attention.
Important Files Changed
@types/nodedevDependency version specifier from^25.9.3to^26.0.0; no other changes.@types/nodeat 26.0.0 and its transitive depundici-typesbumped from 7.24.6 to 8.3.0.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["package.json\n@types/node ^26.0.0"] --> B["yarn.lock\n@types/node 26.0.0"] B --> C["undici-types ~8.3.0\n(resolved: 8.3.0)"] B -. "previously" .-> D["undici-types >=7.24.0 <7.24.7\n(resolved: 7.24.6)"] style D fill:#f5f5f5,stroke:#aaa,color:#aaa style C fill:#d4edda,stroke:#28a745%%{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"}}}%% flowchart TD A["package.json\n@types/node ^26.0.0"] --> B["yarn.lock\n@types/node 26.0.0"] B --> C["undici-types ~8.3.0\n(resolved: 8.3.0)"] B -. "previously" .-> D["undici-types >=7.24.0 <7.24.7\n(resolved: 7.24.6)"] style D fill:#f5f5f5,stroke:#aaa,color:#aaa style C fill:#d4edda,stroke:#28a745Reviews (1): Last reviewed commit: "chore(deps-dev): bump @types/node from 2..." | Re-trigger Greptile