-
-
Notifications
You must be signed in to change notification settings - Fork 43
feat(core): #656 remove legacy schema def and zod as dependency #668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 04e6dab The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@content-collections/cli
content-collections
@content-collections/core
@content-collections/installer
@content-collections/integrations
@content-collections/markdown
@content-collections/mdx
@content-collections/next
@content-collections/remix-vite
@content-collections/vinxi
@content-collections/vite
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #668 +/- ##
==========================================
+ Coverage 95.76% 96.07% +0.30%
==========================================
Files 17 18 +1
Lines 1181 1274 +93
Branches 239 242 +3
==========================================
+ Hits 1131 1224 +93
Misses 50 50 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Remove deprecated legacy schema definition. Remove zod as dependency to avoid conflicts. For internal schema validation we use an embedded zod-mini. Use __cc_import string instead of a symbol for static imports.
172864a to
702319c
Compare
BREAKING CHANGE: Removed deprecated schema as function feature Closes: #656
Remove deprecated legacy schema definition.
Remove zod as dependency to avoid conflicts.
For internal schema validation we use an embedded zod-mini.
Use __cc_import string instead of a symbol for static imports.