Upgrade server and VS Code extension dependencies - #345
Merged
Conversation
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
data-douser
August 15, 2026 02:40
View session
Contributor
Dependency ReviewThe following issues were found:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates npm dependencies across the server workspace and the VS Code extension workspace, refreshing the lockfile to pick up newer compatible versions while keeping key major versions stable.
Changes:
- Bump server runtime/dev dependencies (e.g.,
@modelcontextprotocol/sdk,js-yaml,sql.js, tooling likeeslint/prettier/typescript-eslint). - Bump root workspace dev tooling versions to match (
eslint,prettier,typescript-eslint). - Refresh
package-lock.jsonto reflect updated direct and transitive dependency resolution (including test tooling updates for the VS Code extension).
Show a summary per file
| File | Description |
|---|---|
| server/package.json | Updates server direct dependencies and dev tooling versions. |
| package.json | Updates root/workspace dev tooling versions. |
| package-lock.json | Regenerates lockfile with updated resolved versions for workspaces and transitive deps. |
| extensions/vscode/package.json | Updates VS Code extension dev tooling and test harness dependencies. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 3/6 changed files
- Comments generated: 0
- Review effort level: Lite
data-douser
marked this pull request as ready for review
August 15, 2026 03:27
data-douser
requested review from
a team,
data-douser and
enyil
as code owners
August 15, 2026 03:27
data-douser
approved these changes
Aug 15, 2026
data-douser
enabled auto-merge (squash)
August 15, 2026 03:28
data-douser
disabled auto-merge
August 15, 2026 03:28
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.
Updates npm dependencies for the server and VS Code extension while avoiding breaking major-version upgrades.
Changes