Bump @types/vscode from 1.97.0 to 1.134.0 - #522
Conversation
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.97.0 to 1.134.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) --- updated-dependencies: - dependency-name: "@types/vscode" dependency-version: 1.134.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c7d08f9. Configure here.
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "26.1.2", | ||
| "@types/vscode": "^1.85.0", | ||
| "@types/vscode": "^1.134.0", |
There was a problem hiding this comment.
Types version exceeds VS Code engine
High Severity
Raising @types/vscode to ^1.134.0 while leaving engines.vscode at ^1.85.0 makes the declared types newer than the supported API. vsce package rejects that pairing, so the Test, publish, and nightly workflows fail when they build the VSIX.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit c7d08f9. Configure here.


Bumps @types/vscode from 1.97.0 to 1.134.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)Note
Low Risk
Dev-only type definition bump with no runtime or engine requirement changes; any impact is limited to compile-time type checking.
Overview
Updates the
@types/vscodedev dependency from 1.97.0 to ^1.134.0 inpackage.json, with the matching lockfile entry inpackage-lock.json.This only refreshes TypeScript typings for the VS Code extension API at build/lint time. The extension’s
engines.vscodeminimum (^1.85.0) is unchanged.Reviewed by Cursor Bugbot for commit c7d08f9. Bugbot is set up for automated code reviews on this repo. Configure here.