jellydn / nft-app

How to create your own NFT and mint NFT token
https://nft-app.productsway.com/
MIT License
215 stars 98 forks source link

fix(deps): update dependency react-hook-form to v7.48.1 #1061

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-hook-form (source) 7.47.0 -> 7.48.1 age adoption passing confidence

Release Notes

react-hook-form/react-hook-form (react-hook-form) ### [`v7.48.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.48.1): Version 7.48.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.48.0...v7.48.1) 🐞 fix controller update with disabled prop from useForm ### [`v7.48.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#7480---2023-11-05) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.47.0...v7.48.0) ##### Added - added new `disabled` prop for `useForm` to disable the entire form const App = () => { const [disabled, setDisabled] = useState(false); const { handleSubmit } = useForm({ disabled }); return (
{ setDisabled(true); await sleep(100); setDisabled(false); })} / > ); }

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nft-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2023 1:33am
changeset-bot[bot] commented 9 months ago

⚠️ No Changeset found

Latest commit: a986401910d6d1fc698a5cd0559b793f26f2f8f1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

sweep-ai[bot] commented 9 months ago

Apply Sweep Rules to your PR?

socket-security[bot] commented 9 months ago

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
react-hook-form 7.47.0...7.48.1 None +0/-0 871 kB bluebill1049