CodeForPhilly / CodeForPhilly/codeforphilly-ng
Remove zod-to-json-schema from packages/shared (replaced by Zod v4 built-in)
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 9
Description
packages/shared depends on zod-to-json-schema@3.25.2 but it doesn't work with Zod v4 (produces empty schemas). The storage-foundation plan switched to Zod v4's built-in `toJSONSchema` instead. The zod-to-json-schema package should be uninstalled from packages/shared to clean up the unused dependency.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the dependency manifest under packages/shared and searching that package for zod-to-json-schema references. Remove the unused dependency and update the relevant lockfile if present, then verify that packages/shared installs or tests successfully and no references remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100