chore(deps): bump vscode-languageclient from 9.0.1 to 10.0.0 in /htmlhint#394
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) from 9.0.1 to 10.0.0. - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases) - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/10.0.0/client) --- updated-dependencies: - dependency-name: vscode-languageclient dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the HTMLHint VS Code extension’s bundled Language Server client dependency to vscode-languageclient@10.0.0 and refreshes the htmlhint/ lockfile accordingly.
Changes:
- Bump
vscode-languageclientfrom9.0.1to10.0.0inhtmlhint/package.json. - Update
htmlhint/package-lock.jsonto reflect the new client version and its updated transitive dependency graph (e.g.,minimatch,brace-expansion,balanced-match,semver, protocol/textdocument deps).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| htmlhint/package.json | Updates the extension’s bundled vscode-languageclient dependency to 10.0.0. |
| htmlhint/package-lock.json | Regenerates the dependency lock to match vscode-languageclient@10.0.0 and its transitive updates. |
Files not reviewed (1)
- htmlhint/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
100
to
105
| "htmlhint": "1.9.2", | ||
| "strip-json-comments": "3.1.1", | ||
| "vscode-languageclient": "9.0.1", | ||
| "vscode-languageclient": "10.0.0", | ||
| "vscode-languageserver": "9.0.1", | ||
| "vscode-languageserver-textdocument": "1.0.12", | ||
| "vscode-uri": "3.1.0" |
Comment on lines
880
to
895
| "node_modules/vscode-languageclient": { | ||
| "version": "9.0.1", | ||
| "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-9.0.1.tgz", | ||
| "integrity": "sha512-JZiimVdvimEuHh5olxhxkht09m3JzUGwggb5eRUkzzJhZ2KjCN0nh55VfiED9oez9DyF8/fz1g1iBV3h+0Z2EA==", | ||
| "version": "10.0.0", | ||
| "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-10.0.0.tgz", | ||
| "integrity": "sha512-3yRHFkktZQCCg8ehHnD2Z4DZ4mZ17FNo8bxM4OFt8wtpxNBAOZGHmpbIflZSkicvCxi+ozuWntbdeWiY0gP77w==", | ||
| "inBundle": true, | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "minimatch": "^5.1.0", | ||
| "semver": "^7.3.7", | ||
| "vscode-languageserver-protocol": "3.17.5" | ||
| "minimatch": "^10.2.5", | ||
| "semver": "^7.8.1", | ||
| "vscode-languageserver-protocol": "3.18.0", | ||
| "vscode-languageserver-textdocument": "1.0.13" | ||
| }, | ||
| "engines": { | ||
| "vscode": "^1.82.0" | ||
| "vscode": "^1.91.0" | ||
| } | ||
| }, |
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.0.
Release notes
Sourced from vscode-languageclient's releases.
... (truncated)
Commits
2cc5bf0Prepare 3.18 releaseb21577cMerge 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)49c7965Fixes #1751: Prevent crash in forgetDocument when disposed (#1765)e0365a7Fixes double application of edits during renaming (#1764)5b1151dBump brace-expansion from 5.0.3 to 5.0.6 in /client (#1762)Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for vscode-languageclient since your current version.
Most Recent Ignore Conditions Applied to This Pull Request
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)