fix(vue-query): replace deprecated isServer with environmentManager.isServer()#10826
fix(vue-query): replace deprecated isServer with environmentManager.isServer()#10826spandzgit wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe Vue Query plugin now uses ChangesServer Environment Detection Migration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Summary
Fixes defect - #10821
Migrates
vue-queryfrom the deprecatedisServerexport toenvironmentManager.isServer(), matching the migration done forreact-queryandpreact-queryin #10199.🎯 Changes
packages/vue-query/src/vueQueryPlugin.tsto import and useenvironmentManager✅ Checklist
pnpm run test:pr.Verification
npx nx run @tanstack/vue-query:test:libpassespnpm run test:prpassesnpx nx run @tanstack/vue-query:test:eslintpassesnpx nx run @tanstack/vue-query:test:libspassesnpx nx run @tanstack/vue-query:test:typespasses🚀 Release Impact
Summary by CodeRabbit
Refactor
Chores