Skip to content

fix(deps): update dependency @tanstack/react-query to v5.100.13#75

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-query-monorepo
Open

fix(deps): update dependency @tanstack/react-query to v5.100.13#75
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-query-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 9, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-query (source) 5.80.75.100.13 age confidence

Release Notes

TanStack/query (@​tanstack/react-query)

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes

v5.100.10

Patch Changes

v5.100.9

Compare Source

Patch Changes

v5.100.8

Compare Source

Patch Changes

v5.100.7

Compare Source

Patch Changes

v5.100.6

Compare Source

Patch Changes

v5.100.5

Compare Source

Patch Changes

v5.100.4

Compare Source

Patch Changes

v5.100.3

Compare Source

Patch Changes

v5.100.2

Patch Changes

v5.100.1

Patch Changes

v5.100.0

Compare Source

Patch Changes

v5.99.2

Compare Source

Patch Changes

v5.99.1

Compare Source

Patch Changes

v5.99.0

Compare Source

Patch Changes

v5.98.0

Compare Source

Patch Changes

v5.97.0

Compare Source

Patch Changes

v5.96.2

Compare Source

Patch Changes

v5.96.1

Compare Source

Patch Changes

v5.96.0

Compare Source

Patch Changes

v5.95.2

Compare Source

Patch Changes

v5.95.1

Compare Source

Patch Changes

v5.95.0

Compare Source

Patch Changes

v5.94.5

Compare Source

Patch Changes

v5.94.4

Compare Source

Patch Changes

v5.91.3

Compare Source

Patch Changes
  • fix: stop node types from leaking into browser (#​10302)

v5.91.2

Compare Source

Patch Changes

v5.91.0

Compare Source

Minor Changes
Patch Changes

v5.90.21

Compare Source

Patch Changes
  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#​10082)

v5.90.20

Compare Source

Patch Changes

v5.90.19

Compare Source

Patch Changes

v5.90.18

Compare Source

Patch Changes

v5.90.17

Compare Source

Patch Changes

v5.90.16

Compare Source

Patch Changes

v5.90.15

Compare Source

Patch Changes

v5.90.14

Patch Changes

v5.90.13

Patch Changes

v5.90.12

Compare Source

Patch Changes

v5.90.11

Compare Source

Patch Changes

v5.90.10

Compare Source

Patch Changes

v5.90.9

Compare Source

Patch Changes

v5.90.8

Compare Source

Patch Changes

v5.90.7

Compare Source

Patch Changes

v5.90.6

Compare Source

Patch Changes

v5.90.5

Compare Source

Patch Changes

v5.90.4

Compare Source

Patch Changes

v5.90.3

Patch Changes

v5.90.2

Version 5.90.2 - 9/23/25, 7:37 AM

Changes
Fix
  • types: onMutateResult is always defined in onSuccess callback (#​9677) (2cf3ec9) by Dominik Dorfmeister
Packages

v5.90.1

Version 5.90.1 - 9/22/25, 6:41 AM

Changes

Fix
  • vue-query: Support infiniteQueryOptions for MaybeRef argument (#​9634) (49243c8) by hriday330
Chore
Ci
Docs

Packages

v5.89.0

Compare Source

Version 5.89.0 - 9/16/25, 8:27 AM

Changes

Feat
  • query-core: add context to mutationfn & mutation callbacks (#​9615) (a2151d2) by Josh
Chore

Packages

v5.87.4

Compare Source

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

v5.87.1

Compare Source

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

v5.87.0

Compare Source

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

Changes

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

Packages

v5.86.0

Compare Source

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
Other
Packages

v5.85.9

Compare Source

Version 5.85.9 - 9/2/25, 12:17 PM

Changes

Fix
  • query-core: ensure combine re-executes after cache restoration with memoized combine (#​9592) (564a4f6) by Kim YoungHoon
Test
  • react-query/HydrationBoundary: add tests for "non-object" state and missing "queries" property handling (#​9605) (5221029) by @​sukvvon

Packages

v5.85.8

Compare Source

Version 5.85.8 - 9/2/25, 7:59 AM

Changes

Refactor
  • react-query: replace magic number with named constant in suspense timers (#​9607) (ef0c16e) by Minha Kang
Ci
  • apply automated fixes (c44ca47) by autofix-ci[bot]

Packages

v5.85.7

Compare Source

Version 5.85.7 - 9/2/25, 7:22 AM

Changes

Refactor
Docs

Packages

v5.85.6

Compare Source

Version 5.85.6 - 8/30/25, 12:21 PM

Changes
Fix
  • core: make sure queries revert synchronously (#​9601) (379670d) by Dominik Dorfmeister
Chore
Test
Docs

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
linear Ready Ready Preview, Comment May 22, 2026 10:05pm

@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from a71fafc to dcd5757 Compare April 12, 2025 18:55
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.72.2 fix(deps): update dependency @tanstack/react-query to v5.73.3 Apr 12, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from dcd5757 to 1571140 Compare April 13, 2025 18:38
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.73.3 fix(deps): update dependency @tanstack/react-query to v5.74.0 Apr 13, 2025
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.74.0 fix(deps): update dependency @tanstack/react-query to v5.74.2 Apr 14, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 1571140 to 00a9e7e Compare April 14, 2025 12:50
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 00a9e7e to 010a32c Compare April 14, 2025 19:42
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.74.2 fix(deps): update dependency @tanstack/react-query to v5.74.3 Apr 14, 2025
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.74.3 fix(deps): update dependency @tanstack/react-query to v5.74.4 Apr 17, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 010a32c to d180d5d Compare April 17, 2025 10:01
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from d180d5d to ab93dfb Compare April 27, 2025 15:14
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.74.4 fix(deps): update dependency @tanstack/react-query to v5.74.7 Apr 27, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from ab93dfb to f597189 Compare April 29, 2025 08:18
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.74.7 fix(deps): update dependency @tanstack/react-query to v5.74.8 Apr 29, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from f597189 to a1c30f6 Compare April 29, 2025 15:56
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.74.8 fix(deps): update dependency @tanstack/react-query to v5.74.9 Apr 29, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from a1c30f6 to 532b454 Compare April 29, 2025 19:48
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.74.9 fix(deps): update dependency @tanstack/react-query to v5.74.11 Apr 29, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 532b454 to 7085bf2 Compare May 1, 2025 19:34
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 8f5b0bf to 50340a1 Compare May 9, 2025 12:10
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.5 fix(deps): update dependency @tanstack/react-query to v5.75.6 May 9, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 50340a1 to 03cbae0 Compare May 9, 2025 16:51
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.6 fix(deps): update dependency @tanstack/react-query to v5.75.7 May 9, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 03cbae0 to d8289ab Compare May 12, 2025 10:47
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.75.7 fix(deps): update dependency @tanstack/react-query to v5.76.0 May 12, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from d8289ab to 6929af1 Compare May 13, 2025 23:50
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.76.0 fix(deps): update dependency @tanstack/react-query to v5.76.1 May 13, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 6929af1 to 30696a7 Compare May 22, 2025 17:25
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.76.1 fix(deps): update dependency @tanstack/react-query to v5.76.2 May 22, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 30696a7 to 8214e6f Compare May 24, 2025 10:32
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.76.2 fix(deps): update dependency @tanstack/react-query to v5.77.0 May 24, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 8214e6f to 38c27dc Compare May 25, 2025 23:29
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.77.0 fix(deps): update dependency @tanstack/react-query to v5.77.1 May 25, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 38c27dc to 3a10ec9 Compare May 26, 2025 12:57
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.77.1 fix(deps): update dependency @tanstack/react-query to v5.77.2 May 26, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 3a10ec9 to 1efabc2 Compare May 29, 2025 10:50
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-query to v5.77.2 fix(deps): update dependency @tanstack/react-query to v5.79.0 May 29, 2025
@safedep
Copy link
Copy Markdown

safedep Bot commented Sep 22, 2025

SafeDep Report Summary

Green Malicious Packages Badge Green Vulnerable Packages Badge Green Risky License Badge

Package Details
Package Malware Vulnerability Risky License Report
icon @tanstack/query-core @ 5.100.13
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @tanstack/react-query @ 5.100.13
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗

View complete scan results →

This report is generated by SafeDep Github App

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