Update dependencies and add Hono as a required peer dependency across multiple packages#148
Merged
pontemonti merged 4 commits intomainfrom Jan 22, 2026
Merged
Conversation
… multiple packages
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates dependency management by adding Hono as a required peer dependency across multiple packages and updating version constraints for uuid-related packages. The changes ensure that the MCP SDK and OpenAI agents have access to Hono as a peer dependency, which is required for their operation.
Changes:
- Added Hono v4.11.4 to the pnpm catalog as a required peer dependency for MCP SDK and OpenAI agents
- Updated hono from version 4.11.3 to 4.11.4 across all packages
- Updated uuid and @types/uuid version constraints (from ^9.0.0 to ^9.0.1 and ^9.0.8 respectively)
- Added hono as a dependency to 6 packages that use MCP SDK or OpenAI agents
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Added hono ^4.11.4 to the catalog with comment explaining it's a required peer dependency |
| package.json | Added pnpm.overrides section with updated versions for @types/uuid, hono, uuid, and zod |
| pnpm-lock.yaml | Updated lock file to reflect hono 4.11.4, updated peer dependency constraints, and uuid-related package versions |
| tests/package.json | Added hono as a catalog dependency |
| tests-agent/openai-agent-auto-instrument-sample/package.json | Added hono as a catalog dependency |
| packages/agents-a365-tooling/package.json | Added hono as a catalog dependency |
| packages/agents-a365-tooling-extensions-openai/package.json | Added hono as a catalog dependency |
| packages/agents-a365-tooling-extensions-langchain/package.json | Added hono as a catalog dependency |
| packages/agents-a365-observability-extensions-openai/package.json | Added hono as a catalog dependency |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
25 tasks
tmlsousa
approved these changes
Jan 22, 2026
nikhilNava
approved these changes
Jan 22, 2026
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.
No description provided.