Skip to content

chore(lit-query): realign to the main TanStack Query version line#10659

Closed
sukvvon wants to merge 1 commit intomainfrom
chore/lit-query-version-align
Closed

chore(lit-query): realign to the main TanStack Query version line#10659
sukvvon wants to merge 1 commit intomainfrom
chore/lit-query-version-align

Conversation

@sukvvon
Copy link
Copy Markdown
Collaborator

@sukvvon sukvvon commented May 8, 2026

🎯 Changes

Realign @tanstack/lit-query to the main TanStack Query version line so it tracks the rest of the core lineup (React Query, Vue Query, Solid Query, etc.) instead of standing alone on a 0.x track.

  • Add @tanstack/lit-query to the main fixed version group in .changeset/config.json
  • Bump packages/lit-query/package.json from 0.2.05.100.9 and adjust the description to match the format used by the other adapters
  • Drop the spurious version field from the lit examples and update their @tanstack/lit-query and @tanstack/query-core dependencies to ^5.100.9
  • Add a patch changeset so the realigned version flows through the next release

This builds on the metadata cleanup in 2f6e16b and 3894b05. Build infrastructure (tsc vs tsup, dist/ vs build/ outputs, multi-version TypeScript scripts) and the issue template adapter dropdown are intentionally left out — those are separate cleanups.

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm run test:pr.

🚀 Release Impact

  • This change affects published code, and I have generated a changeset.
  • This change is docs/CI/dev-only (no release).

Summary by CodeRabbit

  • Chores
    • Updated TanStack Lit Query to a newer version across the package and examples.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 8, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b5c9eee3-9d62-493c-8003-d92216fa751f

📥 Commits

Reviewing files that changed from the base of the PR and between 3894b05 and b0f9b02.

📒 Files selected for processing (6)
  • .changeset/config.json
  • .changeset/lit-query-version-align.md
  • examples/lit/basic/package.json
  • examples/lit/pagination/package.json
  • examples/lit/ssr/package.json
  • packages/lit-query/package.json

📝 Walkthrough

Walkthrough

This PR aligns @tanstack/lit-query to version 5.100.9, matching the core TanStack Query releases. The main package version is bumped, changeset configuration is updated to mark it as a fixed dependency, and all example projects are updated to use the new compatible versions.

Changes

Lit Query Version Alignment

Layer / File(s) Summary
Package Version Update
packages/lit-query/package.json
@tanstack/lit-query version updated from 0.2.0 to 5.100.9.
Changeset Configuration
.changeset/config.json, .changeset/lit-query-version-align.md
@tanstack/lit-query added to Changesets fixed package list; patch release changeset created to document version alignment.
Example Dependency Updates
examples/lit/basic/package.json, examples/lit/pagination/package.json, examples/lit/ssr/package.json
All example projects updated to use @tanstack/lit-query@^5.100.9 and @tanstack/query-core@^5.100.9. Basic and SSR examples have version field removed; basic example has type: "module" field normalized.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Hop along, dear version line,
Five-point-one now shines divine!
Lit Query hops to match the core,
Examples dance as they did before.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main objective of the PR: realigning @tanstack/lit-query to the main TanStack Query version line.
Description check ✅ Passed The description fully covers all required template sections with clear details about changes, completed checklist items, and release impact assessment.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/lit-query-version-align
⚔️ Resolve merge conflicts
  • Resolve merge conflict in branch chore/lit-query-version-align

Comment @coderabbitai help to get the list of available commands and usage tips.

@TkDodo
Copy link
Copy Markdown
Collaborator

TkDodo commented May 8, 2026

@sukvvon we want to keep it on 0.x for now because we treat it as experimental and can make breaking changes easier this way. It’ll go to v5 as soon as @chughgaurav has gathered enough feedback and we’re happy with the APIs.

@TkDodo TkDodo closed this May 8, 2026
@sukvvon sukvvon deleted the chore/lit-query-version-align branch May 8, 2026 14:41
@sukvvon
Copy link
Copy Markdown
Collaborator Author

sukvvon commented May 8, 2026

@TkDodo Thanks for the context — closing makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants