Skip to content

chore(deps): update many dev dependencies - #11640

Open
lachlancollins wants to merge 4 commits into
mainfrom
update-deps
Open

lachlancollins wants to merge 4 commits into
mainfrom
update-deps

Conversation

@lachlancollins

@lachlancollins lachlancollins commented Sep 25, 2026 •

Copy link
Copy Markdown
Member

🎯 Changes

Updating many of the dependencies that are not Vite/rolldown related.

✅ 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 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 framework and tooling versions across examples and integrations, including Lit, Preact, React, Solid, Svelte, and Vue.
    • Refreshed development and testing tools across packages. No user-facing features or behavior changes are noted.

@nx-cloud

nx-cloud Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit e915bcd

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ❌ Failed 4m 17s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 45s View ↗

☁️ Nx Cloud last updated this comment at 2026-09-25 20:54:05 UTC

@github-actions

github-actions Bot commented Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

🚀 Changeset Version Preview

2 package(s) bumped directly, 23 bumped as dependents.

🟩 Patch bumps

Package Version Reason
@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 5.103.2 → 5.103.3 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-devtools 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 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

@socket-security

socket-security Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

@socket-security

socket-security Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@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.

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

⚙️ Run configuration

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

Review profile: CHILL

Plan: Advanced

Run ID: a361d28f-c7c8-4933-b65e-d458ad779bd8

📥 Commits

Reviewing files that changed from the base of the PR and between e915bcd and 91a74ab.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • packages/preact-query/package.json
  • packages/react-query/package.json
 _________________________________
< Ripgrepping your code for bugs. >
 ---------------------------------
  \
   \   \
        \ /\
        ( )
      .( o ).

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: 3e8a2542-2383-40a1-b3df-94cc139345c2

📥 Commits

Reviewing files that changed from the base of the PR and between fcab29f and a2df23d.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (63)
  • examples/lit/basic/package.json
  • examples/lit/pagination/package.json
  • examples/lit/ssr/package.json
  • examples/preact/simple/package.json
  • examples/react/algolia/package.json
  • examples/react/batching/package.json
  • examples/react/load-more-infinite-scroll/package.json
  • examples/react/offline/package.json
  • examples/react/react-native/package.json
  • examples/react/react-router/package.json
  • examples/react/suspense/package.json
  • 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
  • examples/svelte/auto-refetching/package.json
  • examples/svelte/basic/package.json
  • examples/svelte/load-more-infinite-scroll/package.json
  • examples/svelte/optimistic-updates/package.json
  • examples/svelte/playground/package.json
  • examples/svelte/simple/package.json
  • examples/svelte/ssr/package.json
  • examples/svelte/star-wars/package.json
  • examples/vue/basic/package.json
  • examples/vue/dependent-queries/package.json
  • examples/vue/persister/package.json
  • examples/vue/simple/package.json
  • integrations/lit-vite/package.json
  • integrations/react-webpack-5/package.json
  • integrations/solid-vite/package.json
  • integrations/svelte-vite/package.json
  • integrations/vue-declaration-emit/package.json
  • integrations/vue-vite/package.json
  • package.json
  • packages/angular-query-experimental/package.json
  • packages/angular-query-persist-client/package.json
  • packages/eslint-plugin-query/package.json
  • packages/lit-query/package.json
  • packages/preact-query-devtools/package.json
  • packages/preact-query-persist-client/package.json
  • packages/preact-query/package.json
  • packages/query-async-storage-persister/package.json
  • packages/query-broadcast-client-experimental/package.json
  • packages/query-core/package.json
  • packages/query-devtools/package.json
  • packages/query-persist-client-core/package.json
  • packages/query-sync-storage-persister/package.json
  • packages/query-test-utils/package.json
  • packages/react-query-devtools/package.json
  • packages/react-query-next-experimental/package.json
  • packages/react-query-persist-client/package.json
  • packages/react-query/package.json
  • packages/solid-query-devtools/package.json
  • packages/solid-query-persist-client/package.json
  • packages/solid-query/package.json
  • packages/svelte-query-devtools/package.json
  • packages/svelte-query-persist-client/package.json
  • packages/svelte-query/package.json
  • packages/vue-query-devtools/package.json
  • packages/vue-query/package.json

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

Dependency version ranges are updated in example, integration, package, and root manifests. The changes cover Lit, Preact, React, Solid, Svelte, Vue, and shared development tooling.

Changes

Dependency range updates

Layer / File(s) Summary
Lit dependency updates
examples/lit/*/package.json, integrations/lit-vite/package.json, packages/lit-query/package.json
The Lit dependency range changes from ^3.3.1 to ^3.3.3 in the examples, integration, and package.
Preact dependency updates
examples/preact/simple/package.json, packages/preact-query*/package.json
Preact and Vite preset ranges are updated in the example and Preact packages. The package manifests also update related development dependencies.
React dependency updates
examples/react/*/package.json, integrations/react-webpack-5/package.json, packages/query-broadcast-client-experimental/package.json, packages/react-query*/package.json
React example dependencies, html-webpack-plugin, and development dependencies in React packages receive updated version ranges.
Solid dependency updates
examples/solid/*/package.json, integrations/solid-vite/package.json, packages/query-devtools/package.json, packages/solid-query*/package.json
solid-js and vite-plugin-solid ranges are updated across Solid examples, the integration, and Solid packages. The query devtools manifest also updates @kobalte/core and goober.
Svelte dependency updates
examples/svelte/*/package.json, integrations/svelte-vite/package.json, packages/svelte-query*/package.json
Svelte ranges change from ^5.39.3 to ^5.57.1. Svelte package manifests also update @testing-library/svelte ranges.
Vue dependency updates
examples/vue/*/package.json, integrations/vue-*/package.json, packages/vue-query*/package.json
Vue ranges change from ^3.4.27 to ^3.5.43 in examples, integrations, and package development dependencies.
Shared tooling dependency updates
package.json, packages/angular-query-*/package.json, packages/eslint-plugin-query/package.json, packages/query-*/package.json
The root manifest and shared package manifests update development dependencies, including npm-run-all2, testing tools, and build tools.

Priority: ⬇️ Low

Estimated code review effort: 2 (Simple) | ~10 minutes

Change: Other

Suggested reviewers: tkdodo

Merge Risk: ⚪ Minimal · up to a2df2

No specific regression has been established from these dependency updates. Normal build and test checks remain appropriate before merging.

Architecture Summary

Architecture risk: 🔵 Low · up to a2df2

The change affects 29 systems.

Changed systems: examples, integrations, package.json, packages/angular-query-experimental, packages/angular-query-persist-client, packages/eslint-plugin-query, packages/lit-query, packages/preact-query, packages/preact-query-devtools, packages/preact-query-persist-client, packages/query-async-storage-persister, packages/query-broadcast-client-experimental, packages/query-core, packages/query-devtools, packages/query-persist-client-core, packages/query-sync-storage-persister, packages/query-test-utils, packages/react-query, packages/react-query-devtools, packages/react-query-next-experimental, packages/react-query-persist-client, packages/solid-query, packages/solid-query-devtools, packages/solid-query-persist-client, packages/svelte-query, packages/svelte-query-devtools, packages/svelte-query-persist-client, packages/vue-query, packages/vue-query-devtools

Architecture concerns
No architecture-level concerns identified.

Review details

Systems and components

  • observed — examples (service) was modified; 30 changed files map to changed impact.
  • observed — integrations (service) was modified; 6 changed files map to changed impact.
  • observed — package.json (service) was modified; 1 changed file maps to changed impact.
  • observed — packages/angular-query-experimental (library) was modified; 1 changed file maps to changed impact.

Before / after behavior

  • observed — Modified behavior in examples/lit/basic/package.json: The lit dependency range changed from ^3.3.1 to ^3.3.3.
  • observed — Modified behavior in examples/lit/pagination/package.json: The lit dependency range changed from ^3.3.1 to ^3.3.3.
  • observed — Modified behavior in examples/lit/ssr/package.json: The lit dependency range changed from ^3.3.1 to ^3.3.3.
  • observed — Modified behavior in examples/preact/simple/package.json: Updated the preact dependency to ^10.29.8 and the @preact/preset-vite dev dependency to ^2.10.6.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 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 broad dependency update across the repository. It is concise and related to the main changes, although some updated dependencies are not strictly development-only.
Description check ✅ Passed The description includes all required sections, explains the dependency updates, completes the checklist, and identifies the change as development-only with no release impact.
✨ 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@11640

@tanstack/eslint-plugin-query

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

@tanstack/lit-query

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

@tanstack/preact-query

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

@tanstack/preact-query-devtools

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

@tanstack/preact-query-persist-client

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

@tanstack/query-async-storage-persister

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

@tanstack/query-broadcast-client-experimental

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

@tanstack/query-core

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

@tanstack/query-devtools

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

@tanstack/query-persist-client-core

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

@tanstack/query-sync-storage-persister

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

@tanstack/react-query

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

@tanstack/react-query-devtools

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

@tanstack/react-query-next-experimental

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

@tanstack/react-query-persist-client

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

@tanstack/solid-query

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

@tanstack/solid-query-devtools

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

@tanstack/solid-query-persist-client

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

@tanstack/svelte-query

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

@tanstack/svelte-query-devtools

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

@tanstack/svelte-query-persist-client

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

@tanstack/vue-query

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

@tanstack/vue-query-devtools

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

commit: 91a74ab

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
react full 11.73 KB (-1.24% 🔽)
react minimal 8.58 KB (-3.02% 🔽)

This branch has not been deployed

No deployments
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