Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the all group in /frontend with 4 updates: framer-motion, react-hook-form, react-resizable-panels and zod.

Updates framer-motion from 12.23.26 to 12.23.27

Changelog

Sourced from framer-motion's changelog.

[12.23.27] 2026-01-05

Fixed

  • Improved Intellisense detection for motion import.
  • Adding sourcemaps to release.
Commits
  • f8cadb4 v12.23.27
  • 9982070 Adding sourcemaps and updating changelog
  • 7743c61 Merge pull request #3435 from motiondivision/dependabot/npm_and_yarn/next-15....
  • aacf1e0 Fix VSCode IntelliSense auto-import for motion export
  • 8b57f9d Bump next from 15.4.7 to 15.4.10
  • f75de3b Adding CLAUDE.md
  • 4a1d2a9 Merge pull request #3434 from motiondivision/add-claude-github-actions-176760...
  • 4a0b2ab "Claude Code Review workflow"
  • 891fc2e "Claude PR Assistant workflow"
  • See full diff in compare view

Updates react-hook-form from 7.69.0 to 7.70.0

Release notes

Sourced from react-hook-form's releases.

Version 7.70.0

✅ watch type improvement (#13228) 🐞 fix: prevent field array ghost elements with keepDirtyValues (#13188) 🐞 fix: improve invalid date handling in deepEqual and validation (#13230) 🐞 fix(types): handle branded types correctly in DeepPartial (#13222) 🐞 fix native validation focus issue (#13220) 🐞 change spread operator to set name with depricated names prop, then override with new name prop is supplied (#13214) 🐞 fix: prevent duplicate subscription trigger in setValue (#13206) (#13209) 👌 chore: fix lib type check include tests (#13229)

thanks to @​EdwardEB, @​constantly-dev & @​a28689604

Commits
  • d810ff5 7.70.0
  • c54ebf9 🐞 fix: prevent field array ghost elements with keepDirtyValues (#13188)
  • 3966596 ✅ watch type improvement (#13228)
  • 29885bb 🐞 fix: improve invalid date handling in deepEqual and validation (#13230)
  • 9c22bc7 👌 chore: fix lib type check include tests (#13229)
  • 76db177 🐞 fix(types): handle branded types correctly in DeepPartial (#13222)
  • 8d693a7 🐞 fix native validation focus issue (#13220)
  • 74e652c 🐞 change spread operator to set name with depricated names prop, then overrid...
  • 94c8af1 ☺️ chore: move regression test to setValue.test.tsx (#13211)
  • e45b4cb 🐞 fix: prevent duplicate subscription trigger in setValue (#13206) (#13209)
  • See full diff in compare view

Updates react-resizable-panels from 4.0.16 to 4.2.1

Release notes

Sourced from react-resizable-panels's releases.

4.2.0

  • 573: Add prevPanelSize param to onResize callback to help simplify collapse/expand detection.

4.1.0

  • 567: useDefaultLayout hook supports saving and restoring multiple Panel layouts
  • 568: Fix race in useGroupRef and usePanelRef hooks
Changelog

Sourced from react-resizable-panels's changelog.

Changelog

Unreleased

  • 2a6b03f: Add displayName property to Group, Panel, and Separator components for better debugging experience.
  • 577: Group handles newly registered Panels + Separators during mount so that user code can safely call imperative APIs earlier

4.2.0

  • 573: Add prevPanelSize param to onResize callback to help simplify collapse/expand detection.

4.1.1

  • 571: Update TS types to better reflect that Separator attributes role and tabIndex cannot be overridden using props.

4.1.0

  • 567: useDefaultLayout hook supports saving and restoring multiple Panel layouts
  • 568: Fix race in useGroupRef and usePanelRef hooks
Commits

Updates zod from 4.2.1 to 4.3.5

Release notes

Sourced from zod's releases.

v4.3.5

Commits:

  • 21afffdb42ccab554036312e33fed0ea3cb8f982 [Docs] Update migration guide docs for deprecation of message (#5595)
  • e36743e513aadb307b29949a80d6eb0dcc8fc278 Improve mini treeshaking
  • 0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c 4.3.5

v4.3.4

Commits:

  • 1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests
  • e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (#5592)
  • 089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs
  • decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint
  • 9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema
  • 66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType
  • b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4

v4.3.3

Commits:

  • f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3

v4.3.2

Commits:

  • bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (#5587)
  • f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (#5590)
  • 0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2

v4.3.1

Commits:

  • 0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.1

v4.3.0

This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests.

z.fromJSONSchema()

Convert JSON Schema to Zod (#5534, #5586)

You can now convert JSON Schema definitions directly into Zod schemas. This function supports JSON Schema "draft-2020-12", "draft-7", "draft-4", and OpenAPI 3.0.

import * as z from "zod";
const schema = z.fromJSONSchema({
type: "object",
properties: {
</tr></table>

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 all group in /frontend with 4 updates: [framer-motion](https://github.com/motiondivision/motion), [react-hook-form](https://github.com/react-hook-form/react-hook-form), [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) and [zod](https://github.com/colinhacks/zod).


Updates `framer-motion` from 12.23.26 to 12.23.27
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.26...v12.23.27)

Updates `react-hook-form` from 7.69.0 to 7.70.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.69.0...v7.70.0)

Updates `react-resizable-panels` from 4.0.16 to 4.2.1
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bvaughn/react-resizable-panels/commits)

Updates `zod` from 4.2.1 to 4.3.5
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.2.1...v4.3.5)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.23.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: react-hook-form
  dependency-version: 7.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: react-resizable-panels
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zod
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Jan 5, 2026
@patzielinski patzielinski merged commit 171e260 into main Jan 5, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/all-6d63cc733e branch January 5, 2026 13:24
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.

2 participants