Skip to content

chore(deps): Bump the production-dependencies group with 3 updates - #3

Merged
codewithowais merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-2243e7a7a0
Aug 11, 2026
Merged

chore(deps): Bump the production-dependencies group with 3 updates#3
codewithowais merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-2243e7a7a0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates: lucide-react, motion and react-hook-form.

Updates lucide-react from 1.28.0 to 1.30.0

Release notes

Sourced from lucide-react's releases.

Version 1.30.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.29.0...1.30.0

Version 1.29.0

What's Changed

Full Changelog: lucide-icons/lucide@1.28.0...1.29.0

Commits

Updates motion from 12.43.0 to 13.0.0

Changelog

Sourced from motion's changelog.

[13.0.0] 2026-08-05

Changed

  • Removed optional @emotion/is-prop-valid dependency in favour of explicit <MotionConfig isValidProp={isPropValid}>.

Fixed

  • Hardware-accelerated SVG elements correctly apply final style on animation complete.
  • AnimatePresence: Ensure nodes are marked as safe to remove when rendering propagate with no motion children.
Commits
  • e4029ce v13.0.0
  • c862954 Updating changelog
  • b2bc637 Merge pull request #3781 from motiondivision/fix/3779-svg-duration-zero-indep...
  • 96d35b6 Merge pull request #3783 from motiondivision/fix/2652-remove-external-is-vali...
  • 165541a Fix #3779: read SVG CSS properties from styles
  • e0be524 Fix #2652: scope custom prop validation
  • 34058c2 Merge pull request #3784 from motiondivision/fix/3777-empty-propagate
  • 0851575 Fix #3777: complete propagated exits without children
  • 6acedcc Fix #2652: remove automatic prop validator loading
  • 233593b Fix #3779: consolidate SVG style properties
  • Additional commits viewable in compare view

Updates react-hook-form from 7.84.0 to 7.85.0

Release notes

Sourced from react-hook-form's releases.

Version 7.85.0

✨ Improvements

  • support React <Activity /> (#13633)

🐞 Fixes

  • fix min/max validation being skipped for valueAsDate fields (#13646)
  • fix field array root errors being lost during append, prepend, insert, and remove (#13645)
  • fix stale renders recreating field array paths after field array actions (#13644)
  • fix useWatch preferring form defaultValues over the hook's own defaultValue (#13635)
  • fix setValue emitting duplicate values state notifications (#13637)
  • fix TypeScript getFieldState error resolution for field paths (#13632)

🏗️ Chores

  • remove tinybench (#13647)
  • remove dead code and stale API Extractor report (#13643)

Thanks to @​zigzagdev, @​bluebill1049, @​anshusaurav, @​saulo-silva, @​EduardF1, and @​candymask0712 for their contributions! 🎉

Changelog

Sourced from react-hook-form's changelog.

[7.85.0] - 2026-08-08

Added

  • Support <Activity />

Fixed

  • getFieldState error resolution from a field path
  • useWatch discarding useForm({ defaultValues }) in favor of its own defaultValue before the form mounts
  • setValue emitting a duplicate values state notification for fields without a native input ref
  • Stale render re-creating a field array path vacated by an array action
  • useFieldArray root-level error (errors.name.root) being lost on append/prepend/insert/remove
  • min/max validation being skipped for valueAsDate fields
Commits
  • 371432c 7.85.0
  • d7118f4 🐞 fix: min/max validation being skipped for valueAsDate fields (#13646)
  • 47546bb 🐞 fix: field array root error being lost on append/prepend/insert/remove (#13...
  • c96ab19 🚮 chore: remove tinybench (#13647)
  • 5e9e024 🐞 fix #13641 stale render re-creating field array path vacated by array actio...
  • 6a77f43 🧹 chore: remove dead code and stale api-extractor report (#13643)
  • 9fde5f3 🛹 feat: support \<Activity /> (#13633)
  • f634d24 🐞 fix #13636 emit values state only once per setValue (#13637)
  • 4e83cf7 🐞 fix(useWatch): prefer form defaultValues over the hook's own defaultValue (...
  • 6994484 ⌨️ fix(types): resolve getFieldState error from field path (#13632)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 3 updates: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [motion](https://github.com/motiondivision/motion) and [react-hook-form](https://github.com/react-hook-form/react-hook-form).


Updates `lucide-react` from 1.28.0 to 1.30.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.30.0/packages/lucide-react)

Updates `motion` from 12.43.0 to 13.0.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.43.0...v13.0.0)

Updates `react-hook-form` from 7.84.0 to 7.85.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.84.0...v7.85.0)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: motion
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026
@vercel

vercel Bot commented Aug 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
expense-tracker Ready Ready Preview Aug 11, 2026 6:07pm

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 11, 2026
@codewithowais
codewithowais merged commit ba166b4 into main Aug 11, 2026
3 of 4 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-2243e7a7a0 branch August 11, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant