- Notifications
You must be signed in to change notification settings - Fork926
docs: update TanStack Query version references in frontend guide#18587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
- Update TanStack Query references from v4 to v5 to match actual dependency- Fix documentation links to point to correct v5 documentation- Ensures frontend contributing guide reflects current tech stackCo-Authored-By: bruno@coder.com <bruno_nonato_quaresma@hotmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commentingrecheck in this Pull Request.Posted by theCLA Assistant Lite bot. |
Stack Overflow returns 403 status to automated link checkers, causingthe check-docs CI job to fail. Adding it to the ignore patterns followsthe established pattern for other sites that block GitHub runner IPs.Co-Authored-By: bruno@coder.com <bruno_nonato_quaresma@hotmail.com>
Update TanStack Query version references in frontend guide
This PR updates the frontend contributing guide to reflect the current version of TanStack Query being used in the codebase.
Changes Made
Background
The frontend guide was referencing TanStack Query v4, but the actual codebase uses v5.77.0 as shown in
site/package.json
. This discrepancy could confuse new contributors who might reference outdated documentation patterns.Verification
Testing Transparency
What I Actually Checked
What I Did Not Check
Link to Devin run
https://app.devin.ai/sessions/542f4003be5643a283b4a193f376d01e
Requested by
bruno@coder.com (bruno@coder.com)