Skip to content

chore: add bugs metadata to eslint-plugin-query#449

Open
codeboost-tr wants to merge 1 commit into
OpenAPI-Qraft:mainfrom
codeboost-tr:feat/npm-metadata
Open

chore: add bugs metadata to eslint-plugin-query#449
codeboost-tr wants to merge 1 commit into
OpenAPI-Qraft:mainfrom
codeboost-tr:feat/npm-metadata

Conversation

@codeboost-tr

Copy link
Copy Markdown

This PR adds the missing \�ugs.url\ metadata to \packages/eslint-plugin-query/package.json, as identified in charles-microbounties#952.

This ensures the canonical issue tracker is correctly exposed on npm.

@changeset-bot

changeset-bot Bot commented Jun 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9f97f18

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds the missing bugs metadata field to packages/eslint-plugin-query/package.json, ensuring npm displays the correct issue tracker URL for the package. The added URL matches the value already used by other packages in the monorepo (e.g., @openapi-qraft/react, @openapi-qraft/cli).

  • Adds "bugs": { "url": "https://github.com/OpenAPI-Qraft/openapi-qraft/issues" } to eslint-plugin-query/package.json, consistent with the pattern used across the repository.

Confidence Score: 5/5

Safe to merge — this is a pure metadata addition with no impact on runtime behavior or build output.

The change adds a single bugs.url field to a package manifest. The URL matches the value already present in other packages in the monorepo, so there is no inconsistency or typo risk.

No files require special attention.

Important Files Changed

Filename Overview
packages/eslint-plugin-query/package.json Adds missing bugs.url metadata field pointing to the canonical GitHub issue tracker, matching the same field present in other packages in the monorepo.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[eslint-plugin-query/package.json] -->|adds| B["bugs.url field"]
    B --> C["https://github.com/OpenAPI-Qraft/openapi-qraft/issues"]
    C --> D[npm registry displays issue tracker link]
Loading

Reviews (1): Last reviewed commit: "chore: add bugs metadata to eslint-plugi..." | Re-trigger Greptile

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