Skip to content

chore: add missing zod dependency#415

Open
michaeltroya wants to merge 1 commit intoTanStack:mainfrom
michaeltroya:chore/add-zod-package
Open

chore: add missing zod dependency#415
michaeltroya wants to merge 1 commit intoTanStack:mainfrom
michaeltroya:chore/add-zod-package

Conversation

@michaeltroya
Copy link
Copy Markdown

@michaeltroya michaeltroya commented Mar 20, 2026

Ran into a missing dep error because Zod is used here but is not in the package.json

Summary by CodeRabbit

  • Chores
    • Added zod as a new dependency for the Strapi React add-on.
    • Updated the Strapi React add-on documentation to list the new dependency.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5ed364eb-2891-41de-9e90-327473719a34

📥 Commits

Reviewing files that changed from the base of the PR and between 014ea61 and c876b60.

📒 Files selected for processing (2)
  • packages/create/src/frameworks/react/add-ons/strapi/README.md
  • packages/create/src/frameworks/react/add-ons/strapi/package.json
✅ Files skipped from review due to trivial changes (2)
  • packages/create/src/frameworks/react/add-ons/strapi/package.json
  • packages/create/src/frameworks/react/add-ons/strapi/README.md

📝 Walkthrough

Walkthrough

Added the zod dependency to the Strapi React add-on: updated package.json to include zod and amended the add-on README to document zod as providing runtime schema validation and parsing.

Changes

Cohort / File(s) Summary
Strapi React Add-on
packages/create/src/frameworks/react/add-ons/strapi/package.json, packages/create/src/frameworks/react/add-ons/strapi/README.md
Added zod (^4.3.6) to dependencies and documented it in the README; no code or export changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 I nibble bytes and hop through code,
Found zod to guard the validation road,
Parsers neat, schemas tight,
Strapi checks now hop into sight.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title 'chore: add missing zod dependency' directly and clearly summarizes the main change—adding the zod package as a dependency to the Strapi React add-on. It is concise, specific, and accurately reflects the core purpose of the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@michaeltroya michaeltroya force-pushed the chore/add-zod-package branch from 014ea61 to c876b60 Compare April 22, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant