Skip to content

docs: add bugs metadata for @tanstack/query-core#10956

Open
nkar123412-hub wants to merge 1 commit into
TanStack:mainfrom
nkar123412-hub:fix/query-core-bugs-metadata
Open

docs: add bugs metadata for @tanstack/query-core#10956
nkar123412-hub wants to merge 1 commit into
TanStack:mainfrom
nkar123412-hub:fix/query-core-bugs-metadata

Conversation

@nkar123412-hub

@nkar123412-hub nkar123412-hub commented Jun 15, 2026

Copy link
Copy Markdown

This PR adds the missing bugs metadata to the @tanstack/query-core package, as requested in the microbounty issue #702.

  • Added bugs URL pointing to the repository issues.

Fixes #702

Summary by CodeRabbit

  • Chores
    • Updated package manifest metadata to include bug reporting information for the query-core package.

@coderabbitai

coderabbitai Bot commented Jun 15, 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: 04f7f653-f3db-424e-bc03-85e8cfdb5c35

📥 Commits

Reviewing files that changed from the base of the PR and between 86b949b and 7aed89a.

📒 Files selected for processing (1)
  • packages/query-core/package.json

📝 Walkthrough

Walkthrough

Adds a bugs field to packages/query-core/package.json with a url property pointing to the TanStack Query GitHub issues page. No other metadata, scripts, or source files are modified.

Changes

query-core Package Manifest

Layer / File(s) Summary
Add bugs.url to package manifest
packages/query-core/package.json
Adds a bugs object with the GitHub issues URL to the @tanstack/query-core package metadata.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

🐇 A tiny hop, a small JSON field,
Now bug reports are properly revealed!
Three lines of code, a URL so bright,
Pointing to issues left and right.
The rabbit stamps its paw — all is right! ✨

🚥 Pre-merge checks | ✅ 1 | ❌ 4

❌ Failed checks (4 warnings)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title claims to add 'bugs metadata' but issue #702 is about a query re-fetching bug unrelated to package metadata. Clarify whether this PR actually addresses the query re-fetching issue #702 or if the title and scope are misaligned with the linked issue objectives.
Description check ⚠️ Warning The PR description is missing required sections from the template: the Changes section lacks detail, and critical checklist items are not confirmed. Complete the PR description by filling in the Changes section with motivation, confirming all checklist items, and clearly stating release impact.
Linked Issues check ⚠️ Warning The PR changes only add package metadata but linked issue #702 requires fixing a query re-fetching bug when the 'enabled' option changes. Either implement the fix for the query re-fetching bug in issue #702 or update the linked issues to reflect that this PR only adds metadata documentation.
Out of Scope Changes check ⚠️ Warning Adding package metadata is out of scope for fixing the query re-fetching bug described in issue #702. Clarify the PR's purpose: if it's for package metadata, remove the issue #702 link; if it's to fix the bug, implement the actual query behavior fix.
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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.

Query is re-fetched when enabled changes from one truthy value to another

1 participant