Skip to content

Bump @types/vscode from 1.97.0 to 1.109.0#330

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types/vscode-1.109.0
Closed

Bump @types/vscode from 1.97.0 to 1.109.0#330
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types/vscode-1.109.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps @types/vscode from 1.97.0 to 1.109.0.

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)

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/vscode from the previously locked 1.97.0 to 1.109.0 in package.json and updates package-lock.json accordingly (new resolved tarball/integrity).

Written by Cursor Bugbot for commit c22f638. This will update automatically on new commits. Configure here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2026

Labels

The following labels could not be found: Changed. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2026
@socket-security
Copy link

socket-security bot commented Feb 24, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​types/​vscode@​1.97.0 ⏵ 1.109.0100 +110080 +189 -1100

View full report

@prozacchiwawa
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/vscode-1.109.0 branch from 49041b4 to 0bf9221 Compare March 10, 2026 16:28
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/vscode-1.109.0 branch 3 times, most recently from 091bf69 to b91e5e4 Compare March 10, 2026 18:36
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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/vscode-1.109.0 branch from b91e5e4 to c22f638 Compare March 10, 2026 19:43
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2026

Superseded by #357.

@dependabot dependabot bot closed this Mar 17, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/types/vscode-1.109.0 branch March 17, 2026 00:24
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