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

chore(deps): migrate to @tanstack/react-query #30154

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

raygdev
Copy link
Contributor

@raygdev raygdev commented Aug 30, 2024

Additional 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 is v18.0.0. The minimum supported React version for @tanstack/react-query@4.x is v16.8+ and has support for React v18.x

Steps to test

git clean -xfd
yarn
yarn workspace @cypress/vite-plugin-cypress-esm cypress:run

How has the user experience changed?

No change.

PR Tasks

@cypress-app-bot
Copy link
Collaborator

@jennifer-shehane jennifer-shehane removed the request for review from AtofStryker September 9, 2024 15:31
@mschile mschile self-requested a review September 10, 2024 14:47
@jennifer-shehane jennifer-shehane merged commit 23e67e1 into cypress-io:develop Sep 11, 2024
68 checks passed
@MikeMcC399
Copy link
Contributor

@raygdev

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace deprecated react-query
6 participants