Add missing Node engine restrictions to zod-plugin#2912
Conversation
WalkthroughAdded a v2.0.0 changelog entry and updated Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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 |
Added missing restrictions on supported Node.js versions.
|
My concern here is that technically it is a breaking change. |
|
✅ checked the published code |
- This reverts #2974 (Not going to go that direction) - Instead, sets the module `preserve`, target `esnext` and `bundler` resolutions, to rely on `tsdown` builds - All targets are configured to the lowest supported Node version by #3066 and #2912 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Refactor** * Standardized module import paths across the codebase to improve compatibility and consistency. * Updated TypeScript configuration for enhanced module resolution handling. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
Documentation
Chores