Skip to content

chore(deps-dev): bump @types/node from 18.19.130 to 26.1.2 in /extensions/vscode - #595

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/extensions/vscode/types/node-26.1.2
Open

chore(deps-dev): bump @types/node from 18.19.130 to 26.1.2 in /extensions/vscode#595
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/extensions/vscode/types/node-26.1.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @types/node from 18.19.130 to 26.1.2.

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 18.19.130 to 26.1.2.
- [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.2
  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 29, 2026
@github-actions

Copy link
Copy Markdown
Contributor

OpenCodeReview: No comments generated. Looks good to me.

@lizhengfeng101
lizhengfeng101 requested review from lizhengfeng101 and xyJen and removed request for xyJen July 30, 2026 06:11

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

The thing I'd want a maintainer to actually decide here is whether typing this extension against Node 26 is correct. extensions/vscode/package.json:95 jumps the dev types eight majors, but engines.vscode two lines further up is still ^1.74.0, and VS Code 1.74 runs extensions on a Node 16 host, while .github/workflows/vscode-ext.yml builds and tests in a node:24.4.1 container. Since tsconfig.json has "types": ["node", ...] and code such as src/extension/services/shellEnv.ts and GitService.ts touches process and child_process directly, tsc will now accept APIs that exist on neither the oldest supported host nor CI, and yarn compile won't flag it. The usual convention for VS Code extensions is to keep @types/node on the major matching the Node that ships with the minimum supported VS Code, so if you take this bump I'd expect engines.vscode to move with it. Worth noting plugins/open-code-review/opencode/package.json is still on ^24.0.0, so it seems better to pick a target deliberately than to let the two drift apart via separate Dependabot PRs.

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