-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: upgrade react query to v4 #1395
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with the logging change discussed 👌
# [3.12.0-alpha.2](v3.12.0-alpha.1...v3.12.0-alpha.2) (2024-12-03) ### Features * upgrade react query to v4 ([#1395](#1395)) ([8b02fdf](8b02fdf))
🎉 This PR is included in version 3.12.0-alpha.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# [3.12.0](v3.11.3...v3.12.0) (2024-12-04) ### Bug Fixes * **cacheable-section:** synchronously flush recording state for UI consistency ([#1394](#1394)) ([50d216c](50d216c)) * **deps:** remove cli-app-scripts peer dep ([7764439](7764439)) * **deps:** update cli-app-scripts for package/types race condition ([7980364](7980364)) ### Features * upgrade app-runtime React version to v18 ([#1387](#1387)) ([0e4a3d5](0e4a3d5)) * upgrade react query to v4 ([#1395](#1395)) ([8b02fdf](8b02fdf))
🎉 This PR is included in version 3.12.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Implements LIBS-719
Migration guide can be found here: https://tanstack.com/query/latest/docs/framework/react/guides/migrating-to-react-query-4
I made changes described under these headlines:
cancelRefetch
setLogger
is removed