Remove zod-to-json-schema from packages/shared (replaced by Zod v4 built-in)

Open Beginner friendly
#14 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
78/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Quiet
Tech stack
typescript
Domain
tooling

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.

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.

Dominant language
TypeScript
Stars
1
Forks
1
Avg merge
1d 20h
Merged PRs (30d)
25

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CodeForPhilly/codeforphilly-ng

All issues in CodeForPhilly/codeforphilly-ng

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.