[Snyk] Upgrade: , react-hook-form #50
Closed
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.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ 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.
@tanstack/react-query
from 5.51.21 to 5.52.1 | 4 versions ahead of your current version | 23 days ago
on 2024-08-22
react-hook-form
from 7.52.2 to 7.53.0 | 1 version ahead of your current version | 21 days ago
on 2024-08-24
Release notes
Package name: @tanstack/react-query
-
5.52.1 - 2024-08-22
- react-query: Add missing React 19 peer dependency. (#7937) (ca2e306) by @ kbumsik
- make copyable example useful by default (#7928) (639363c) by Lanre Adelowo
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.52.0 - 2024-08-20
- eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#7911) (f65ebe7) by Manuel Schiller
- query-core: type override subscribe in InfiniteQueryObserver more clearly (#7914) (683c85e) by @ manudeli
- fix typos (#7898) (c7fb5fd) by Shubh Porwal
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.51.24 - 2024-08-19
- query-core: shorten listeners code (#7913) (6500c98) by Jonghyeon Ko
- *: official @ vitest/eslint-plugin (#7896) (ab1a353) by Jonghyeon Ko
- apply automated fixes (04c977b) by autofix-ci[bot]
- rename integration projects for consistency (#7875) (73fbf00) by Lachlan Collins
- update README.md (#7904) (49a8dc4) by Jonghyeon Ko
- request-waterfalls typos (#7918) (b565098) by 박우빈
- divided installation scripts (#7881) (3292791) by Jay
- Update vue community projects (#7655) (5c4f88d) by zhennann
- Issue template: Point to latest examples (#7878) (59a6d3d) by Ian VanSchooten
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.51.23 - 2024-08-08
- react-query: ensure we have a gcTime of at least 1 second when using suspense (#7860) (c744f99) by Dominik Dorfmeister
- Fix typo (#7865) (1fc6124) by Navin Khadka
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.51.21 - 2024-08-02
- query-core: make CancelledError extend Error (#7843) (35c086f) by Dominik Dorfmeister
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
from @tanstack/react-query GitHub release notesVersion 5.52.1 - 8/22/24, 4:37 PM
Changes
Fix
Docs
Packages
Version 5.52.0 - 8/20/24, 6:54 PM
Changes
Feat
Refactor
Docs
Packages
Version 5.51.24 - 8/19/24, 11:03 AM
Changes
Refactor
Ci
Docs
Doc
Packages
Version 5.51.23 - 8/8/24, 8:02 AM
Changes
Fix
Docs
Packages
Version 5.51.21 - 8/2/24, 6:43 PM
Changes
Fix
Packages
Package name: react-hook-form
-
7.53.0 - 2024-08-24
-
7.52.2 - 2024-08-03
from react-hook-form GitHub release notes🌫️ feat: #12148 support isValid when mode is set to onBlur (#12194)
🐞 fix #12021 issue with disable prop not reflecting on re-render without trigger by useEffect (#12193)
👩🌾 close #12168 optimise re-render with validating fields subscription (#12192)
🐞 fix #12127 issue with compare object value changed with object input (#12185)
🎲 improve : break out of recursive loops on first focus (#11827)
📖 fix example of ObjectKeys type (#11965)
thanks to @ suke & @ DPflasterer
👍 close #12108 useController should subscribe to exact field name of form's state (#12109)
👍 chore: upgrade app deps
🩻 fix: add useCallback for ref callback (#12078)
🚀 fix: skip call executeBuiltInValidation if no sub-fields left (#12054)
thanks to @ newsiberian, @ Wendystraite and @ abnud11
Important
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: