Skip to content

[Snyk] Upgrade @tanstack/react-query from 5.67.1 to 5.87.4#44

Open
JulyMoon87 wants to merge 1 commit intomasterfrom
snyk-upgrade-df73fe66c630be70a90091ade66596f9
Open

[Snyk] Upgrade @tanstack/react-query from 5.67.1 to 5.87.4#44
JulyMoon87 wants to merge 1 commit intomasterfrom
snyk-upgrade-df73fe66c630be70a90091ade66596f9

Conversation

@JulyMoon87
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade @tanstack/react-query from 5.67.1 to 5.87.4.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 75 versions ahead of your current version.

  • The recommended version was released 23 days ago.

Release notes
Package name: @tanstack/react-query
  • 5.87.4 - 2025-09-10

    Version 5.87.4 - 9/10/25, 2:09 PM

    Changes

    Fix

    • query-core: infinite re-renders in useQueries (#9639) (19445a0) by Minha Kang

    Test

    • svelte-query/createMutation: improve callback assertions with "toHaveBeenNthCalledWith" and apply shorthand property syntax in FailureExample (#9630) (ccedf33) by @ sukvvon

    Packages

    • @ tanstack/query-core@5.87.4
    • @ tanstack/react-query@5.87.4
    • @ tanstack/query-async-storage-persister@5.87.4
    • @ tanstack/query-broadcast-client-experimental@5.87.4
    • @ tanstack/query-persist-client-core@5.87.4
    • @ tanstack/query-sync-storage-persister@5.87.4
    • @ tanstack/react-query-devtools@5.87.4
    • @ tanstack/react-query-persist-client@5.87.4
    • @ tanstack/react-query-next-experimental@5.87.4
    • @ tanstack/solid-query@5.87.4
    • @ tanstack/solid-query-devtools@5.87.4
    • @ tanstack/solid-query-persist-client@5.87.4
    • @ tanstack/svelte-query@5.87.4
    • @ tanstack/svelte-query-devtools@5.87.4
    • @ tanstack/svelte-query-persist-client@5.87.4
    • @ tanstack/vue-query@5.87.4
    • @ tanstack/vue-query-devtools@5.87.4
    • @ tanstack/angular-query-experimental@5.87.4
    • @ tanstack/angular-query-devtools-experimental@5.87.4
  • 5.87.1 - 2025-09-05

    Version 5.87.1 - 9/5/25, 2:15 PM

    Changes

    Fix

    • query-core: update initialData when an observer mounts while a Query without data exists (#9620) (1c8a921) by Dominik Dorfmeister

    Packages

    • @ tanstack/query-core@5.87.1
    • @ tanstack/query-async-storage-persister@5.87.1
    • @ tanstack/query-broadcast-client-experimental@5.87.1
    • @ tanstack/query-persist-client-core@5.87.1
    • @ tanstack/query-sync-storage-persister@5.87.1
    • @ tanstack/react-query@5.87.1
    • @ tanstack/react-query-devtools@5.87.1
    • @ tanstack/react-query-persist-client@5.87.1
    • @ tanstack/react-query-next-experimental@5.87.1
    • @ tanstack/solid-query@5.87.1
    • @ tanstack/solid-query-devtools@5.87.1
    • @ tanstack/solid-query-persist-client@5.87.1
    • @ tanstack/svelte-query@5.87.1
    • @ tanstack/svelte-query-devtools@5.87.1
    • @ tanstack/svelte-query-persist-client@5.87.1
    • @ tanstack/vue-query@5.87.1
    • @ tanstack/vue-query-devtools@5.87.1
    • @ tanstack/angular-query-experimental@5.87.1
    • @ tanstack/angular-query-devtools-experimental@5.87.1
  • 5.87.0 - 2025-09-05

    Version 5.87.0 - 9/5/25, 11:55 AM

    Changes

    Feat

    Docs

    • angular-query: update Angular Zoneless doc (#9616) (2283633) by Arnoud

    Packages

    • @ tanstack/query-async-storage-persister@5.87.0
    • @ tanstack/query-core@5.87.0
    • @ tanstack/query-persist-client-core@5.87.0
    • @ tanstack/query-sync-storage-persister@5.87.0
    • @ tanstack/query-broadcast-client-experimental@5.87.0
    • @ tanstack/react-query@5.87.0
    • @ tanstack/react-query-devtools@5.87.0
    • @ tanstack/react-query-persist-client@5.87.0
    • @ tanstack/react-query-next-experimental@5.87.0
    • @ tanstack/solid-query@5.87.0
    • @ tanstack/solid-query-devtools@5.87.0
    • @ tanstack/solid-query-persist-client@5.87.0
    • @ tanstack/svelte-query@5.87.0
    • @ tanstack/svelte-query-devtools@5.87.0
    • @ tanstack/svelte-query-persist-client@5.87.0
    • @ tanstack/vue-query@5.87.0
    • @ tanstack/vue-query-devtools@5.87.0
    • @ tanstack/angular-query-experimental@5.87.0
    • @ tanstack/angular-query-devtools-experimental@5.87.0
  • 5.86.0 - 2025-09-04

    Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

    Changes

    Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

    BREAKING CHANGES

    BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery.
    Use a custom reducer function to control data aggregation behavior instead.

    BREAKING CHANGE: When using a custom reducer function with streamedQuery,
    the initialValue parameter is now required and must be provided.

    • rename queryFn to streamFn in streamedQuery (#9606) (b25412a) by Dominik Dorfmeister

    BREAKING CHANGE: queryFn has been renamed to streamFn

    Chore

    • tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#9547) (7306474) by @ sukvvon

    Test

    • react-query/useMutationState: clarify assertions and improve code formatting (#9611) (43049c5) by @ sukvvon

    Other

    Packages

    • @ tanstack/eslint-plugin-query@5.86.0
    • @ tanstack/query-async-storage-persister@5.86.0
    • @ tanstack/query-broadcast-client-experimental@5.86.0
    • @ tanstack/query-core@5.86.0
    • @ tanstack/query-devtools@5.86.0
    • @ tanstack/query-persist-client-core@5.86.0
    • @ tanstack/query-sync-storage-persister@5.86.0
    • @ tanstack/react-query@5.86.0
    • @ tanstack/react-query-devtools@5.86.0
    • @ tanstack/react-query-persist-client@5.86.0
    • @ tanstack/react-query-next-experimental@5.86.0
    • @ tanstack/solid-query@5.86.0
    • @ tanstack/solid-query-devtools@5.86.0
    • @ tanstack/solid-query-persist-client@5.86.0
    • @ tanstack/svelte-query@5.86.0
    • @ tanstack/svelte-query-devtools@5.86.0
    • @ tanstack/svelte-query-persist-client@5.86.0
    • @ tanstack/vue-query@5.86.0
    • @ tanstack/vue-query-devtools@5.86.0
    • @ tanstack/angular-query-devtools-experimental@5.86.0
    • @ tanstack/angular-query-experimental@5.86.0
  • 5.85.9 - 2025-09-02
  • 5.85.8 - 2025-09-02
  • 5.85.7 - 2025-09-02
  • 5.85.6 - 2025-08-30
  • 5.85.5 - 2025-08-19
  • 5.85.4 - 2025-08-19
  • 5.85.3 - 2025-08-14
  • 5.85.2 - 2025-08-14
  • 5.85.1 - 2025-08-14
  • 5.85.0 - 2025-08-12
  • 5.84.2 - 2025-08-08
  • 5.84.1 - 2025-08-01
  • 5.84.0 - 2025-07-31
  • 5.83.1 - 2025-07-31
  • 5.83.0 - 2025-07-11
  • 5.82.0 - 2025-07-09
  • 5.81.5 - 2025-06-27
  • 5.81.4 - 2025-06-27
  • 5.81.2 - 2025-06-21
  • 5.81.1 - 2025-06-21
  • 5.81.0 - 2025-06-21
  • 5.80.12 - 2025-06-21
  • 5.80.11 - 2025-06-21
  • 5.80.10 - 2025-06-19
  • 5.80.7 - 2025-06-11
  • 5.80.6 - 2025-06-05
  • 5.80.5 - 2025-06-04
  • 5.80.3 - 2025-06-04
  • 5.80.2 - 2025-06-03
  • 5.80.1 - 2025-06-03
  • 5.80.0 - 2025-06-03
  • 5.79.2 - 2025-06-02
  • 5.79.1 - 2025-06-02
  • 5.79.0 - 2025-05-29
  • 5.77.2 - 2025-05-26
  • 5.77.1 - 2025-05-25
  • 5.77.0 - 2025-05-24
  • 5.76.2 - 2025-05-22
  • 5.76.1 - 2025-05-13
  • 5.76.0 - 2025-05-12
  • 5.75.7 - 2025-05-09
  • 5.75.6 - 2025-05-09
  • 5.75.5 - 2025-05-07
  • 5.75.4 - 2025-05-06
  • 5.75.2 - 2025-05-04
  • 5.75.1 - 2025-05-02
  • 5.75.0 - 2025-05-01
  • 5.74.11 - 2025-04-29
  • 5.74.9 - 2025-04-29
  • 5.74.8 - 2025-04-29
  • 5.74.7 - 2025-04-27
  • 5.74.4 - 2025-04-17
  • 5.74.3 - 2025-04-14
  • 5.74.2 - 2025-04-14
  • 5.74.0 - 2025-04-13
  • 5.73.3 - 2025-04-12
  • 5.72.2 - 2025-04-09
  • 5.72.1 - 2025-04-08
  • 5.72.0 - 2025-04-07
  • 5.71.10 - 2025-04-04
  • 5.71.5 - 2025-04-02
  • 5.71.3 - 2025-04-02
  • 5.71.1 - 2025-03-31
  • 5.71.0 - 2025-03-30
  • 5.70.0 - 2025-03-28
  • 5.69.3 - 2025-03-28
  • 5.69.2 - 2025-03-28
  • 5.69.0 - 2025-03-18
  • 5.68.0 - 2025-03-14
  • 5.67.3 - 2025-03-11
  • 5.67.2 - 2025-03-07
  • 5.67.1 - 2025-03-03
from @tanstack/react-query GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @tanstack/react-query from 5.67.1 to 5.87.4.

See this package in npm:
@tanstack/react-query

See this project in Snyk:
https://app.snyk.io/org/jo-cKUBfNRLkZCvpmVCwbntkk/project/79b97f49-aee5-4478-8d9e-fb8d2c6645b9?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

2 participants