Skip to content
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

fix(deps): update dependency @tanstack/react-query to v5 (main) #1626

Merged
merged 7 commits into from
Mar 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v5.24.8

Compare Source

Version 5.24.8 - 3/4/2024, 8:51 AM

Changes
Fix
  • query-core: do not call resumePausedMutations while we are offline (#​7019) (bdd2b55) by Dominik Dorfmeister
Docs
Packages

v5.24.7

Compare Source

Version 5.24.7 - 3/3/2024, 9:24 PM

Changes

Fix
  • query-core: make sure accessing one property on a query result in useQueries tracks properties across all observers (#​7014) (5e64873) by Dominik Dorfmeister
Docs
Test

Packages

v5.24.6

Compare Source

Version 5.24.6 - 3/2/2024, 8:30 PM

Changes
Fix
  • core: do not rely on dataUpdatedAt truthiness (#​7008) (3191ae8) by Dominik Dorfmeister
Packages

v5.24.5

Compare Source

Version 5.24.5 - 3/2/2024, 8:17 PM

Changes
Fix
  • types: make getQueryState types work with queryOptions (#​7010) (93d442c) by Dominik Dorfmeister
Packages

v5.24.2

Compare Source

Version 5.24.2 - 3/2/2024, 1:10 PM

Changes
Fix
Refactor
  • switch typeof undefined checks with strict comparison of the value undefined (#​7006) (11e9650) by Dominik Dorfmeister
  • *: Import noop function from utils (#​6964) (b7b5096) by Sol Lee
Chore
  • fix lint (55782ae) by Dominik Dorfmeister
  • angular-query: disable cache in Angular examples (#​6970) (ef3a0df) by Arnoud
Ci
Docs
  • Updated installation commands with bun package manger (#​6971) (d83aa27) by Ekam Ahuja
Test
Packages

v5.24.1

Compare Source

Version 5.24.1 - 2/25/2024, 12:51 AM

Changes
Fix
Test
  • queryClient: Remove flaky perfomance tests (#​6946) (747aa78) by SebKranz
Packages

v5.22.2

Compare Source

Version 5.22.2 - 2/19/2024, 12:52 PM

Changes

Fix
  • query-core: notify queryCache after updateQuery() (#​6936) (35fa47d) by Dominik Dorfmeister
Docs

Packages

v5.21.7

Compare Source

Version 5.21.7 - 2/18/2024, 8:52 AM

Changes

Refactor
  • core: use queryCache.get instead of find({ queryKey }) for better perf (#​6918) (14aa69f) by SebKranz

Packages

v5.21.4

Compare Source

Version 5.21.4 - 2/17/2024, 6:34 PM

Changes

Refactor
  • types: make queryKey required on ObserverOptions (#​6879) (61f4d74) by Dominik Dorfmeister

Packages

v5.21.2

Compare Source

Version 5.21.2 - 2/17/2024, 10:07 AM

Changes

Fix
Chore
Ci
Docs
  • angular-query-devtools: button position relative (#​6911) (65a5540) by Arnoud

Packages

v5.20.5

Compare Source

Version 5.20.5 - 2/13/2024, 1:13 PM

Changes

Fix
  • core: do not update mutations if key has changed (#​6889) (7e25569) by Dominik Dorfmeister

Packages

v5.20.4

Compare Source

Version 5.20.4 - 2/13/2024, 12:48 PM

Changes

Fix
  • types: type structural sharing as unknown (#​6888) (aad4078) by Dominik Dorfmeister

Packages

v5.20.2

Compare Source

Version 5.20.2 - 2/12/2024, 4:03 PM

Changes

Refactor
Chore
  • fix multiple-dependency-versions (cac31bc) by Dominik Dorfmeister
  • Update dependencies (#​6871) (7a51c2a) by Lachlan Collins
  • Use plugin:react/jsx-runtime config (#​6868) (9b496bf) by Lachlan Collins
Ci
Docs

Packages

v5.20.1

Compare Source

Version 5.20.1 - 2/10/2024, 8:52 AM

Changes

Refactor
  • eslint-plugin-query: Use ESLintUtils.RuleCreator (#​6867) (7b7cc2f) by Lachlan Collins
Chore
  • Replace @ts-ignore with @ts-expect-error (#​6866) (e105930) by Lachlan Collins
  • Add recommended eslint rules, dedupe parserOptions (#​6865) (8cd6441) by Lachlan Collins

Packages

v5.18.1

Compare Source

Version 5.18.1 - 2/2/2024, 7:58 AM (Manual Release)

Changes
Ci
  • Update example dependencies when publishing (#​6809) (2c115f8) by Lachlan Collins
Packages

v5.18.0

Compare Source

Version 5.18.0 - 1/30/2024, 5:32 PM

Changes
Feat
  • fix potential xss injection (1244043) by Dominik Dorfmeister
Chore
Docs
Other
Doc
  • Change the onMutate optional description to capitalize. (#​6773) (58b3de8) by Jeong-Sik Yun
Ci
Packages

Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the kind/dependencies Pull requests that update a dependency file label Nov 2, 2023
@bjosttveit
Copy link
Member

Callbacks like onSuccess and onError have been removed (they were deprecated in v4). We use these quite a lot to push state to redux. These need to be rewritten to useEffects.

@renovate renovate bot force-pushed the renovate/main-tanstack-react-query-5.x branch from 55a085b to 876c923 Compare January 11, 2024 08:46
@renovate renovate bot force-pushed the renovate/main-tanstack-react-query-5.x branch from 876c923 to 5f393f4 Compare March 7, 2024 09:20
@olemartinorg olemartinorg self-assigned this Mar 7, 2024
Copy link
Contributor Author

renovate bot commented Mar 7, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Ole Martin Handeland added 4 commits March 7, 2024 13:47
…re 4 rows, so if this was fast enough it could fail an assertion. Now it will wait (and retry for 20 seconds instead of being stuck on a old DOM element)
Copy link

sonarqubecloud bot commented Mar 7, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
59.15% Condition Coverage on New Code (required ≥ 65%)

See analysis details on SonarCloud

@olemartinorg olemartinorg requested a review from bjosttveit March 7, 2024 14:49
@olemartinorg olemartinorg merged commit f6557a9 into main Mar 8, 2024
8 of 9 checks passed
@olemartinorg olemartinorg deleted the renovate/main-tanstack-react-query-5.x branch March 8, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants