Skip to content

chore: add package metadata#448

Merged
radist2s merged 2 commits into
OpenAPI-Qraft:mainfrom
yanziwei:yanziwei/add-license-metadata
Jun 12, 2026
Merged

chore: add package metadata#448
radist2s merged 2 commits into
OpenAPI-Qraft:mainfrom
yanziwei:yanziwei/add-license-metadata

Conversation

@yanziwei

@yanziwei yanziwei commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add missing license: "MIT" metadata to published OpenAPI Qraft package manifests already covered by this PR
  • add bugs.url metadata to @openapi-qraft/eslint-plugin-query

The new bugs.url points to the repository issue tracker:

"bugs": {
  "url": "https://github.com/OpenAPI-Qraft/openapi-qraft/issues"
}

This PR only changes package metadata. Runtime code, dependencies, exports, package versions, and build output are unchanged.

Validation

node manifest assertion for changed package metadata
git diff --check
(cd packages/eslint-plugin-query && npm pack --dry-run --ignore-scripts --json)

The dry-run package includes package.json.

@changeset-bot

changeset-bot Bot commented Jun 10, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 5afea19

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages
Name Type
@openapi-qraft/cli Patch
@openapi-qraft/plugin Patch
@openapi-qraft/openapi-typescript-plugin Patch
@openapi-qraft/react Patch
@openapi-qraft/tanstack-query-react-plugin Patch
@openapi-qraft/tanstack-query-react-types Patch
@qraft/asyncapi-plugin Patch
@qraft/asyncapi-typescript-plugin Patch
@qraft/cli Patch
@qraft/cli-utils Patch
@qraft/plugin Patch
@openapi-qraft/eslint-plugin-query Patch
@qraft/test-utils Patch

Not sure what this means? Click here to learn what changesets are.

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

@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds "license": "MIT" to 11 package.json manifests that were missing it, and adds a "bugs.url" field to @openapi-qraft/eslint-plugin-query. No runtime code, dependencies, exports, or versions are touched.

  • Eleven packages receive "license": "MIT" — a straightforward metadata addition consistent with the repository's existing licensing.
  • packages/eslint-plugin-query/package.json gains "bugs": { "url": "..." } pointing to the GitHub issue tracker; its license field was already present.
  • A new changeset (add-license-metadata.md) is included to drive patch releases, but it omits @openapi-qraft/eslint-plugin-query.

Confidence Score: 5/5

Safe to merge — all changes are package.json metadata additions with no effect on runtime behaviour, dependencies, or exports.

Every change is a single-line metadata field (license or bugs.url) in a package.json. Nothing in the build pipeline, source code, or published module output is altered.

.changeset/add-license-metadata.md — consider whether @openapi-qraft/eslint-plugin-query should be added so the bugs.url change is published.

Important Files Changed

Filename Overview
.changeset/add-license-metadata.md New changeset covering 11 packages; omits @openapi-qraft/eslint-plugin-query which also receives a metadata change in this PR.
packages/eslint-plugin-query/package.json Adds bugs.url pointing to the GitHub issue tracker; license field was already present — correct and well-formed.
packages/react-client/package.json Adds license: MIT metadata only — no functional changes.
packages/openapi-cli/package.json Adds license: MIT metadata only — no functional changes.
packages/tanstack-query-react-plugin/package.json Adds license: MIT metadata only — no functional changes.

Reviews (3): Last reviewed commit: "Add eslint plugin bugs metadata" | Re-trigger Greptile

@yanziwei yanziwei changed the title Add package license metadata chore: add package metadata Jun 10, 2026
@radist2s

Copy link
Copy Markdown
Collaborator

@yanziwei, thank you for your contribution.

@radist2s radist2s force-pushed the yanziwei/add-license-metadata branch from bf9e3a9 to 5afea19 Compare June 12, 2026 09:37
@radist2s radist2s merged commit 3901553 into OpenAPI-Qraft:main Jun 12, 2026
8 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