Skip to content

feat: add nuxt-feathers-zod module#1465

Open
vevedh wants to merge 4 commits intonuxt:mainfrom
vevedh:main
Open

feat: add nuxt-feathers-zod module#1465
vevedh wants to merge 4 commits intonuxt:mainfrom
vevedh:main

Conversation

@vevedh
Copy link
Copy Markdown

@vevedh vevedh commented Apr 27, 2026

Summary

This PR adds nuxt-feathers-zod to the Nuxt modules registry.

nuxt-feathers-zod is a Nuxt module for integrating FeathersJS v5 with Nuxt 4, including embedded/remote Feathers modes, Zod-first service schemas, typed clients, authentication runtime, MongoDB helpers and CLI service generation.

Links

Checklist

  • Module entry generated with pnpm sync nuxt-feathers-zod vevedh/nuxt-feathers-zod
  • Package is published on npm
  • Repository contains documentation
  • Module supports Nuxt 4

vevedh added 2 commits March 12, 2026 16:38
## Summary

Add `nuxt-feathers-zod` to the Nuxt modules registry.

### Module details
- **Name:** nuxt-feathers-zod
- **Repository:** vevedh/nuxt-feathers-zod
- **NPM:** nuxt-feathers-zod
- **Docs:** https://vevedh.github.io/nuxt-feathers-zod/
- **Category:** Database
- **Type:** 3rd-party

### Description
Zod-first Nuxt 4 module embedding FeathersJS v5 with typed services, CLI scaffolding, and optional embedded or remote client modes.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 50430055-5e7a-4a5a-93ac-fc1cc3190570

📥 Commits

Reviewing files that changed from the base of the PR and between e74cd1b and 11b5169.

📒 Files selected for processing (1)
  • modules/nuxt-feathers-zod.yml
✅ Files skipped from review due to trivial changes (1)
  • modules/nuxt-feathers-zod.yml

📝 Walkthrough

Walkthrough

The pull request adds a new YAML manifest file (modules/nuxt-feathers-zod.yml) that provides metadata for the nuxt-feathers-zod Nuxt module, including name, description, repository and website links, maintainer info, category and type classification, and Nuxt compatibility constrained to nuxt: ^4.0.0. No runtime or application logic is introduced or modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'feat: add nuxt-feathers-zod module' clearly and directly summarizes the main change—adding a new Nuxt module to the registry.
Description check ✅ Passed The description is well-detailed and directly related to the changeset, explaining what nuxt-feathers-zod is, providing relevant links, and confirming completion of required checklist items.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 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-feathers-zod.yml`:
- Around line 1-10: Add an explicit github metadata field to the module manifest
so registry consumers have a direct repository link: update the YAML for the
package identified by the name "nuxt-feathers-zod" to include a new top-level
key github with the repository URL (for example github:
https://github.com/vevedh/nuxt-feathers-zod), preserving existing keys like
name, description, repo, npm, and website.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a9030bf3-daae-40a8-aa3c-808dcd9d886e

📥 Commits

Reviewing files that changed from the base of the PR and between da52820 and e74cd1b.

📒 Files selected for processing (1)
  • modules/nuxt-feathers-zod.yml

Comment thread modules/nuxt-feathers-zod.yml Outdated
@vevedh
Copy link
Copy Markdown
Author

vevedh commented Apr 27, 2026

I added the explicit github metadata as requested:

github: https://github.com/vevedh/nuxt-feathers-zod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant