This repository was archived by the owner on Nov 14, 2025. It is now read-only.
chore: update dependencies to latest versions#206
Merged
sapientpants merged 1 commit intomainfrom Oct 20, 2025
Merged
Conversation
updated @modelcontextprotocol/sdk from 1.20.0 to 1.20.1 pinned zod to 3.25.76 (matching mcp sdk version) updated dev dependencies (cdxgen, types/node, eslint, vite) added documentation for zod version pinning to CLAUDE.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates project dependencies to their latest versions, with a key focus on pinning the zod version to match the @modelcontextprotocol/sdk dependency. The PR also adds comprehensive documentation explaining the zod version pinning strategy.
- Updates @modelcontextprotocol/sdk from 1.20.0 to 1.20.1
- Pins zod to exact version 3.25.76 (removing caret to prevent automatic updates)
- Updates four development dependencies to latest versions
- Adds documentation explaining zod version management strategy
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates production dependencies (@modelcontextprotocol/sdk, zod) and dev dependencies (@cyclonedx/cdxgen, @types/node, eslint, vite) |
| CLAUDE.md | Adds new "Dependency Management" section documenting zod version pinning strategy and maintenance procedures |
| .changeset/update-dependencies-20251020.md | Documents dependency updates in changeset for patch version bump |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Here's the code health analysis summary for commits Analysis Summary
Code Coverage Report
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Updates all dependencies to their latest versions while pinning zod to match the @modelcontextprotocol/sdk version.
Production Dependencies
Dev Dependencies
Documentation
Added comprehensive documentation to CLAUDE.md explaining:
pnpm list zod --depth=1Testing
Changeset
🤖 Generated with Claude Code