Skip to content

ci: Version Packages - #10774

Merged
TkDodo merged 1 commit into
mainfrom
changeset-release/main
Jun 2, 2026
Merged

ci: Version Packages#10774
TkDodo merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actionsgithub-actionsBot commented May 24, 2026

Copy link
Copy Markdown
Contributor

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/eslint-plugin-query@5.101.0

Minor Changes

  • #10775dc54932 - no-rest-destructuring now also flags rest destructuring on custom hooks that return a TanStack Query result. Detection uses the TypeScript type checker and runs only when typed linting is enabled, so untyped projects are unaffected. Closes#8951.

@tanstack/angular-query-experimental@5.101.0

Patch Changes

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

@tanstack/lit-query@0.2.7

Patch Changes

  • #107893023dad - Fix redundant Lit host updates for function-backed query options, mutation state selectors, and tracked query result reads.

  • Updated dependencies []:

    • @tanstack/query-core@5.101.0

@tanstack/preact-query@5.101.0

Patch Changes

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

@tanstack/preact-query-devtools@5.101.0

Patch Changes

  • Updated dependencies [3042860, e631dc3]:
    • @tanstack/query-devtools@5.101.0
    • @tanstack/preact-query@5.101.0

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

@tanstack/query-devtools@5.101.0

Patch Changes

  • #107723042860 - Avoid crashing devtools query rows when a cached query state is temporarily unavailable.

  • #10750e631dc3 - Resolve devtools query rows from their stable query hash so mutated object query keys do not break row rendering.

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

Patch Changes

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

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

Patch Changes

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

@tanstack/react-query@5.101.0

Patch Changes

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

@tanstack/react-query-devtools@5.101.0

Patch Changes

  • Updated dependencies [3042860, e631dc3]:
    • @tanstack/query-devtools@5.101.0
    • @tanstack/react-query@5.101.0

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

Patch Changes

  • #108577cf5923 - fix(react-query-next-experimental): replace deprecated 'isServer' with 'environmentManager.isServer()'

  • Updated dependencies []:

    • @tanstack/react-query@5.101.0

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

Patch Changes

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

@tanstack/solid-query@5.101.0

Patch Changes

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

@tanstack/solid-query-devtools@5.101.0

Patch Changes

  • Updated dependencies [3042860, e631dc3]:
    • @tanstack/query-devtools@5.101.0
    • @tanstack/solid-query@5.101.0

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

Patch Changes

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

@tanstack/svelte-query@6.1.34

Patch Changes

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

@tanstack/svelte-query-devtools@6.1.34

Patch Changes

  • Updated dependencies [3042860, e631dc3]:
    • @tanstack/query-devtools@5.101.0
    • @tanstack/svelte-query@6.1.34

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

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.101.0
    • @tanstack/svelte-query@6.1.34

@tanstack/vue-query@5.101.0

Patch Changes

  • #108261348095 - Replace deprecated isServer with environmentManager.isServer()

  • Updated dependencies []:

    • @tanstack/query-core@5.101.0

@tanstack/vue-query-devtools@6.1.34

Patch Changes

  • Updated dependencies [3042860, e631dc3, 1348095]:
    • @tanstack/query-devtools@5.101.0
    • @tanstack/vue-query@5.101.0

@tanstack/query-core@5.101.0

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

Patch Changes

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

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch 30 times, most recently from ec7cd1f to f6f8bb3CompareMay 29, 2026 01:42
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch 18 times, most recently from 6d37188 to e486e25CompareJune 2, 2026 11:58
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from e486e25 to aa0344aCompareJune 2, 2026 12:32
@TkDodo
TkDodo merged commit f3d8d2a into mainJun 2, 2026
2 checks passed
@TkDodo
TkDodo deleted the changeset-release/main branch June 2, 2026 19:21
Sign up for freeto 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.

[lint]: no-rest-destructuring does not report on custom hooks

1 participant

@TkDodo