fix(solid-query): forward generic parameters in deprecated type aliases#10093
fix(solid-query): forward generic parameters in deprecated type aliases#100932wheeh wants to merge 2 commits intoTanStack:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 30e4fad The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
📝 WalkthroughWalkthroughConsolidated deprecated/compatibility type aliases in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
🎯 Changes
Fix deprecated type aliases in @tanstack/solid-query that were missing generic parameter forwarding.
Before:
After:
This fixes type inference for libraries still using the Create* APIs (e.g.,
@wagmi/solid).✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit