Cleaned up ghost/core's zod dependency to use the catalog#28320
Conversation
- ghost/core pinned zod inline at 4.1.12, which is exactly the catalog value - with catalogMode: strict, every other zod consumer already references the catalog; pointing ghost/core at catalog: too keeps the version single-sourced - pure no-op: only the lockfile specifier changes, resolution is unchanged
WalkthroughThe PR updates the Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #28320 +/- ##
==========================================
- Coverage 73.70% 73.70% -0.01%
==========================================
Files 1535 1535
Lines 130745 130745
Branches 15641 15641
==========================================
- Hits 96369 96365 -4
+ Misses 33413 33394 -19
- Partials 963 986 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ghost/core pinned
zodinline at 4.1.12, which is exactly the catalog value. WithcatalogMode: strict, every other zod consumer already references the catalog; pointing ghost/core atcatalog:keeps the version single-sourced.Pure no-op: only the lockfile specifier changes, resolution is unchanged.