Update package versions#156
Conversation
Rifdhan
commented
May 20, 2026
- Update zod, agents, and hono packages to latest
- Remove zod-to-json-schema package, as zod natively provides the necessary functionality
- Refresh package-lock to pick up latest patch versions of all other packages
- Install lodash + types as an explicit dependency
- Small cleanups and other fixes after upgrades
- Update zod, agents, and hono packages to latest - Remove zod-to-json-schema package, as zod natively provides the necessary functionality - Refresh package-lock to pick up latest patch versions of all other packages - Install lodash + types as an explicit dependency - Small cleanups and other fixes after upgrades
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies, including Hono and Zod, adds Lodash, and removes the zod-to-json-schema package. It also refactors tool definitions and cleans up unused imports. Critical issues were identified regarding the use of non-existent package versions in package.json and the invocation of a non-existent z.toJSONSchema method. Additionally, it is recommended to access environment variables via the context object instead of process.env to ensure compatibility with the Cloudflare Workers runtime.
|
@copilot please review |
Here's a summary of the changes in this PR: Dependency updates:
Code cleanups:
Validation: All 648 tests pass and Biome linting reports no issues. |