Skip to content

chore(query-devtools): update dependencies - #11648

Merged
lachlancollins merged 3 commits into
mainfrom
query-devtools
Sep 25, 2026
Merged

lachlancollins merged 3 commits into
mainfrom
query-devtools

Conversation

@lachlancollins

@lachlancollins lachlancollins commented Sep 25, 2026 •

Copy link
Copy Markdown
Member

🎯 Changes

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested code changes locally with pnpm run test:pr, or these tests do not apply to this pull request.
  • I have followed the AI contribution policy and fully understand the code in this pull request, including any code generated with AI assistance.

🚀 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 SolidJS, the Vite Solid plugin, and related dependencies across Solid examples and packages, including Query Devtools.
    • Updated the match-sorter utilities dependency used by Vue Query. These dependency updates do not change any documented public APIs.

@nx-cloud

nx-cloud Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 339429a

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 7m 44s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 26s View ↗

☁️ Nx Cloud last updated this comment at 2026-09-25 22:42:29 UTC

@socket-security

socket-security Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​kobalte/​core@​0.13.11 ⏵ 0.13.14100 +110083 +194 +1180
Updatedgoober@​2.1.18 ⏵ 2.1.191001009982100
Added@​tanstack/​match-sorter-utils@​9.1.210010010096100
Updatedsolid-js@​1.9.12 ⏵ 1.9.15100 +110010096100

View full report

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Changeset Version Preview

5 package(s) bumped directly, 20 bumped as dependents.

🟩 Patch bumps

Package Version Reason
@tanstack/preact-query 5.103.2 → 5.103.3 Changeset
@tanstack/query-devtools 5.103.2 → 5.103.3 Changeset
@tanstack/react-query 5.103.2 → 5.103.3 Changeset
@tanstack/solid-query 5.103.2 → 5.103.3 Changeset
@tanstack/svelte-query 6.2.4 → 6.2.5 Changeset
@tanstack/angular-query-experimental 5.103.2 → 5.103.3 Dependent
@tanstack/angular-query-persist-client 5.103.2 → 5.103.3 Dependent
@tanstack/eslint-plugin-query 5.103.2 → 5.103.3 Dependent
@tanstack/lit-query 0.2.23 → 0.2.24 Dependent
@tanstack/preact-query-devtools 5.103.2 → 5.103.3 Dependent
@tanstack/preact-query-persist-client 5.103.2 → 5.103.3 Dependent
@tanstack/query-async-storage-persister 5.103.2 → 5.103.3 Dependent
@tanstack/query-broadcast-client-experimental 5.103.2 → 5.103.3 Dependent
@tanstack/query-core 5.103.2 → 5.103.3 Dependent
@tanstack/query-persist-client-core 5.103.2 → 5.103.3 Dependent
@tanstack/query-sync-storage-persister 5.103.2 → 5.103.3 Dependent
@tanstack/react-query-devtools 5.103.2 → 5.103.3 Dependent
@tanstack/react-query-next-experimental 5.103.2 → 5.103.3 Dependent
@tanstack/react-query-persist-client 5.103.2 → 5.103.3 Dependent
@tanstack/solid-query-devtools 5.103.2 → 5.103.3 Dependent
@tanstack/solid-query-persist-client 5.103.2 → 5.103.3 Dependent
@tanstack/svelte-query-devtools 6.2.4 → 6.2.5 Dependent
@tanstack/svelte-query-persist-client 6.2.4 → 6.2.5 Dependent
@tanstack/vue-query 5.103.2 → 5.103.3 Dependent
@tanstack/vue-query-devtools 6.2.4 → 6.2.5 Dependent

@coderabbitai

coderabbitai Bot commented Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: TanStack/query/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 330080be-f2b1-4c5f-a400-7a00328ba8f2

📥 Commits

Reviewing files that changed from the base of the PR and between 1c9693e and 7a114f5.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (13)
  • .changeset/wide-cougars-press.md
  • examples/solid/astro/package.json
  • examples/solid/basic-graphql-request/package.json
  • examples/solid/basic/package.json
  • examples/solid/default-query-function/package.json
  • examples/solid/offline/package.json
  • examples/solid/simple/package.json
  • examples/solid/solid-start-streaming/package.json
  • integrations/solid-vite/package.json
  • packages/query-devtools/package.json
  • packages/solid-query-devtools/package.json
  • packages/solid-query-persist-client/package.json
  • packages/solid-query/package.json

Included review availability: This review used your included allowance. Your plan provides up to 10 included reviews per hour; 8 remain after this review.


📝 Walkthrough

Walkthrough

Dependency ranges were updated in @tanstack/query-devtools, Solid packages, the Solid Vite integration, and Solid examples. A changeset records a patch release for @tanstack/query-devtools.

Changes

Dependency updates

Layer / File(s) Summary
query-devtools dependency ranges
packages/query-devtools/package.json, .changeset/wide-cougars-press.md
Updated dependency ranges in the package manifest and added a patch changeset.
Solid dependency ranges
examples/solid/*/package.json, integrations/solid-vite/package.json, packages/solid-query*/package.json
Updated solid-js and vite-plugin-solid ranges across Solid examples, packages, and the Vite integration.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Other

Suggested reviewers: tkdodo

Merge Risk: ⚪ Minimal · up to 7a114

The PR updates dependency ranges and records a query-devtools patch release. No concrete user-facing or build/release failure is established by the supplied evidence, so no merge-blocking risk remains.

Architecture Summary

Architecture risk: 🔵 Low · up to 7a114

The change affects 6 systems.

Changed systems: examples, integrations, packages/query-devtools, packages/solid-query, packages/solid-query-devtools, packages/solid-query-persist-client

Architecture concerns
No architecture-level concerns identified.

Review details

Systems and components

  • observed — examples (service) was modified; 7 changed files map to changed impact.
  • observed — integrations (service) was modified; 1 changed file maps to changed impact.
  • observed — packages/query-devtools (library) was modified; 1 changed file maps to changed impact.
  • observed — packages/solid-query (library) was modified; 1 changed file maps to changed impact.

Before / after behavior

  • observed — Modified behavior in examples/solid/astro/package.json: The solid-js dependency version range changed from ^1.9.7 to ^1.9.15.
  • observed — Modified behavior in examples/solid/basic-graphql-request/package.json: The solid-js dependency range changes from ^1.9.7 to ^1.9.15.
  • observed — Modified behavior in examples/solid/basic-graphql-request/package.json: The vite-plugin-solid dependency range changes from ^2.11.6 to ^2.11.14.
  • observed — Modified behavior in examples/solid/basic/package.json: Updated the solid-js and vite-plugin-solid dependency version ranges; the other dependency and development dependency entries are unchanged.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The checklist and release impact sections are complete, but the required Changes section is empty. The description does not identify the updated dependencies or explain the motivation. Add a concise summary of the dependency updates across the Solid examples, integrations, and query-devtools packages. State the motivation for the updates, such as aligning dependency versions or applying maintenance updates.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
Title check ✅ Passed The title clearly identifies a dependency update for query-devtools. It matches the main purpose of the pull request, although the changes also affect Solid examples and packages.
  • Fix all pre-merge checks with AI
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

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.

❤️ Share

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

@pkg-pr-new

pkg-pr-new Bot commented Sep 25, 2026

Copy link
Copy Markdown
More templates

@tanstack/angular-query-experimental

npm i https://pkg.pr.new/@tanstack/angular-query-experimental@11648

@tanstack/eslint-plugin-query

npm i https://pkg.pr.new/@tanstack/eslint-plugin-query@11648

@tanstack/lit-query

npm i https://pkg.pr.new/@tanstack/lit-query@11648

@tanstack/preact-query

npm i https://pkg.pr.new/@tanstack/preact-query@11648

@tanstack/preact-query-devtools

npm i https://pkg.pr.new/@tanstack/preact-query-devtools@11648

@tanstack/preact-query-persist-client

npm i https://pkg.pr.new/@tanstack/preact-query-persist-client@11648

@tanstack/query-async-storage-persister

npm i https://pkg.pr.new/@tanstack/query-async-storage-persister@11648

@tanstack/query-broadcast-client-experimental

npm i https://pkg.pr.new/@tanstack/query-broadcast-client-experimental@11648

@tanstack/query-core

npm i https://pkg.pr.new/@tanstack/query-core@11648

@tanstack/query-devtools

npm i https://pkg.pr.new/@tanstack/query-devtools@11648

@tanstack/query-persist-client-core

npm i https://pkg.pr.new/@tanstack/query-persist-client-core@11648

@tanstack/query-sync-storage-persister

npm i https://pkg.pr.new/@tanstack/query-sync-storage-persister@11648

@tanstack/react-query

npm i https://pkg.pr.new/@tanstack/react-query@11648

@tanstack/react-query-devtools

npm i https://pkg.pr.new/@tanstack/react-query-devtools@11648

@tanstack/react-query-next-experimental

npm i https://pkg.pr.new/@tanstack/react-query-next-experimental@11648

@tanstack/react-query-persist-client

npm i https://pkg.pr.new/@tanstack/react-query-persist-client@11648

@tanstack/solid-query

npm i https://pkg.pr.new/@tanstack/solid-query@11648

@tanstack/solid-query-devtools

npm i https://pkg.pr.new/@tanstack/solid-query-devtools@11648

@tanstack/solid-query-persist-client

npm i https://pkg.pr.new/@tanstack/solid-query-persist-client@11648

@tanstack/svelte-query

npm i https://pkg.pr.new/@tanstack/svelte-query@11648

@tanstack/svelte-query-devtools

npm i https://pkg.pr.new/@tanstack/svelte-query-devtools@11648

@tanstack/svelte-query-persist-client

npm i https://pkg.pr.new/@tanstack/svelte-query-persist-client@11648

@tanstack/vue-query

npm i https://pkg.pr.new/@tanstack/vue-query@11648

@tanstack/vue-query-devtools

npm i https://pkg.pr.new/@tanstack/vue-query-devtools@11648

commit: 339429a

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
react full 11.73 KB (0%)
react minimal 8.58 KB (0%)

@lachlancollins
lachlancollins merged commit d86ac36 into main Sep 25, 2026
8 of 9 checks passed
@lachlancollins
lachlancollins deleted the query-devtools branch September 25, 2026 22:45
@github-actions github-actions Bot mentioned this pull request Sep 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant