feat(schema): make contentHash prefix optional#209
Conversation
📝 WalkthroughWalkthroughThe pull request updates the blocks package with three changes: a patch version bump from 3.0.0 to 3.0.1, a relaxation of the 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (4)**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
packages/blocks/src/**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.test.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
packages/blocks/**/*.test.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🔇 Additional comments (4)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #209 +/- ##
=======================================
Coverage 91.52% 91.52%
=======================================
Files 40 40
Lines 2029 2029
Branches 645 645
=======================================
Hits 1857 1857
Misses 172 172 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Approve after merge 👍 |
Summary
contentHashregex from/^(md5|sha256):[a-f0-9]+$/ito/^([a-z0-9]+:)?[a-f0-9]+$/ito make the prefix optionalTest plan
md5:andsha256:prefixes)blake2:) are acceptedSummary by CodeRabbit
Improvements
Chores
✏️ Tip: You can customize this high-level summary in your review settings.