Skip to content

chore: update vuetify-nuxt-module pkg name and maintainers#1470

Merged
atinux merged 5 commits into
nuxt:mainfrom
AndreyYolkin:fix/vuetify-nuxt-module-package
Jun 2, 2026
Merged

chore: update vuetify-nuxt-module pkg name and maintainers#1470
atinux merged 5 commits into
nuxt:mainfrom
AndreyYolkin:fix/vuetify-nuxt-module-package

Conversation

@AndreyYolkin
Copy link
Copy Markdown
Contributor

📚 Description

Hello! After vuetify-nuxt-module refactoring and converting it to a monorepo Renovate had picked the wrong package name. I assume this fix is enough to restore the working state.

Also I've added myself as a maintainer of the package for clarity

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

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: Pro

Run ID: df77404f-e8be-45ff-9772-f83d023e0ef4

📥 Commits

Reviewing files that changed from the base of the PR and between 09e63b5 and a973042.

📒 Files selected for processing (2)
  • modules/directus-sdk.yml
  • modules/directus.yml
✅ Files skipped from review due to trivial changes (2)
  • modules/directus-sdk.yml
  • modules/directus.yml

📝 Walkthrough

Walkthrough

This PR updates module metadata in three YAML files: modules/vuetify-nuxt-module.yml (npm changed to "vuetify-nuxt-module" and a new maintainer { name: "Andrei Elkin", github: "andreyyolkin" } was added), modules/directus-sdk.yml (learn_more updated to https://directus.com/), and modules/directus.yml (learn_more updated to https://directus.com/).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes: updating the vuetify-nuxt-module package name and adding a maintainer.
Description check ✅ Passed The description clearly explains the context and rationale for the changes, relating directly to the package name update and maintainer addition.
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

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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
modules/vuetify-nuxt-module.yml (1)

4-4: ⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

npm field still points to the incorrect workspace package name.

Line 4 shows npm: vuetify-nuxt-module-workspace and has no change marker (~), meaning this line was not updated in this PR. The PR description and AI summary both state this is the primary fix, but the diff only contains the maintainer addition (lines 15–16).

The correct published package on npm is vuetify-nuxt-modulevuetify-nuxt-module-workspace is the monorepo root workspace package and is not installable by end users.

🐛 Proposed fix
-npm: vuetify-nuxt-module-workspace
+npm: vuetify-nuxt-module
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@modules/vuetify-nuxt-module.yml` at line 4, The npm field in the module
manifest currently points to the internal workspace package name
"vuetify-nuxt-module-workspace"; update the npm entry to the published package
name "vuetify-nuxt-module" so consumers can install the correct package — locate
the line containing npm: vuetify-nuxt-module-workspace in
modules/vuetify-nuxt-module.yml (the npm field) and replace the value with
vuetify-nuxt-module.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@modules/vuetify-nuxt-module.yml`:
- Line 4: The npm field in the module manifest currently points to the internal
workspace package name "vuetify-nuxt-module-workspace"; update the npm entry to
the published package name "vuetify-nuxt-module" so consumers can install the
correct package — locate the line containing npm: vuetify-nuxt-module-workspace
in modules/vuetify-nuxt-module.yml (the npm field) and replace the value with
vuetify-nuxt-module.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 48c6a537-5bfb-4eae-b381-3cd381fce88d

📥 Commits

Reviewing files that changed from the base of the PR and between ca2b45b and a78818a.

📒 Files selected for processing (1)
  • modules/vuetify-nuxt-module.yml

Copy link
Copy Markdown
Member

@userquin userquin left a comment

Choose a reason for hiding this comment

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

LGTM

@userquin
Copy link
Copy Markdown
Member

userquin commented May 7, 2026

Change repo to vuetifyjs/nuxt-module#main/packages/vuetify-nuxt-module

EDIT: ohhhh you did it

@atinux atinux merged commit 870ce48 into nuxt:main Jun 2, 2026
6 checks passed
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.

3 participants