Skip to content

chore: update Effect and TanStack Query compatibility - #19

Draft
KingDoxik wants to merge 4 commits into
mainfrom
agent/effect-query-compatibility
Draft

chore: update Effect and TanStack Query compatibility#19
KingDoxik wants to merge 4 commits into
mainfrom
agent/effect-query-compatibility

Conversation

@KingDoxik

@KingDoxik KingDoxik commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • update the tracked Effect v4 beta from 4.0.0-beta.105 to 4.0.0-beta.107
  • update @tanstack/react-query and its @tanstack/query-core dependency from 5.101.4 to 5.102.0
  • keep exact peer and development dependency declarations aligned with the tested versions
  • bump effect-query from 1.0.5 to 1.0.7

Compatibility

Effect’s current beta channel remains 4.0.0-beta.107; the newer RC line was intentionally not adopted. TanStack Query 5.102.0 deprecates older imperative query-client methods and removes experimental render-time prefetching / result promises. This adapter uses neither, so no source migration was necessary.

Validation

  • pnpm install
  • pnpm typecheck
  • pnpm --filter effect-query test (21 passing)
  • pnpm build
  • pnpm lint is blocked before source analysis because Biome cannot resolve the existing ultracite configuration (Could not resolve ultracite: module not found). The locked ultracite@7.2.4 is unchanged by these updates.

@KingDoxik KingDoxik changed the title chore: update Effect compatibility chore: update Effect and TanStack Query compatibility Aug 23, 2026
@KingDoxik KingDoxik added the codex Changes created by Codex label Aug 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex Changes created by Codex

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant