feat: add @norbiros/nuxt-auto-form module#1269
Conversation
4bdc938 to
21640a5
Compare
21640a5 to
92b2203
Compare
📝 WalkthroughWalkthroughA new YAML manifest file is added to Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
modules/nuxt-auto-form.yml (1)
8-8:learn_morepoints to npm instead of the documentation site.The dedicated documentation site (
https://nuxt-auto-form.norbiros.dev) is more informative than the npm package page for a "learn more" link. Consider swapping the two values, or checking the convention used by similar entries in this repo.🔗 Suggested change
-learn_more: https://www.npmjs.com/package/@norbiros/nuxt-auto-form +learn_more: https://nuxt-auto-form.norbiros.dev🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@modules/nuxt-auto-form.yml` at line 8, The learn_more entry for the nuxt-auto-form module currently points to the npm page; update the learn_more key to use the dedicated documentation site URL (https://nuxt-auto-form.norbiros.dev) instead of https://www.npmjs.com/package/@norbiros/nuxt-auto-form, and verify this matches the convention used by other modules' learn_more entries.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@modules/nuxt-auto-form.yml`:
- Around line 15-17: Add the hard dependency on `@nuxt/ui` to the module metadata
and tighten the Nuxt compatibility range: update the requires map in
modules/nuxt-auto-form.yml to include an entry for '@nuxt/ui' with its minimum
supported version (e.g., '@nuxt/ui': '>=1.0.0') and adjust the
compatibility.nuxt value to the minimum Nuxt version required by `@nuxt/ui`
(replace '>=3.0.0' with that specific minimum, e.g., '>=3.4.0').
---
Nitpick comments:
In `@modules/nuxt-auto-form.yml`:
- Line 8: The learn_more entry for the nuxt-auto-form module currently points to
the npm page; update the learn_more key to use the dedicated documentation site
URL (https://nuxt-auto-form.norbiros.dev) instead of
https://www.npmjs.com/package/@norbiros/nuxt-auto-form, and verify this matches
the convention used by other modules' learn_more entries.
|
@danielroe @atinux Could you please merge this PR? This module was also mentioned here https://ui.nuxt.com/community |
🔗 Linked issue
❓ Type of change
📚 Description
This PR adds the
@norbiros/nuxt-auto-form. It adds utilities to generate@nuxt/uiforms based on Zod v4 schema.