Upgrade NodeJS dependencies to latest available versions#108
Merged
data-douser merged 2 commits intomainfrom Mar 3, 2026
Merged
Upgrade NodeJS dependencies to latest available versions#108data-douser merged 2 commits intomainfrom
data-douser merged 2 commits intomainfrom
Conversation
Contributor
Dependency ReviewThe following issues were found:
|
Contributor
There was a problem hiding this comment.
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/sdkto^1.27.1in bothclientandserver. - Patch-upgrade
eslintandtypescript-eslintacross workspaces. - Patch-upgrade
@types/nodeinserverandextensions/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. |
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.
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/sdkpackage. These updates aim to ensure compatibility, improved features, and bug fixes from upstream packages.Outline of Changes
Dependency updates:
@modelcontextprotocol/sdkto version^1.27.1in bothclient/package.jsonandserver/package.jsonto ensure compatibility with the latest features and fixes. [1] [2]eslintto^10.0.2andtypescript-eslintto^8.56.1in all relevantpackage.jsonfiles, improving linting and TypeScript integration. [1] [2] [3]@types/nodeto^25.3.3in bothserver/package.jsonandextensions/vscode/package.jsonfor updated Node.js type definitions. [1] [2]