Skip to content

chore: add package support metadata#690

Open
YfengJ wants to merge 1 commit into
nuxt:mainfrom
YfengJ:codex/add-nuxt-eslint-package-support-metadata
Open

chore: add package support metadata#690
YfengJ wants to merge 1 commit into
nuxt:mainfrom
YfengJ:codex/add-nuxt-eslint-package-support-metadata

Conversation

@YfengJ

@YfengJ YfengJ commented Jun 18, 2026

Copy link
Copy Markdown

Summary

  • add bugs.url and homepage metadata to @nuxt/eslint-config
  • add the same support metadata to @nuxt/eslint
  • match the metadata shape already present in @nuxt/eslint-plugin

Notes

This only updates package metadata in the two package manifests. Runtime code, dependencies, exports, versions, and package contents are unchanged.

Validation

  • node metadata assertion for packages/eslint-config/package.json and packages/module/package.json
  • corepack pnpm install --frozen-lockfile --ignore-scripts
  • corepack pnpm run build
  • corepack pnpm -C playground exec nuxi prepare
  • corepack pnpm run lint
  • corepack pnpm run typecheck
  • npm pack --dry-run --json ./packages/eslint-config
  • npm pack --dry-run --json ./packages/module
  • git diff --check

@coderabbitai

coderabbitai Bot commented Jun 18, 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: Pro

Run ID: b886701b-c7bb-47ab-8c93-1f94829fd69e

📥 Commits

Reviewing files that changed from the base of the PR and between dfbe6f7 and beec815.

📒 Files selected for processing (2)
  • packages/eslint-config/package.json
  • packages/module/package.json

📝 Walkthrough

Walkthrough

Two package manifest files are updated: packages/eslint-config/package.json and packages/module/package.json. Each receives a new bugs object containing a url field pointing to the GitHub issues page, and a new homepage field pointing to the corresponding README anchor on GitHub. No other fields are modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title accurately describes the main change: adding package support metadata to multiple packages.
Description check ✅ Passed The PR description is well-related to the changeset, clearly explaining the metadata additions, scope of changes, and validation steps performed.
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.

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