Skip to content

Commit

Permalink
RESOLVE CONFLICT (#996)
Browse files Browse the repository at this point in the history
Bump semver and vscode-languageclient in /editors/vscode

Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependency [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client). These dependencies need to be updated together.

Updates `semver` from 5.7.1 to 7.5.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v7.5.3)

Updates `vscode-languageclient` from 5.2.1 to 8.1.0
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/8.1.0/client)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: vscode-languageclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent 30d45d8 commit 5bc4169
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 62 deletions.
131 changes: 70 additions & 61 deletions editors/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@
"dependencies": {
"@vscode/vsce": "^2.20.0",
"fs-extra": "^9.0.1",
"vscode-languageclient": "5.2.1"
"vscode-languageclient": "8.1.0"
}
}

0 comments on commit 5bc4169

Please sign in to comment.