Skip to content

Bump vscode-languageclient from 9.0.1 to 10.0.1 - #472

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vscode-languageclient-10.0.1
Closed

Bump vscode-languageclient from 9.0.1 to 10.0.1#472
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vscode-languageclient-10.0.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vscode-languageclient from 9.0.1 to 10.0.1.

Release notes

Sourced from vscode-languageclient's releases.

release/client/10.0.1

No release notes provided.

release/server/10.0.1

No release notes provided.

release/client/10.0.0

Changes:

  • #1786: Shorten test dir path

This list of changes was auto generated.

release/server/10.0.0

No release notes provided.

release/client/10.0.0-next.22

No release notes provided.

release/client/10.0.0-next.21

No release notes provided.

release/client/10.0.0-next.20

Changes:

Bugs:

  • #1717: Client requests textDocument/diagnostics before textDocument/didOpen

Others:

  • #1723: Fix client request order for textDocument/diagnostics
  • #1721: Bump webpack from 5.103.0 to 5.105.0
  • #1715: Update minimatch dependency to version 10.1.2
  • #1714: Bump @​isaacs/brace-expansion from 5.0.0 to 5.0.1 in /client
  • #1713: Bump @​isaacs/brace-expansion from 5.0.0 to 5.0.1 in /client-node-tests
  • #1712: Format metaModel.ts
  • #1711: Bump lodash from 4.17.21 to 4.17.23
  • #1710: Fix typo in type documentation
  • #1708: Update to latest security block
  • #1707: Bump qs from 6.13.1 to 6.14.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for vscode-languageclient since your current version.


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

Medium Risk
Major-version LSP client and protocol stack bump can change client behavior (e.g. diagnostics ordering) without code edits; the client’s stricter VS Code engine may outpace the extension’s declared minimum.

Overview
Upgrades the extension’s LSP client dependency from vscode-languageclient ^9.0.1 to ^10.0.1, with matching package-lock.json updates only—no application source changes.

The lockfile pulls in vscode-languageserver-protocol 3.18.1, vscode-jsonrpc 9.0.0, and adds vscode-languageserver-textdocument; the client now depends on minimatch ^10.2.5 at the top level instead of nested v5 copies. vscode-languageclient 10.x declares a minimum VS Code engine of ^1.91.0 (up from ^1.82.0 on v9), while this repo’s engines.vscode remains ^1.85.0—worth confirming supported VS Code versions still align.

Reviewed by Cursor Bugbot for commit 5fecd95. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) from 9.0.1 to 10.0.1.
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/10.0.1/client)

---
updated-dependencies:
- dependency-name: vscode-languageclient
  dependency-version: 10.0.1
  dependency-type: direct:production
  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 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

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 Jul 7, 2026
@socket-security

Copy link
Copy Markdown

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​vscode-languageclient@​9.0.1 ⏵ 10.0.1100 +210080 +196100

View full report

@cursor cursor Bot 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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 5fecd95. Configure here.

Comment thread package.json
},
"dependencies": {
"vscode-languageclient": "^9.0.1"
"vscode-languageclient": "^10.0.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

VS Code engine below client

Medium Severity

Bumping vscode-languageclient to ^10.0.1 pulls in a client that declares engines.vscode of ^1.91.0, while the extension still advertises ^1.85.0. Installers and the marketplace can treat 1.85–1.90 as supported even though the bundled client targets newer VS Code APIs and behavior.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5fecd95. Configure here.

@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #480.

@dependabot dependabot Bot closed this Jul 14, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/vscode-languageclient-10.0.1 branch July 14, 2026 00:23
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.

0 participants