-
Notifications
You must be signed in to change notification settings - Fork 6
Update dependencies and add Hono as a required peer dependency across multiple packages #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… multiple packages
There was a problem hiding this 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 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 8 out of 9 changed files in this pull request and generated no new comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
No description provided.