[Snyk] Upgrade @tanstack/react-query from 5.67.1 to 5.87.4#44
Open
JulyMoon87 wants to merge 1 commit intomasterfrom
Open
[Snyk] Upgrade @tanstack/react-query from 5.67.1 to 5.87.4#44JulyMoon87 wants to merge 1 commit intomasterfrom
JulyMoon87 wants to merge 1 commit intomasterfrom
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
- query-core: infinite re-renders in useQueries (#9639) (19445a0) by Minha Kang
- svelte-query/createMutation: improve callback assertions with "toHaveBeenNthCalledWith" and apply shorthand property syntax in FailureExample (#9630) (ccedf33) by @ sukvvon
- @ 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
- query-core: update initialData when an observer mounts while a Query without data exists (#9620) (1c8a921) by Dominik Dorfmeister
- @ 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
- query-core: add timeoutManager to allow changing setTimeout/setInterval (#9612) (a0b96db) by @ justjake
- angular-query: update Angular Zoneless doc (#9616) (2283633) by Arnoud
- @ 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
- query-core: add custom reducer support to streamedQuery (#9532) (8f24580) by @ marcog83
- rename queryFn to streamFn in streamedQuery (#9606) (b25412a) by Dominik Dorfmeister
- tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#9547) (7306474) by @ sukvvon
- react-query/useMutationState: clarify assertions and improve code formatting (#9611) (43049c5) by @ sukvvon
- (c75a994) by BennettLiam
- @ 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 notesVersion 5.87.4 - 9/10/25, 2:09 PM
Changes
Fix
Test
Packages
Version 5.87.1 - 9/5/25, 2:15 PM
Changes
Fix
Packages
Version 5.87.0 - 9/5/25, 11:55 AM
Changes
Feat
Docs
Packages
Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)
Changes
Note: This release contains BREAKING CHANGES for the
experimental_streamedQueryAPI:BREAKING CHANGES
BREAKING CHANGE: The
maxChunksparameter has been removed fromstreamedQuery.Use a custom
reducerfunction to control data aggregation behavior instead.BREAKING CHANGE: When using a custom reducer function with
streamedQuery,the
initialValueparameter is now required and must be provided.BREAKING CHANGE:
queryFnhas been renamed tostreamFnChore
Test
Other
Packages
Important
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: