Bump @types/vscode from 1.97.0 to 1.125.0 - #468
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.
|
c95726c to
5f0be98
Compare
b1c1b34 to
f14e002
Compare
f14e002 to
b543e68
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.
Reviewed by Cursor Bugbot for commit b543e68. Configure here.
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "26.0.1", | ||
| "@types/vscode": "^1.85.0", | ||
| "@types/vscode": "^1.125.0", |
There was a problem hiding this comment.
Types exceed engine version
High Severity
@types/vscode was raised to ^1.125.0 while engines.vscode remains ^1.85.0. vsce rejects that mismatch, so packaging and publishing fail. The previous constraint matched the engine version, so this bump introduces the incompatibility.
Reviewed by Cursor Bugbot for commit b543e68. Configure here.
b543e68 to
6bf8f08
Compare
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.97.0 to 1.125.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.125.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
6bf8f08 to
512f693
Compare
|
Superseded by #522. |


Bumps @types/vscode from 1.97.0 to 1.125.0.
Commits
Note
Low Risk
Dev-only type package bump with no application or engine changes; risk is limited to possible new TypeScript compile errors from updated API definitions.
Overview
Updates the
@types/vscodedev dependency from^1.85.0(lockfile previously resolved1.97.0) to^1.125.0, withpackage-lock.jsonaligned to1.125.0.This only refreshes TypeScript typings for the VS Code extension API used by sources such as
extension.tsandlsp.ts;engines.vscoderemains^1.85.0and there is no runtime or extension logic change in this diff.Reviewed by Cursor Bugbot for commit 512f693. Bugbot is set up for automated code reviews on this repo. Configure here.