Skip to content

fix: add bugs metadata to packages/solid-query/package.json#10926

Open
ZLNiao wants to merge 3 commits into
TanStack:mainfrom
ZLNiao:fix/solid-query-bugs
Open

fix: add bugs metadata to packages/solid-query/package.json#10926
ZLNiao wants to merge 3 commits into
TanStack:mainfrom
ZLNiao:fix/solid-query-bugs

Conversation

@ZLNiao

@ZLNiao ZLNiao commented Jun 13, 2026

Copy link
Copy Markdown

Summary

The published npm package @tanstack/solid-query@5.101.0 is missing the bugs field in its package.json metadata.

Fix

Added the bugs field to packages/solid-query/package.json:

"bugs": {
  "url": "https://github.com/TanStack/query/issues"
}

Verification

  • npm view @tanstack/solid-query bugs --json returns nothing
  • No dependencies, runtime code, or build configuration affected

Summary by CodeRabbit

  • Chores
    • Updated package metadata to include GitHub issues URL for bug reporting in Solid Query and Svelte Query packages.

@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4c381c5f-dcef-4e38-a707-d3724fe664d5

📥 Commits

Reviewing files that changed from the base of the PR and between feb1efd and bbb988f.

📒 Files selected for processing (2)
  • packages/solid-query/package.json
  • packages/svelte-query/package.json

📝 Walkthrough

Walkthrough

Two package manifests (solid-query and svelte-query) now include standardized bugs metadata fields that reference the TanStack query GitHub issues page, enabling automatic issue reporting links.

Changes

Package Bug Reporting Metadata

Layer / File(s) Summary
Add bugs field to package manifests
packages/solid-query/package.json, packages/svelte-query/package.json
Both package manifests receive a bugs field with url pointing to https://github.com/TanStack/query/issues for standardized bug reporting metadata.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Metadata hops along the path so fine,
With bugs field URLs in perfect line,
From solid to svelte, the issues shine,
A standard touch, oh how divine! ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description includes clear summary, explanation of the fix, and verification steps, but is missing required checklist items from the repository template. Complete the checklist section from the template by confirming the contributing guide was followed and indicating whether a changeset was generated.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding bugs metadata to packages/solid-query/package.json, which matches the changeset.
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