Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) 5.59.0 -> 5.74.4 age adoption passing confidence

Release Notes

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

v5.74.4

Compare Source

v5.74.3

Compare Source

Version 5.74.3 - 4/14/25, 12:55 PM

Changes

Fix
  • types: Remove predicate typing for query filters (#​8958) (f580d4d) by Nick Lucas

Packages

v5.74.2

Compare Source

Version 5.74.2 - 4/14/25, 10:54 AM

Changes

Fix
  • query-core: unpause restored mutations (#​9015) (02c3d51) by Raphael Gimenez
Test
  • query-core: add test case for hydration (#​8949) (727230f) by MINSEONG KIM

Packages

v5.74.0

Compare Source

Version 5.74.0 - 4/13/25, 5:48 PM

Changes
Feat
  • angular-query: add angular-persist-query-client (967c231) by Omer Gronich
Test
Docs
Packages

v5.73.3

Compare Source

v5.72.2

Compare Source

Version 5.72.2 - 4/9/25, 2:17 PM

Changes
Fix
  • eslint-plugin: separate legacy and modern dts files (#​8972) (7d3a1a3) by Eliya Cohen
Chore
  • remove eslint task from basic example (bf7b66c) by TkDodo
Other
Packages

v5.72.1

Compare Source

Version 5.72.1 - 4/8/25, 12:57 PM

Changes

Fix
Chore
  • trigger release (4ad696a) by Dominik Dorfmeister
  • (temporary) make test depend on build (1771dd2) by TkDodo
Docs
  • correct missing closing quote in networkMode option (#​8965) (0e1d866) by Mohammad Reza Badri
  • readme: document how to run tests using Nx (#​8967) (04b58a5) by novice0840

Packages

v5.72.0

Compare Source

Version 5.72.0 - 4/7/25, 9:20 AM

Changes

Feat
Chore
  • deps: update dependency vite to v6.2.5 [security] (#​8957) (644e945) by renovate[bot]
  • hopefully changing nx.json will cache-bust everything? (57d159c) by TkDodo
  • paths: use customConditions to define internal imports (#​8935) (8e0c6b7) by Tyler
Ci
  • disable nx-caching in CI (3319d35) by TkDodo
Other

Packages

v5.71.10

Compare Source

Version 5.71.10 - 4/4/25, 12:44 PM

Changes

Refactor
Docs

Packages

v5.71.5

Compare Source

Version 5.71.5 - 4/2/25, 6:39 PM

Changes

Fix
  • solid-query: add useQuery, useInfiniteQuery, useQueries, useMutation as alternative syntax to align with react and ease maintenance (#​8938) (1202ba0) by Birk Skyum
Chore
  • deps: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#​8602) (8b1eff1) by renovate[bot]

Packages

v5.71.3

Compare Source

Version 5.71.3 - 4/2/25, 9:47 AM

Changes

Fix
  • query-core: Rename defaultshouldRedactErrors to defaultShouldRedactErrors (#​8933) (e73d5b4) by MINSEONG KIM
Chore
  • allow Preview Bundle Size to fail (24dd7c7) by TkDodo
Test
  • query-core: resolve ESLint typescript-eslint/require-await warnings (#​8900) (67ab070) by MINSEONG KIM
  • query-persist-client-core: resolve ESLint typescript-eslint/require-await warnings for createPersister.test.tsx (#​8915) (12762a3) by MINSEONG KIM
  • query-persist-client-core: resolve ESLint typescript-eslint/require-await warnings for persist.test.tsx (#​8914) (15ebad8) by MINSEONG KIM
  • react-query-devtools: resolve ESLint typescript-eslint/require-await warnings (#​8912) (b1a2fef) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8908) (4be5740) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8907) (78c8a0c) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8905) (815ff24) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8904) (4117d68) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8903) (3799d87) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8902) (4779747) by MINSEONG KIM
  • query-core: resolve ESLint typescript-eslint/require-await warnings (#​8901) (f4aa6e3) by MINSEONG KIM
  • query-core: resolve ESLint typescript-eslint/require-await warnings (#​8899) (a8beb4a) by MINSEONG KIM
Docs
Other

Packages

v5.71.1

Compare Source

Version 5.71.1 - 3/31/25, 8:35 AM

Changes

Fix
  • Prevent redundant function call error in dev mode (#​8877) (610ba68) by Daniel Osmond
Test
  • react-query: fix async to promise (#​8889) (cf7b375) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8888) (bd4c8d1) by MINSEONG KIM
  • react-query: fix async to promise and remove unnecessary await (#​8887) (517c490) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8886) (627062b) by MINSEONG KIM
  • react-query: fix queryFn to use Promise.resolve to match TypeScript requirements (#​8885) (5acf8e6) by MINSEONG KIM
  • react-query: use fake timers for useQuery.promise.test.tsx (#​8890) (cd6c8c0) by MINSEONG KIM

Packages

v5.71.0

Compare Source

Version 5.71.0 - 3/30/25, 12:53 PM

Changes
Feat
Test
  • query-core: fix mutationFn to use Promise.resolve to match TypeScript requirements (#​8875) (1fa539a) by MINSEONG KIM
Ci
  • apply automated fixes (747eea8) by autofix-ci[bot]
Docs
  • react-community: fixed typescript typo (#​8879) (62b8720) by Clarence
  • queryClient: JSDoc hint for queryClient.getQueryData (#​8862) (e5ef275) by Tyler
Other
Packages

v5.70.0

Compare Source

Version 5.70.0 - 3/28/25, 3:06 PM

Changes
Feat
Packages

v5.69.3

Compare Source

Version 5.69.3 - 3/28/25, 10:53 AM

Changes
Refactor
Test
Packages

v5.69.2

Compare Source

Version 5.69.2 - 3/28/25, 8:20 AM

Changes
Fix
  • core: make sure that calling setOptions will always notifyListeners (#​8771) (1b54538) by Dominik Dorfmeister
Chore
  • deps: update dependency vite to v5.4.15 [security] (#​8856) (f45205f) by renovate[bot]
Docs
Packages

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for extension-showcase ready!

Name Link
🔨 Latest commit f31aede
🔍 Latest deploy log https://app.netlify.com/sites/extension-showcase/deploys/6801053830fe000008582290
😎 Deploy Preview https://deploy-preview-6--extension-showcase.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 90db6d2 to c92a464 Compare September 9, 2024 08:30
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.55.2 fix(deps): update dependency @tanstack/react-query to v5.55.4 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 29b7fb9 to b5846a7 Compare September 12, 2024 12:53
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.55.4 fix(deps): update dependency @tanstack/react-query to v5.56.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from b5846a7 to 0270c8a Compare September 12, 2024 16:40
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.0 fix(deps): update dependency @tanstack/react-query to v5.56.1 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 0270c8a to 91e1c6b Compare September 12, 2024 18:39
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.1 fix(deps): update dependency @tanstack/react-query to v5.56.2 Sep 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.2 fix(deps): update dependency @tanstack/react-query to v5.56.2 - autoclosed Oct 1, 2024
@renovate renovate bot closed this Oct 1, 2024
@renovate renovate bot deleted the renovate/tanstack-query-monorepo branch October 1, 2024 12:24
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.2 - autoclosed fix(deps): update dependency @tanstack/react-query to v5.56.2 Oct 1, 2024
@renovate renovate bot reopened this Oct 1, 2024
@renovate renovate bot restored the renovate/tanstack-query-monorepo branch October 1, 2024 18:36
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 91e1c6b to 08ee752 Compare October 1, 2024 21:09
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.56.2 fix(deps): update dependency @tanstack/react-query to v5.59.0 Oct 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.0 fix(deps): update dependency @tanstack/react-query to v5.59.0 - autoclosed Oct 3, 2024
@renovate renovate bot closed this Oct 3, 2024
@renovate renovate bot deleted the renovate/tanstack-query-monorepo branch October 3, 2024 22:38
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.0 - autoclosed fix(deps): update dependency @tanstack/react-query to v5.59.0 Oct 9, 2024
@renovate renovate bot reopened this Oct 9, 2024
@renovate renovate bot restored the renovate/tanstack-query-monorepo branch October 9, 2024 07:32
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 08ee752 to a03d349 Compare October 9, 2024 10:44
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.0 fix(deps): update dependency @tanstack/react-query to v5.59.3 Oct 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.3 fix(deps): update dependency @tanstack/react-query to v5.59.6 Oct 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.59.6 fix(deps): update dependency @tanstack/react-query to v5.59.8 Oct 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.69.0 fix(deps): update dependency @tanstack/react-query to v5.69.2 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from a430624 to bab9af1 Compare March 28, 2025 13:51
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.69.2 fix(deps): update dependency @tanstack/react-query to v5.69.3 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from bab9af1 to a4af3fd Compare March 28, 2025 17:27
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.69.3 fix(deps): update dependency @tanstack/react-query to v5.70.0 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from a4af3fd to 365736a Compare March 30, 2025 16:27
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.70.0 fix(deps): update dependency @tanstack/react-query to v5.71.0 Mar 30, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 365736a to 543c5c4 Compare March 31, 2025 09:30
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.71.0 fix(deps): update dependency @tanstack/react-query to v5.71.1 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 543c5c4 to 54fbe4f Compare April 2, 2025 10:01
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.71.1 fix(deps): update dependency @tanstack/react-query to v5.71.3 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 54fbe4f to ec5938d Compare April 2, 2025 20:57
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.71.3 fix(deps): update dependency @tanstack/react-query to v5.71.5 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from ec5938d to 7954d98 Compare April 4, 2025 16:58
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.71.5 fix(deps): update dependency @tanstack/react-query to v5.71.10 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 7954d98 to 37938e5 Compare April 7, 2025 14:25
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.71.10 fix(deps): update dependency @tanstack/react-query to v5.72.0 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 37938e5 to 304fb32 Compare April 8, 2025 16:47
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.72.0 fix(deps): update dependency @tanstack/react-query to v5.72.1 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 304fb32 to 6d8269c Compare April 9, 2025 15:56
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.72.1 fix(deps): update dependency @tanstack/react-query to v5.72.2 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 6d8269c to 0b994d9 Compare April 12, 2025 17:03
@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 0b994d9 to 5a65d5f Compare April 13, 2025 20:58
@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 force-pushed the renovate/tanstack-query-monorepo branch from 5a65d5f to b69043a Compare April 14, 2025 14:01
@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.3 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from b69043a to f31aede Compare April 17, 2025 13:42
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants