Skip to content

Commit 582b1c9

Browse files
authored
fix(deps): Update dependency react-hook-form to v7.53.2 (#19752)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [react-hook-form](https://www.react-hook-form.com) ([source](https://togithub.com/react-hook-form/react-hook-form)) | dependencies | minor | [`7.52.1` -> `7.53.2`](https://renovatebot.com/diffs/npm/react-hook-form/7.52.1/7.53.2) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>react-hook-form/react-hook-form (react-hook-form)</summary> ### [`v7.53.2`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.53.2): Version 7.53.2 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.53.1...v7.53.2) 🐞 fix [#&#8203;12398](https://togithub.com/react-hook-form/react-hook-form/issues/12398) staled disabled issue with resubmit form ([#&#8203;12403](https://togithub.com/react-hook-form/react-hook-form/issues/12403)) 🐞 fix: add type guard to fieldRef.select ([#&#8203;12390](https://togithub.com/react-hook-form/react-hook-form/issues/12390)) Revert "🏺 watch reference update on formState update ([#&#8203;12326](https://togithub.com/react-hook-form/react-hook-form/issues/12326))" ([#&#8203;12391](https://togithub.com/react-hook-form/react-hook-form/issues/12391)) thanks to [@&#8203;developer-bandi](https://togithub.com/developer-bandi) ### [`v7.53.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.53.1): Version 7.53.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.53.0...v7.53.1) 🐞 fix: [#&#8203;12294](https://togithub.com/react-hook-form/react-hook-form/issues/12294) ensure Invalid Date is evaluated correctly ([#&#8203;12295](https://togithub.com/react-hook-form/react-hook-form/issues/12295)) 🐞 fix [#&#8203;12316](https://togithub.com/react-hook-form/react-hook-form/issues/12316) setValue should work for arrays of primitives to handle checkboxes ([#&#8203;12316](https://togithub.com/react-hook-form/react-hook-form/issues/12316)) ([#&#8203;12317](https://togithub.com/react-hook-form/react-hook-form/issues/12317)) 🐞 fix [#&#8203;12097](https://togithub.com/react-hook-form/react-hook-form/issues/12097) Use dirty fields along with mount names for form reset with keepDirtyValues ([#&#8203;12211](https://togithub.com/react-hook-form/react-hook-form/issues/12211)) 🫀 fix [#&#8203;12237](https://togithub.com/react-hook-form/react-hook-form/issues/12237) disabled state trigger formState dirty/dirtyFields to update ([#&#8203;12239](https://togithub.com/react-hook-form/react-hook-form/issues/12239)) 🐞 fix [#&#8203;12291](https://togithub.com/react-hook-form/react-hook-form/issues/12291) field array remove cause undefined with FormData ([#&#8203;12305](https://togithub.com/react-hook-form/react-hook-form/issues/12305)) 📝 improve flatten function with object type check ([#&#8203;12306](https://togithub.com/react-hook-form/react-hook-form/issues/12306)) 🖐️ improve: resolve type of set function ([#&#8203;12145](https://togithub.com/react-hook-form/react-hook-form/issues/12145)) 🔧 chore: upgrade eslint to v9 ([#&#8203;12150](https://togithub.com/react-hook-form/react-hook-form/issues/12150)) 📖 fix: code example input field placeholder name ([#&#8203;12296](https://togithub.com/react-hook-form/react-hook-form/issues/12296)) 📖 docs: fix typo in code example ([#&#8203;12271](https://togithub.com/react-hook-form/react-hook-form/issues/12271)) thanks to [@&#8203;rasikhq](https://togithub.com/rasikhq) [@&#8203;abnud11](https://togithub.com/abnud11) [@&#8203;crypt0box](https://togithub.com/crypt0box) [@&#8203;developer-bandi](https://togithub.com/developer-bandi) [@&#8203;matmannion](https://togithub.com/matmannion) [@&#8203;hasancruk](https://togithub.com/hasancruk) & [@&#8203;vismay7](https://togithub.com/vismay7) ### [`v7.53.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#7530---2024-8-31) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.52.2...v7.53.0) ##### Added - add support for `onBlur` with formState `isValid` ##### Changed - `validateFields` will only trigger re-render for async validation ### [`v7.52.2`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.52.2): Version 7.52.2 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.52.1...v7.52.2) 👍 close [#&#8203;12108](https://togithub.com/react-hook-form/react-hook-form/issues/12108) useController should subscribe to exact field name of form's state ([#&#8203;12109](https://togithub.com/react-hook-form/react-hook-form/issues/12109)) 👍 chore: upgrade app deps 🩻 fix: add useCallback for ref callback ([#&#8203;12078](https://togithub.com/react-hook-form/react-hook-form/issues/12078)) 🚀 fix: skip call executeBuiltInValidation if no sub-fields left ([#&#8203;12054](https://togithub.com/react-hook-form/react-hook-form/issues/12054)) thanks to [@&#8203;newsiberian](https://togithub.com/newsiberian), [@&#8203;Wendystraite](https://togithub.com/Wendystraite) and [@&#8203;abnud11](https://togithub.com/abnud11) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
1 parent 8e84696 commit 582b1c9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

plugins/source/xkcd/cloud-config-ui/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)