Bump @types/vscode from 1.97.0 to 1.109.0#330
Conversation
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.
|
|
@dependabot rebase |
49041b4 to
0bf9221
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "25.0.3", | ||
| "@types/vscode": "^1.85.0", | ||
| "@types/vscode": "^1.109.0", |
There was a problem hiding this comment.
Types version exceeds declared minimum VS Code engine
High Severity
@types/vscode is bumped to ^1.109.0 while engines.vscode remains ^1.85.0. This mismatch means the extension declares compatibility with VS Code 1.85.0+ but uses type definitions from VS Code 1.109.0, which exposes APIs unavailable in older versions. The @vscode/vsce packaging tool will reject this mismatch with an error during vsce package, blocking extension publishing. Even if packaging were bypassed, any use of newer APIs would cause runtime failures for users on VS Code versions below 1.109.0.
091bf69 to
b91e5e4
Compare
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.97.0 to 1.109.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.109.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b91e5e4 to
c22f638
Compare
|
Superseded by #357. |


Bumps @types/vscode from 1.97.0 to 1.109.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 TypeScript typings update; runtime behavior is unchanged aside from potential compile-time type errors/warnings.
Overview
Bumps the dev dependency
@types/vscodefrom the previously locked1.97.0to1.109.0inpackage.jsonand updatespackage-lock.jsonaccordingly (new resolved tarball/integrity).Written by Cursor Bugbot for commit c22f638. This will update automatically on new commits. Configure here.