Skip to content

ci: Version Packages#116

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

ci: Version Packages#116
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 4, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/angular-query-experimental@5.100.9

Patch Changes

  • Add theme option support to Angular floating devtools. (#10609)

  • Updated dependencies [fcee7bd]:

    • @tanstack/query-core@5.100.9

@tanstack/preact-query@5.100.9

Patch Changes

  • Updated dependencies [fcee7bd]:
    • @tanstack/query-core@5.100.9

@tanstack/preact-query-devtools@5.100.9

Patch Changes

  • Updated dependencies [3d21cac]:
    • @tanstack/query-devtools@5.100.9
    • @tanstack/preact-query@5.100.9

@tanstack/preact-query-persist-client@5.100.9

Patch Changes

  • Updated dependencies []:
    • @tanstack/preact-query@5.100.9
    • @tanstack/query-persist-client-core@5.100.9

@tanstack/query-async-storage-persister@5.100.9

Patch Changes

  • Updated dependencies [fcee7bd]:
    • @tanstack/query-core@5.100.9
    • @tanstack/query-persist-client-core@5.100.9

@tanstack/query-broadcast-client-experimental@5.100.9

Patch Changes

  • Updated dependencies [fcee7bd]:
    • @tanstack/query-core@5.100.9

@tanstack/query-core@5.100.9

Patch Changes

  • fix(query-core): wrap persister's TQueryKey in NoInfer so that the persister slot no longer contributes to TQueryKey inference. Follow-up to fix(query-core): stop wrapping persister generics in NoInfer TanStack/query#10510, which removed NoInfer on all three persister generics. Preserving NoInfer<TQueryKey> keeps that fix's benefit for TQueryFnData while preventing TQueryKey from widening to the augmented constraint when Register.queryKey is narrowed — which made DataTag-branded wrapper returns un-assignable in contravariant slots. (#10601)

@tanstack/query-devtools@5.100.9

Patch Changes

  • Update the devtools panel setOnClose callback type to return void. (#10607)

@tanstack/query-persist-client-core@5.100.9

Patch Changes

  • Updated dependencies [fcee7bd]:
    • @tanstack/query-core@5.100.9

@tanstack/query-sync-storage-persister@5.100.9

Patch Changes

  • Updated dependencies [fcee7bd]:
    • @tanstack/query-core@5.100.9
    • @tanstack/query-persist-client-core@5.100.9

@tanstack/react-query@5.100.9

Patch Changes

  • Updated dependencies [fcee7bd]:
    • @tanstack/query-core@5.100.9

@tanstack/react-query-devtools@5.100.9

Patch Changes

  • Updated dependencies [3d21cac]:
    • @tanstack/query-devtools@5.100.9
    • @tanstack/react-query@5.100.9

@tanstack/react-query-next-experimental@5.100.9

Patch Changes

  • Updated dependencies []:
    • @tanstack/react-query@5.100.9

@tanstack/react-query-persist-client@5.100.9

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.100.9
    • @tanstack/react-query@5.100.9

@tanstack/solid-query@5.100.9

Patch Changes

  • Updated dependencies [fcee7bd]:
    • @tanstack/query-core@5.100.9

@tanstack/solid-query-devtools@5.100.9

Patch Changes

  • Updated dependencies [3d21cac]:
    • @tanstack/query-devtools@5.100.9
    • @tanstack/solid-query@5.100.9

@tanstack/solid-query-persist-client@5.100.9

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.100.9
    • @tanstack/solid-query@5.100.9

@tanstack/svelte-query@6.1.28

Patch Changes

  • Updated dependencies [fcee7bd]:
    • @tanstack/query-core@5.100.9

@tanstack/svelte-query-devtools@6.1.28

Patch Changes

  • Updated dependencies [3d21cac]:
    • @tanstack/query-devtools@5.100.9
    • @tanstack/svelte-query@6.1.28

@tanstack/svelte-query-persist-client@6.1.28

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.100.9
    • @tanstack/svelte-query@6.1.28

@tanstack/vue-query@5.100.9

Patch Changes

  • Updated dependencies [fcee7bd]:
    • @tanstack/query-core@5.100.9

@tanstack/vue-query-devtools@6.1.28

Patch Changes

  • Updated dependencies [3d21cac]:
    • @tanstack/query-devtools@5.100.9
    • @tanstack/vue-query@5.100.9

@tanstack/eslint-plugin-query@5.100.9

@tanstack/angular-query-persist-client@5.100.9

Patch Changes

  • Updated dependencies [bf902df]:
    • @tanstack/angular-query-experimental@5.100.9
    • @tanstack/query-persist-client-core@5.100.9

Summary by Sourcery

Release TanStack Query core, platform bindings, devtools, and persist/persister packages at versions 5.100.9 and 6.1.28, propagating the changes into example apps and cleaning up corresponding changesets.

New Features:

  • Add theme option support to the Angular floating devtools UI.

Bug Fixes:

  • Adjust query-core persister generics so TQueryKey no longer widens incorrectly during inference.

Enhancements:

  • Align React, Angular, Preact, Solid, Svelte, and Vue query packages and devtools with core version 5.100.9 / 6.1.28, including associated persist and persister packages.
  • Update the devtools panel setOnClose callback typing to return void.
  • Refresh example applications to consume the latest TanStack Query and devtools versions.

Chores:

  • Remove processed changeset files for the associated releases.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 4, 2026

Reviewer's Guide

Automated Changesets release PR that publishes TanStack Query 5.100.9 / Svelte/Vue devtools 6.1.28, applying a type-safety fix in query-core, a devtools callback typing change, Angular floating devtools theme support, and propagating those changes across all framework bindings, example apps, and changelogs while cleaning up the processed changesets.

File-Level Changes

Change Details Files
Introduce query-core type-safety fix for persister TQueryKey inference and propagate @tanstack/query-core@5.100.9 to dependent packages.
  • Add 5.100.9 entry to query-core changelog describing wrapping persister TQueryKey in NoInfer to stop persister from affecting key inference.
  • Bump @tanstack/query-core package.json version from 5.100.8 to 5.100.9.
  • Update versions and changelog entries for packages that depend on query-core (framework bindings, persisters, broadcast client, persist-core, etc.) to reference 5.100.9.
packages/query-core/CHANGELOG.md
packages/query-core/package.json
packages/query-persist-client-core/CHANGELOG.md
packages/query-persist-client-core/package.json
packages/query-async-storage-persister/CHANGELOG.md
packages/query-async-storage-persister/package.json
packages/query-sync-storage-persister/CHANGELOG.md
packages/query-sync-storage-persister/package.json
packages/query-broadcast-client-experimental/CHANGELOG.md
packages/query-broadcast-client-experimental/package.json
packages/react-query/CHANGELOG.md
packages/react-query/package.json
packages/solid-query/CHANGELOG.md
packages/solid-query/package.json
packages/svelte-query/CHANGELOG.md
packages/svelte-query/package.json
packages/vue-query/CHANGELOG.md
packages/vue-query/package.json
packages/preact-query/CHANGELOG.md
packages/preact-query/package.json
Adjust query devtools API typing and propagate @tanstack/query-devtools@5.100.9 into framework-specific devtools packages and examples.
  • Add 5.100.9 entry to query-devtools changelog documenting setOnClose callback return type changed to void.
  • Bump @tanstack/query-devtools package.json version to 5.100.9.
  • Update changelogs and package.json versions for React, Preact, Solid, Svelte, and Vue devtools wrappers to 5.100.9 / 6.1.28 and reference the new core devtools version.
  • Align example project package.json dependencies on the new devtools versions across React, Svelte, Vue, Solid, and Angular samples.
packages/query-devtools/CHANGELOG.md
packages/query-devtools/package.json
packages/react-query-devtools/CHANGELOG.md
packages/react-query-devtools/package.json
packages/preact-query-devtools/CHANGELOG.md
packages/preact-query-devtools/package.json
packages/solid-query-devtools/CHANGELOG.md
packages/solid-query-devtools/package.json
packages/svelte-query-devtools/CHANGELOG.md
packages/svelte-query-devtools/package.json
packages/vue-query-devtools/CHANGELOG.md
packages/vue-query-devtools/package.json
examples/react/**/package.json
examples/svelte/**/package.json
examples/vue/**/package.json
examples/solid/**/package.json
examples/angular/**/package.json
Add theme option support to Angular floating devtools and release @tanstack/angular-query-experimental@5.100.9 along with its Angular persist client.
  • Add 5.100.9 entry to angular-query-experimental changelog documenting new theme option support for floating devtools and dependency on query-core@5.100.9.
  • Bump angular-query-experimental package.json version to 5.100.9.
  • Add 5.100.9 entry to angular-query-persist-client changelog and bump its package.json to 5.100.9, updating dependencies to angular-query-experimental@5.100.9 and query-persist-client-core@5.100.9.
  • Update Angular example and integration package.json files to use ^5.100.9 Angular Query packages and ^5.100.9 async storage persister.
packages/angular-query-experimental/CHANGELOG.md
packages/angular-query-experimental/package.json
packages/angular-query-persist-client/CHANGELOG.md
packages/angular-query-persist-client/package.json
examples/angular/**/package.json
integrations/angular-cli-20/package.json
examples/angular/basic-persister/package.json
Release and align version bumps for all framework bindings, persist clients, ESLint plugin, and examples to 5.100.9 / 6.1.28.
  • Add new 5.100.9 / 6.1.28 sections to changelogs for framework bindings (React, Preact, Solid, Svelte, Vue) and persist client packages, primarily documenting dependency bumps.
  • Bump package.json versions for all affected bindings, devtools, and persist client packages from 5.100.8 to 5.100.9 (or 6.1.27 to 6.1.28 for Svelte/Vue devtools and Svelte bindings).
  • Update the ESLint plugin package.json version to 5.100.9 and add a corresponding empty changelog entry.
  • Update example app package.json dependencies across React, Svelte, Vue, Solid, Angular, and Preact to depend on the new package versions.
  • Refresh pnpm-lock.yaml to reflect all new versions and dependency graph changes.
packages/react-query-next-experimental/CHANGELOG.md
packages/react-query-next-experimental/package.json
packages/react-query-persist-client/CHANGELOG.md
packages/react-query-persist-client/package.json
packages/preact-query-persist-client/CHANGELOG.md
packages/preact-query-persist-client/package.json
packages/solid-query-persist-client/CHANGELOG.md
packages/solid-query-persist-client/package.json
packages/svelte-query-persist-client/CHANGELOG.md
packages/svelte-query-persist-client/package.json
packages/vue-query-devtools/CHANGELOG.md
packages/vue-query-devtools/package.json
packages/eslint-plugin-query/CHANGELOG.md
packages/eslint-plugin-query/package.json
examples/react/**/package.json
examples/solid/**/package.json
examples/svelte/**/package.json
examples/vue/**/package.json
examples/preact/**/package.json
pnpm-lock.yaml
Remove processed Changesets entries that backed this release.
  • Delete angular-devtools-theme-option changeset file after incorporating its content into the Angular devtools release.
  • Delete fix-persister-query-key-infer changeset file after incorporating its content into query-core 5.100.9.
  • Delete query-devtools-onclose-setter-type changeset file after incorporating its content into query-devtools 5.100.9.
.changeset/angular-devtools-theme-option.md
.changeset/fix-persister-query-key-infer.md
.changeset/query-devtools-onclose-setter-type.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@codemetrics-ai
Copy link
Copy Markdown

codemetrics-ai Bot commented May 4, 2026

Important

Review skipped

Codemetrics is installed on this repository, but your organization doesn't have an account yet.

Sign up free to enable AI code reviews, developer scorecards, DORA metrics, and more.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="packages/query-core/CHANGELOG.md" line_range="7" />
<code_context>
+
+### Patch Changes
+
+- fix(query-core): wrap `persister`'s `TQueryKey` in `NoInfer` so that the `persister` slot no longer contributes to `TQueryKey` inference. Follow-up to #10510, which removed `NoInfer` on all three `persister` generics. Preserving `NoInfer<TQueryKey>` keeps that fix's benefit for `TQueryFnData` while preventing `TQueryKey` from widening to the augmented constraint when `Register.queryKey` is narrowed — which made `DataTag`-branded wrapper returns un-assignable in contravariant slots. ([#10601](https://github.com/TanStack/query/pull/10601))
+
 ## 5.100.8
</code_context>
<issue_to_address>
**issue (typo):** Consider changing “un-assignable” to the more standard spelling “unassignable”.

Here, the hyphenated form “un-assignable” is nonstandard. Please update it to the standard spelling “unassignable” for consistency with modern technical writing.

```suggestion
- fix(query-core): wrap `persister`'s `TQueryKey` in `NoInfer` so that the `persister` slot no longer contributes to `TQueryKey` inference. Follow-up to #10510, which removed `NoInfer` on all three `persister` generics. Preserving `NoInfer<TQueryKey>` keeps that fix's benefit for `TQueryFnData` while preventing `TQueryKey` from widening to the augmented constraint when `Register.queryKey` is narrowed — which made `DataTag`-branded wrapper returns unassignable in contravariant slots. ([#10601](https://github.com/TanStack/query/pull/10601))
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.


### Patch Changes

- fix(query-core): wrap `persister`'s `TQueryKey` in `NoInfer` so that the `persister` slot no longer contributes to `TQueryKey` inference. Follow-up to #10510, which removed `NoInfer` on all three `persister` generics. Preserving `NoInfer<TQueryKey>` keeps that fix's benefit for `TQueryFnData` while preventing `TQueryKey` from widening to the augmented constraint when `Register.queryKey` is narrowed — which made `DataTag`-branded wrapper returns un-assignable in contravariant slots. ([#10601](https://github.com/TanStack/query/pull/10601))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Consider changing “un-assignable” to the more standard spelling “unassignable”.

Here, the hyphenated form “un-assignable” is nonstandard. Please update it to the standard spelling “unassignable” for consistency with modern technical writing.

Suggested change
- fix(query-core): wrap `persister`'s `TQueryKey` in `NoInfer` so that the `persister` slot no longer contributes to `TQueryKey` inference. Follow-up to #10510, which removed `NoInfer` on all three `persister` generics. Preserving `NoInfer<TQueryKey>` keeps that fix's benefit for `TQueryFnData` while preventing `TQueryKey` from widening to the augmented constraint when `Register.queryKey` is narrowed — which made `DataTag`-branded wrapper returns un-assignable in contravariant slots. ([#10601](https://github.com/TanStack/query/pull/10601))
- fix(query-core): wrap `persister`'s `TQueryKey` in `NoInfer` so that the `persister` slot no longer contributes to `TQueryKey` inference. Follow-up to #10510, which removed `NoInfer` on all three `persister` generics. Preserving `NoInfer<TQueryKey>` keeps that fix's benefit for `TQueryFnData` while preventing `TQueryKey` from widening to the augmented constraint when `Register.queryKey` is narrowed — which made `DataTag`-branded wrapper returns unassignable in contravariant slots. ([#10601](https://github.com/TanStack/query/pull/10601))

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.

0 participants