Skip to content

fix: remove duplicate ssr-lit module entry - #1601

Open
lonewolfyx wants to merge 1 commit into
nuxt:mainfrom
lonewolfyx:fix/remove-duplicate-ssr-lit
Open

lonewolfyx wants to merge 1 commit into
nuxt:mainfrom
lonewolfyx:fix/remove-duplicate-ssr-lit

Conversation

@lonewolfyx

Copy link
Copy Markdown

The modules directory currently contains two entries that point to the same repository (prashantpalikhe/nuxt-ssr-lit) and declare the same module name ssr-lit:

  • modules/ssr-lit.yml — the legacy Nuxt 2 entry (nuxt: ^2.0.0, category Devtools, one maintainer, no description)
  • modules/nuxt-ssr-lit.yml — the current entry (nuxt: '>=3.0.0', category Libraries, two maintainers, description)

The two entries collide on name, so only one of them can be resolved correctly.

Since nuxt-ssr-lit.yml already contains every piece of information from ssr-lit.yml (repo, npm, github, website, maintainer) plus the more complete and current metadata, this PR removes the outdated ssr-lit.yml. No other files reference it.

Both modules/ssr-lit.yml and modules/nuxt-ssr-lit.yml describe the same
repository (prashantpalikhe/nuxt-ssr-lit) and declare the same module
name `ssr-lit`. Keep nuxt-ssr-lit.yml, which already contains all of the
information from ssr-lit.yml plus the current Nuxt 3 metadata, and drop
the outdated Nuxt 2 entry.
@coderabbitai

coderabbitai Bot commented Sep 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: f658267c-9355-40b6-8d97-8e640e33397a

📥 Commits

Reviewing files that changed from the base of the PR and between d69cd28 and 8dcbaf4.

📒 Files selected for processing (1)
  • modules/ssr-lit.yml
💤 Files with no reviewable changes (1)
  • modules/ssr-lit.yml

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Walkthrough

The ssr-lit entry was removed from the modules registry. This deletes its package, repository, links, category, type, maintainer, and Nuxt compatibility metadata.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 8dcba

This change removes a duplicate module registry entry. No current merge-readiness risk is identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly states that the duplicate ssr-lit module entry is being removed. This matches the main change.
Description check ✅ Passed The description explains the duplicate entries, identifies the retained entry, and states why the outdated entry is removed. It directly matches the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
✨ 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

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

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