Skip to content

chore: add bugs.url package metadata#53

Merged
chenjiahan merged 1 commit into
rstackjs:masterfrom
wangedmund77-cmyk:codex/package-metadata-eslint-rspack-plugin-2026-06-12
Jun 12, 2026
Merged

chore: add bugs.url package metadata#53
chenjiahan merged 1 commit into
rstackjs:masterfrom
wangedmund77-cmyk:codex/package-metadata-eslint-rspack-plugin-2026-06-12

Conversation

@wangedmund77-cmyk

Copy link
Copy Markdown
Contributor

Summary

  • adds missing npm support/discovery metadata for eslint-rspack-plugin
  • updates only package.json

Metadata added

  • bugs.url: https://github.com/rstackjs/eslint-rspack-plugin/issues

Validation

  • parsed package.json as JSON after the change
  • confirmed the changed manifest still has name: eslint-rspack-plugin
  • checked this is metadata-only: no runtime code, dependencies, exports, generated assets, or build behavior changed

This small metadata fix makes the published npm package point users to the project README and/or public issue tracker once the package is next released.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This PR updates the bugs field in package.json from a simple string URL format to an object format with a url property. The GitHub issues page link remains the same; only the metadata structure is modified. No dependencies, scripts, or other package configuration are affected.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The description is clearly related to the changeset, providing a detailed explanation of the metadata addition, validation steps, and the purpose of the change.
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.
Title check ✅ Passed The PR title directly and accurately describes the main change: adding the bugs.url package metadata field to package.json.

✏️ 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 changed the title Add bugs.url package metadata chore: add bugs.url package metadata Jun 12, 2026
@chenjiahan chenjiahan merged commit bfda4a0 into rstackjs:master Jun 12, 2026
2 of 3 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.

2 participants