| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 3ef90e02-1d96-44f1-ada1-95e355f5e7e8 📥 CommitsReviewing files that changed from the base of the PR and between 84b4f13 and 3ccbd43. 📒 Files selected for processing (5)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 Walkthrough WalkthroughVue Query updates query and mutation filter type exports. It adds Vue-specific filter aliases for reactive and callback inputs, aligns them with core filter types, and adds type-level tests and a patch changeset. ChangesVue Query filter types
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to 3ccbd This PR re-exports core filter types from Vue Query and adds focused type coverage; no actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: tkdodo 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
Explanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 4 files. (1 skipped: 1 unsupported.) ✨ 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. ❤️ ShareComment @coderabbitai help to get the list of available commands. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
@tanstack/vue-query currently shadows query-core’s QueryFilters and MutationFilters with Vue-specific reactive types. Wrapper libraries that type QueryClient operations such as removeQueries therefore cannot import the matching filters from the Vue package. This renames the Vue-specific types and restores the core exports.