npm: bump vscode-languageclient from 9.0.1 to 10.0.1 in /vscode-extension-self-contained#346
Merged
cdietrich merged 3 commits intoJul 2, 2026
Conversation
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>
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>
There was a problem hiding this comment.
Pull request overview
Updates the VS Code extension packages to use vscode-languageclient v10, along with related TypeScript config adjustments and lockfile refreshes.
Changes:
- Bump
vscode-languageclientfrom^9.0.1to^10.0.1(in both extension packages). - Update TS compilation targets/libs to ES2022 and add explicit
typesconfiguration. - Refresh
package-lock.jsondependency graph (e.g.,vscode-jsonrpc,vscode-languageserver-protocol,minimatch,semver).
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| vscode-extension/src/tsconfig.json | Updates TS target/lib and adds explicit types list. |
| vscode-extension/package.json | Bumps vscode-languageclient dependency. |
| vscode-extension/package-lock.json | Lockfile updates reflecting vscode-languageclient v10 and transitive dependency changes. |
| vscode-extension-self-contained/src/tsconfig.json | Updates TS target/lib and adds explicit types list. |
| vscode-extension-self-contained/package.json | Bumps vscode-languageclient dependency. |
| vscode-extension-self-contained/package-lock.json | Lockfile updates reflecting vscode-languageclient v10 and transitive dependency changes. |
Files not reviewed (2)
- vscode-extension-self-contained/package-lock.json: Generated file
- vscode-extension/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+10
to
+11
| "lib": [ "es2022" ], | ||
| "types": [ "node" ], |
Comment on lines
+10
to
+11
| "lib": [ "es2022" ], | ||
| "types": [ "node" ], |
Comment on lines
65
to
67
| "dependencies": { | ||
| "vscode-languageclient": "^9.0.1" | ||
| "vscode-languageclient": "^10.0.1" | ||
| }, |
Comment on lines
65
to
67
| "dependencies": { | ||
| "vscode-languageclient": "^9.0.1" | ||
| "vscode-languageclient": "^10.0.1" | ||
| }, |
| }, | ||
| "dependencies": { | ||
| "vscode-languageclient": "^9.0.1" | ||
| "vscode-languageclient": "^10.0.1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps vscode-languageclient from 9.0.1 to 10.0.1.
Release notes
Sourced from vscode-languageclient's releases.
... (truncated)
Commits
bb5ee92Prepare 3.18.1 releaseb0a8ea1MakeTextDocumentContentFeaturea supported capability (#1796)3c7721eUpdate dependency versions in lock files (#1788)dc94993Merge 3.18 release into main (#1787)b21577cMerge next release into main (#1778)c08bcaeUpdate dependencies and improve compatibility (#1775)0a70e0dImplement TextDocumentSnapshot for delay open notifications (#1773)d4f8eaePrevent pulling diagnostics on untitled documents (#1772)f168f85Update documentation and fix lint errors (#1770)2cf625fAdd optional MarkupContent support to diagnostics (#1766)Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for vscode-languageclient since your current version.
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)