Skip to content

Upgrade server and VS Code extension dependencies - #345

Merged
data-douser merged 1 commit into
mainfrom
copilot/upgrade-dependencies
Aug 15, 2026
Merged

Upgrade server and VS Code extension dependencies#345
data-douser merged 1 commit into
mainfrom
copilot/upgrade-dependencies

Conversation

Copilot AI commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Updates npm dependencies for the server and VS Code extension while avoiding breaking major-version upgrades.

Changes

  • Upgrade compatible runtime and development dependencies.
  • Retain current major versions of Node types, TypeScript, and Zod.
  • Refresh the npm lockfile and transitive dependencies.
  • Rebuild the tracked server distribution and source map.

Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.

View full job summary

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 like eslint/prettier/typescript-eslint).
  • Bump root workspace dev tooling versions to match (eslint, prettier, typescript-eslint).
  • Refresh package-lock.json to 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
data-douser marked this pull request as ready for review August 15, 2026 03:27
@data-douser
data-douser requested review from a team, data-douser and enyil as code owners August 15, 2026 03:27
@data-douser
data-douser enabled auto-merge (squash) August 15, 2026 03:28
@data-douser
data-douser disabled auto-merge August 15, 2026 03:28
@data-douser
data-douser merged commit 371075d into main Aug 15, 2026
38 checks passed
@data-douser
data-douser deleted the copilot/upgrade-dependencies branch August 15, 2026 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants