Skip to content

[Snyk] Upgrade react-query from 3.19.1 to 3.39.2 #1

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

snyk-bot
Copy link

@snyk-bot snyk-bot commented Feb 6, 2023

Snyk has created this PR to upgrade react-query from 3.19.1 to 3.39.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 69 versions ahead of your current version.
  • The recommended version was released 7 months ago, on 2022-07-15.
Release notes
Package name: react-query
  • 3.39.2 - 2022-07-15

    3.39.2 (2022-07-15)

    Bug Fixes

    • core: added in timer and interval id checks before clearing (#3762) (5d99f7e)
  • 3.39.1 - 2022-05-29

    3.39.1 (2022-05-29)

    Bug Fixes

    • types: change types for useMutation context in onSuccess (#3654) (9f6c992)
  • 3.39.0 - 2022-05-08
  • 3.38.1 - 2022-05-01
  • 3.38.0 - 2022-04-22
  • 3.37.0 - 2022-04-21
  • 3.36.0 - 2022-04-21
  • 3.35.0 - 2022-04-17
  • 3.34.20 - 2022-04-15
  • 3.34.19 - 2022-03-27
  • 3.34.18 - 2022-03-26
  • 3.34.17 - 2022-03-24
  • 3.34.16 - 2022-02-20
  • 3.34.15 - 2022-02-12
  • 3.34.14 - 2022-02-06
  • 3.34.13 - 2022-02-05
  • 3.34.12 - 2022-01-23
  • 3.34.11 - 2022-01-21
  • 3.34.10 - 2022-01-21
  • 3.34.9 - 2022-01-21
  • 3.34.8 - 2022-01-12
  • 3.34.7 - 2021-12-28
  • 3.34.6 - 2021-12-23
  • 3.34.5 - 2021-12-17
  • 3.34.4 - 2021-12-15
  • 3.34.3 - 2021-12-14
  • 3.34.2 - 2021-12-10
  • 3.34.1 - 2021-12-09
  • 3.34.0 - 2021-12-01
  • 3.33.7 - 2021-11-28
  • 3.33.6 - 2021-11-26
  • 3.33.5 - 2021-11-24
  • 3.33.4 - 2021-11-22
  • 3.33.3 - 2021-11-22
  • 3.33.2 - 2021-11-20
  • 3.33.1 - 2021-11-17
  • 3.33.0 - 2021-11-17
  • 3.32.3 - 2021-11-12
  • 3.32.2 - 2021-11-12
  • 3.32.1 - 2021-11-06
  • 3.32.0 - 2021-11-06
  • 3.31.0 - 2021-10-31
  • 3.30.0 - 2021-10-30
  • 3.29.1 - 2021-10-29
  • 3.29.0 - 2021-10-26
  • 3.28.0 - 2021-10-23
  • 3.27.0 - 2021-10-15
  • 3.26.0 - 2021-10-09
  • 3.25.1 - 2021-10-04
  • 3.25.0 - 2021-10-02
  • 3.24.6 - 2021-10-02
  • 3.24.5 - 2021-09-29
  • 3.24.4 - 2021-09-22
  • 3.24.3 - 2021-09-19
  • 3.24.2 - 2021-09-19
  • 3.24.1 - 2021-09-18
  • 3.24.0 - 2021-09-18
  • 3.23.2 - 2021-09-09
  • 3.23.1 - 2021-09-08
  • 3.23.0 - 2021-09-08
  • 3.22.0 - 2021-09-07
  • 3.21.1 - 2021-08-29
  • 3.21.0 - 2021-08-20
  • 3.20.0 - 2021-08-20
  • 3.19.6 - 2021-08-12
  • 3.19.5 - 2021-08-11
  • 3.19.4 - 2021-08-10
  • 3.19.3 - 2021-08-10
  • 3.19.2 - 2021-08-05
  • 3.19.1 - 2021-07-25
from react-query GitHub release notes
Commit messages
Package name: react-query
  • 8a332bd chore: make it possible to release from main
  • eab6e2c chore: adapt release script to new repo name
  • 5d99f7e fix(core): added in timer and interval id checks before clearing (#3762)
  • 3118b7f chore: add svg version of logo (#3831)
  • d83c404 Update README.md
  • 5b690c0 docs: fix examples
  • 3ebf0d4 docs: make examples point to main instead of master
  • 9f6c992 fix(types): change types for useMutation context in onSuccess (#3654)
  • 5848fab feat(devtools): the react query logo can now close the devtools (#3577)
  • 09a375b fix(queryObserver): cache select errors (#3554)
  • df80cc8 docs: Remove react-native-appstate-hook (#3574)
  • 07c9ce0 test(useQuery): add test for errorUpdateCount (#3547)
  • 558878c feat: expose errorUpdateCount on useQuery (#3532)
  • 48ec8cf fix(devtools): Fix expand button styling (#3544)
  • fab76e6 feat(query): functions for refetchOn options (#3518)
  • 4bd66a3 docs: Fix async/await syntax (#3543)
  • a325801 test: add test for status=error (#3411)
  • b7a07c2 feat: add nonce for devtools style tag (#3506)
  • 0c66727 feat(react): add "support" for react18 (#3520)
  • 1ab13dc fix(devtools): adjust QueryKey height (#3497)
  • 20c9838 docs: Fix typo on homepage (#3515)
  • ec4ef9b docs: add a link to the v4 beta doc (#3496)
  • 70e3d47 docs: Improve readability of `useRefreshOnFocus` (#3465)
  • b992f89 Update Learn link and sidebar (#3486)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

1 participant