Skip to content

chore: add package support metadata#125

Merged
chenjiahan merged 1 commit into
rstackjs:mainfrom
Shreshth3:add-package-support-metadata
Jun 12, 2026
Merged

chore: add package support metadata#125
chenjiahan merged 1 commit into
rstackjs:mainfrom
Shreshth3:add-package-support-metadata

Conversation

@Shreshth3

Copy link
Copy Markdown
Contributor

Summary

  • add npm homepage metadata pointing to the README
  • add npm bugs.url metadata pointing to the GitHub issue tracker

Verification

  • node -e "JSON.parse(require('fs').readFileSync('package.json','utf8')); console.log('package.json OK')"
  • git diff --check

@coderabbitai

coderabbitai Bot commented Jun 12, 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 Plus

Run ID: 6ab356ef-e612-44c3-8db4-d6af86edeb06

📥 Commits

Reviewing files that changed from the base of the PR and between 9abc27e and e3906fa.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

This pull request adds two metadata fields to package.json for the @rspack/plugin-react-refresh package. The homepage field specifies the package's project URL, and a bugs object with a url property points to the GitHub issues page. These additions provide npm registry users with direct links to the project and issue reporting.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: add package support metadata' accurately summarizes the main change: adding package metadata (homepage and bugs.url) to package.json.
Description check ✅ Passed The description clearly explains what was changed: adding npm homepage and bugs.url metadata, and includes verification steps to validate the changes.
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

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

@chenjiahan chenjiahan merged commit 88b253c into rstackjs:main Jun 12, 2026
1 check 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.

2 participants