Conversation
…path @nestjs/swagger's exports field encapsulates dist/, so the deep import of createApiPropertyDecorator failed under ESM resolution. ApiProperty is the equivalent public API (calls the factory with overrideExisting=true). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
WalkthroughNode.js version updated from LTS jod to krypton, engine constraint broadened to support 22.x and 24.x, development dependencies bumped to compatible versions, and Swagger decorator application simplified to use ApiProperty directly instead of a wrapper helper. ChangesNode.js 24.x upgrade and Swagger refactoring
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ 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 #75 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 60 60
Lines 704 704
Branches 118 118
=========================================
Hits 704 704 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
🎉 This PR is included in version 8.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@nestjs/swagger's exports field encapsulates dist/, so the deep import of
createApiPropertyDecorator failed under ESM resolution. ApiProperty is the
equivalent public API (calls the factory with overrideExisting=true).
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Summary by CodeRabbit