-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore(deps): migrate to @tanstack/react-query #30154
Merged
Merged
Conversation
This file contains 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
|
cacieprins
approved these changes
Sep 5, 2024
mschile
approved these changes
Sep 11, 2024
|
This was referenced Sep 13, 2024
AtofStryker
added a commit
that referenced
this pull request
Sep 16, 2024
commit bcba5ed Author: AtofStryker <bglesias@gmail.com> Date: Mon Sep 16 10:48:55 2024 -0400 fix: fix checkbox click events for firefox 129 and up [run ci] commit 8eb40d0 Author: AtofStryker <bglesias@gmail.com> Date: Wed Sep 11 10:18:00 2024 -0400 update docker image to chrome 128 and firefox 130 [run ci] commit 095b3da Author: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon Sep 16 14:26:26 2024 +0200 chore: re-sync yarn.lock (#30237) commit f9810d1 Author: Jennifer Shehane <jennifer@cypress.io> Date: Thu Sep 12 20:46:58 2024 -0400 fix: upgrade multiple dependencies with Snyk (#30226) Snyk has created this PR to upgrade: - react from 18.2.0 to 18.3.1. See this package in yarn: - react-dom from 18.2.0 to 18.3.1. See this package in yarn: See this project in Snyk: https://app.snyk.io/org/cypress-opensource/project/a5a63d46-02af-48cd-b608-ceae831d3196?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> commit 952c851 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu Sep 12 14:14:43 2024 -0400 chore: Update Chrome (stable) to 128.0.6613.137 and Chrome (beta) to 129.0.6668.42 (#30214) * chore: Update Chrome (stable) to 128.0.6613.137 * chore: Update Chrome (stable) to 128.0.6613.137 and Chrome (beta) to 129.0.6668.42 --------- Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io> commit 23e67e1 Author: Raymond Greeley <101662915+raygdev@users.noreply.github.com> Date: Wed Sep 11 11:33:27 2024 -0400 chore(deps): migrate to @tanstack/react-query (#30154) * Migrate to tanstack query * chore(deps): migrate to @tanstack/react-query --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
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.
react-query
#30130Additional details
The deprecated module react-query@3.39.3 is migrated to @tanstack/react-query@4.36.1. Minimum supported React version for
@tanstack/react-query@5.x
isv18.0.0
. The minimum supported React version for@tanstack/react-query@4.x
isv16.8+
and has support for Reactv18.x
Steps to test
How has the user experience changed?
No change.
PR Tasks
cypress-documentation
?type definitions
?