Skip to content

Upgrade NodeJS dependencies to latest available versions#108

Merged
data-douser merged 2 commits intomainfrom
dd/upgrade-deps/1
Mar 3, 2026
Merged

Upgrade NodeJS dependencies to latest available versions#108
data-douser merged 2 commits intomainfrom
dd/upgrade-deps/1

Conversation

@data-douser
Copy link
Collaborator

Summary of Changes

This pull request updates several dependencies across the project to their latest patch or minor versions, focusing on development tools, type definitions, and the @modelcontextprotocol/sdk package. These updates aim to ensure compatibility, improved features, and bug fixes from upstream packages.

Outline of Changes

Dependency updates:

  • Upgraded @modelcontextprotocol/sdk to version ^1.27.1 in both client/package.json and server/package.json to ensure compatibility with the latest features and fixes. [1] [2]
  • Updated eslint to ^10.0.2 and typescript-eslint to ^8.56.1 in all relevant package.json files, improving linting and TypeScript integration. [1] [2] [3]
  • Bumped @types/node to ^25.3.3 in both server/package.json and extensions/vscode/package.json for updated Node.js type definitions. [1] [2]

@data-douser data-douser self-assigned this Mar 3, 2026
Copilot AI review requested due to automatic review settings March 3, 2026 14:18
@data-douser data-douser requested review from a team and enyil as code owners March 3, 2026 14:18
@data-douser data-douser added the dependencies Pull requests that update a dependency file label Mar 3, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

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
  • ⚠️ 2 package(s) with unknown licenses.

View full job summary

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates Node.js dependency versions across the monorepo (root, server, client, and VS Code extension) to pick up upstream fixes and improvements—most notably bumping @modelcontextprotocol/sdk and lint/type tooling.

Changes:

  • Bump @modelcontextprotocol/sdk to ^1.27.1 in both client and server.
  • Patch-upgrade eslint and typescript-eslint across workspaces.
  • Patch-upgrade @types/node in server and extensions/vscode, with corresponding lockfile updates.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
server/package.json Updates server runtime + dev dependency versions (notably MCP SDK).
client/package.json Updates MCP SDK + eslint versions used by the integration-test client.
extensions/vscode/package.json Updates dev tooling and Node typings for the VS Code extension workspace.
package.json Updates repo-wide dev tooling versions.
package-lock.json Refreshes resolved dependency graph to match updated package.json constraints.

@data-douser data-douser merged commit 4218a34 into main Mar 3, 2026
17 checks passed
@data-douser data-douser deleted the dd/upgrade-deps/1 branch March 3, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants