[Snyk] Upgrade react-hook-form from 7.34.2 to 7.55.0#142
Open
[Snyk] Upgrade react-hook-form from 7.34.2 to 7.55.0#142
Conversation
Snyk has created this PR to upgrade react-hook-form from 7.34.2 to 7.55.0. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/defiton/project/9c50e92a-1460-4a00-8ddc-6fef156b1b7e?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or 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
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.
Snyk has created this PR to upgrade react-hook-form from 7.34.2 to 7.55.0.
ℹ️ 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 99 versions ahead of your current version.
The recommended version was released 23 days ago.
Release notes
Package name: react-hook-form
⚡️
createFormControlfunction App() {
const { register } = useForm({
formControl,
})
return <form />
}
function Test() {
useFormState({
control // no longer need context api
})
}
⚡️
subscribeformControl.subscribe({
formState: { isDirty: true },
callback: (formState) => {
if (formState.isDirty) {
// do something here
}
}
})
function App() {
const { register } = useForm({
formControl,
})
return <form />
}
🪲 fix #12680: Update Fieldarray Unmount Status (#12690)
🫡 fix: improve type inference for useFormContext (#12689)
👮♂️ feat: infer resolver output types (#12638)
🐞 fix(useForm): make values and defaultValues work correctly with createFormControl and useMemo (#12675)
🥹 close #12665 issue with values not populate form
🐞 fix #12665 regression on values over take default values
🫡 allow use of handleSubmit with native events (#12645)
🐞 fix #12631 revalidateMode issue with useFieldArray validation (#12646)
🦥 close #12634 allow components with useController hook be memoized (#12635)
🐞 fix #12580 setError in useEffect does not work when used inside the FormProvider context (#12642)
🛟 fix: add the condition to prevent infinite render with errors prop (#12622)
🐞 fix #12580 valid state update with onBlur mode (#12612)
🐞 fix #12572 disabled field value not get undefined in resolver (#12573)
🦾 feat: reference stable for useWatch defaultValue (#12564)
⏰ chore: remove typetest folder from build (#12555)
🐞 fix #12532 useController should unregister issue with strict mode (#12538)
👁️ feat: improve reference update with useWatch (#12537)
🦥 close #12531 disabled state issue with touched and dirty (#12536)
thanks to @ jtomaszewski, @ joshkel, @ candymask0712, @ kotarella1110, @ jorisre, @ jtomaszewski, @ controversial and @ jedahu
🪲 fix #12680: Update Fieldarray Unmount Status (#12690)
🫡 fix: improve type inference for useFormContext (#12689)
thanks to @ jorisre & @ DavidIMk
👮♂️ feat: infer resolver output types (#12638)
🐞 fix(useForm): make values and defaultValues work correctly with createFormControl and useMemo (#12675)
🥹 close #12665 issue with values not populate form
thanks @ kotarella1110, @ jorisre, @ jtomaszewski, @ controversial and @ jedahu
🐞 fix #12665 regression on values over take default values
🫡 allow use of handleSubmit with native events (#12645)
🐞 fix #12631 revalidateMode issue with useFieldArray validation (#12646)
🦥 close #12634 allow components with
useControllerhook be memoized (#12635)🐞 fix #12580
setErrorinuseEffectdoes not work when used inside the FormProvider context (#12642)thanks to @ jtomaszewski, @ joshkel, @ candymask0712 & @ kotarella1110
🛟 fix: add the condition to prevent infinite render with
errorsprop (#12622)🐞 fix #12580 valid state update with
onBlurmode (#12612)🐞 fix #12572 disabled field value not get undefined in resolver (#12573)
🦾 feat: reference stable for useWatch defaultValue (#12564)
⏰ chore: remove typetest folder from build (#12555)
🐞 fix #12532
useControllershould unregister issue with strict mode (#12538)👁️ feat: improve reference update with
useWatch(#12537)🦥 close #12531 disabled state issue with touched and dirty (#12536)
🥲 fix incorrect type for
useFormwithformControl+ formControl,
})
return <form />
}
7.55.0-next.0 - 2024-12-24
7.54.2 - 2024-12-20
7.54.1 - 2024-12-12
7.54.0 - 2024-12-06
7.53.2 - 2024-11-08
7.53.1 - 2024-10-19
7.53.0 - 2024-08-24
7.52.2 - 2024-08-03
7.52.1 - 2024-07-02
7.52.0 - 2024-06-15
7.51.5 - 2024-05-21
7.51.4 - 2024-05-04
7.51.3 - 2024-04-11
7.51.2 - 2024-03-26
7.51.1 - 2024-03-17
7.51.0 - 2024-03-01
7.50.1 - 2024-02-06
7.50.0 - 2024-02-01
7.49.3 - 2024-01-08
7.49.2 - 2023-12-13
7.49.1 - 2023-12-12
7.49.0 - 2023-12-09
7.48.2 - 2023-11-05
7.48.1 - 2023-11-04
7.48.0 - 2023-11-04
7.47.0 - 2023-10-02
7.46.2 - 2023-09-21
7.46.1 - 2023-09-04
7.46.0 - 2023-09-03
7.46.0-next.0 - 2023-08-13
7.45.4 - 2023-08-05
7.45.3 - 2023-08-04
7.45.2 - 2023-07-17
7.45.1 - 2023-06-28
7.45.0 - 2023-06-19
7.45.0-next.1 - 2023-06-18
7.45.0-next.0 - 2023-06-11
7.44.3 - 2023-06-01
7.44.3-beta.1 - 2023-05-31
7.44.3-beta.0 - 2023-05-31
7.44.2 - 2023-05-28
7.44.1 - 2023-05-27
7.44.0 - 2023-05-27
7.44.0-rc.5 - 2023-05-20
7.44.0-rc.4 - 2023-05-20
7.44.0-rc.3 - 2023-05-07
7.44.0-rc.1 - 2023-04-15
7.44.0-rc.0 - 2023-03-10
7.44.0-next.1 - 2023-02-16
7.44.0-next.0 - 2023-02-09
7.43.9 - 2023-03-30
7.43.8 - 2023-03-24
7.43.7 - 2023-03-18
7.43.6 - 2023-03-17
7.43.5 - 2023-03-06
7.43.4 - 2023-03-03
7.43.3 - 2023-03-01
7.43.2 - 2023-02-22
7.43.1 - 2023-02-07
7.43.0 - 2023-01-30
7.43.0-next.0 - 2023-01-18
7.42.1 - 2023-01-15
7.42.0 - 2023-01-13
7.42.0-next.0 - 2023-01-01
7.41.8-beta.0 - 2023-01-04
7.41.5 - 2023-01-04
7.41.4 - 2023-01-03
7.41.3 - 2022-12-30
7.41.2 - 2022-12-28
7.41.1 - 2022-12-23
7.41.0 - 2022-12-16
7.40.0 - 2022-11-29
7.40.0-next.1 - 2022-11-23
7.40.0-next.0 - 2022-11-17
7.39.7 - 2022-11-28
7.39.6 - 2022-11-27
7.39.5 - 2022-11-21
7.39.4 - 2022-11-14
7.39.3 - 2022-11-10
7.39.2 - 2022-11-09
7.39.1 - 2022-11-02
7.39.0 - 2022-11-01
7.38.0 - 2022-10-18
7.37.0 - 2022-10-06
7.37.0-next.0 - 2022-09-29
7.36.1 - 2022-09-23
7.36.0 - 2022-09-20
7.35.0 - 2022-09-09
7.35.0-next.0 - 2022-08-25
7.34.2 - 2022-08-15
from react-hook-form GitHub release notes
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: