Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the production-dependencies group with 16 updates in the / directory:

Package From To
@hookform/resolvers 3.10.0 5.2.2
@stripe/react-stripe-js 2.9.0 4.0.2
@stripe/stripe-js 4.10.0 7.9.0
@supabase/supabase-js 2.54.0 2.57.4
@tanstack/react-query 5.84.2 5.89.0
framer-motion 11.18.2 12.23.16
lucide-react 0.539.0 0.544.0
mathjs 14.6.0 14.7.0
react-day-picker 9.8.1 9.11.0
react-hook-form 7.62.0 7.63.0
react-resizable-panels 2.1.9 3.0.6
react-router-dom 6.30.1 7.9.1
recharts 2.15.4 3.2.1
tailwind-merge 2.6.0 3.3.1
vaul 0.9.9 1.1.2
zod 3.25.76 4.1.11

Updates @hookform/resolvers from 3.10.0 to 5.2.2

Release notes

Sourced from @​hookform/resolvers's releases.

v5.2.2

5.2.2 (2025-09-14)

Bug Fixes

  • zod: fix output type for Zod 4 resolver (#803) (e95721d)

v5.2.1

5.2.1 (2025-07-29)

Bug Fixes

v5.2.0

5.2.0 (2025-07-25)

Features

  • ajv: add ajv-formats for ajvResolver (#797) (f040039)

v5.1.1

5.1.1 (2025-06-09)

Bug Fixes

v5.1.0

5.1.0 (2025-06-07)

Features

  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#777) (8d083bd)

v5.0.1

5.0.1 (2025-04-02)

Bug Fixes

... (truncated)

Commits

Updates @stripe/react-stripe-js from 2.9.0 to 4.0.2

Release notes

Sourced from @​stripe/react-stripe-js's releases.

v4.0.2

Changed

  • Add release candidate logic to publish script (#618)

v4.0.1

Fixes

  • Fix Shipping/BillingAddressElement Render (#616)

Changed

  • Bump sha.js from 2.4.11 to 2.4.12 (#610)
  • Bump cipher-base from 1.0.4 to 1.0.6 (#614)

v4.0.0

Changed

  • [breaking] split out custom checkout imports (#609)
  • Update useCheckout to return loading/error states (#606)

Upgrade guidance

Import changes

Checkout paths changed: Note: this only applies to Elements with Checkout Sessions API integrations.

import {useCheckout, PaymentElement} from '@stripe/react-stripe-js';

to

import {useCheckout, PaymentElement} from '@stripe/react-stripe-js/checkout';

useCheckout changes

Previously:

  • CheckoutProvider renders children if initCheckout succeeded, and null otherwise.
  • useCheckout() returns the SDK if initCheckout succeeded, and throws an error otherwise.

Now (>= v4.0.0):

  • CheckoutProvider renders children unconditionally.
  • useCheckout() returns a disjoint union describing the asynchronous state. The new return value now looks like:
type useCheckout = () =>
  | {type: 'loading'}
  | {
      type: 'success';
</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dodgez-stripe, a new releaser for @​stripe/react-stripe-js since your current version.


Updates @stripe/stripe-js from 4.10.0 to 7.9.0

Release notes

Sourced from @​stripe/stripe-js's releases.

v7.9.0

New features

  • Add buttonBorderRadius to types (#798)
  • Add 'allow_redisplay' to 'PaymentMethodCreateParams' (#796)

Fixes

  • Bump sha.js from 2.4.11 to 2.4.12 in /examples/parcel (#799)

v7.8.0

New features

  • chore: add fonts types (#795)
  • Adding SPM option to StripeCheckoutElementsOptions (#793)

Changed

  • removes double github token check (#794)

v7.7.0

New features

  • Add types for new issuingAddToWalletButton (#792)
  • Add types for allowed_payment_method_types and excluded_payment_method_types (#790)

Changed

  • Delete Webpack example (#791)
  • Bump pbkdf2 from 3.1.1 to 3.1.3 in /examples/parcel (#771)

v7.6.1

New features

Fixes

  • Add missing tax id types (#789)

Changed

v7.6.0

New features

  • Add public types for Tax Id Element (#788)

Fixes

Changed

v7.5.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dodgez-stripe, a new releaser for @​stripe/stripe-js since your current version.


Updates @supabase/supabase-js from 2.54.0 to 2.57.4

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.57.4

2.57.4 (2025-09-09)

Bug Fixes

v2.57.3

2.57.3 (2025-09-09)

Bug Fixes

v2.57.2

2.57.2 (2025-09-05)

Bug Fixes

v2.57.1

2.57.1 (2025-09-05)

Bug Fixes

v2.57.0

2.57.0 (2025-09-02)

Features

  • expose auth userStorage option to facilitate lower cookie sizes (#1545) (4ae856c)

v2.57.0-next.4

2.57.0-next.4 (2025-08-29)

Bug Fixes

  • realtime js to 2.16.0-next.2 (b4d685b)

v2.57.0-next.3

2.57.0-next.3 (2025-08-29)

... (truncated)

Commits

Updates @tanstack/react-query from 5.84.2 to 5.89.0

Release notes

Sourced from @​tanstack/react-query's releases.

v5.89.0

Version 5.89.0 - 9/16/25, 8:27 AM

Changes

Feat

  • query-core: add context to mutationfn & mutation callbacks (#9615) (a2151d2) by Josh

Chore

  • deps: update marocchino/sticky-pull-request-comment digest to a071bc9 (#9627) (0e99327) by renovate[bot]

Packages

  • @​tanstack/eslint-plugin-query@​5.89.0
  • @​tanstack/query-core@​5.89.0
  • @​tanstack/react-query@​5.89.0
  • @​tanstack/solid-query@​5.89.0
  • @​tanstack/svelte-query@​5.89.0
  • @​tanstack/vue-query@​5.89.0
  • @​tanstack/angular-query-experimental@​5.89.0
  • @​tanstack/query-async-storage-persister@​5.89.0
  • @​tanstack/query-broadcast-client-experimental@​5.89.0
  • @​tanstack/query-persist-client-core@​5.89.0
  • @​tanstack/query-sync-storage-persister@​5.89.0
  • @​tanstack/react-query-devtools@​5.89.0
  • @​tanstack/react-query-persist-client@​5.89.0
  • @​tanstack/react-query-next-experimental@​5.89.0
  • @​tanstack/solid-query-devtools@​5.89.0
  • @​tanstack/solid-query-persist-client@​5.89.0
  • @​tanstack/svelte-query-devtools@​5.89.0
  • @​tanstack/svelte-query-persist-client@​5.89.0
  • @​tanstack/vue-query-devtools@​5.89.0

v5.88.0

Version 5.88.0 - 9/15/25, 10:12 PM

Changes

Feat

  • angular-query: move devtools to conditional sub-paths (#9270) (e75a5f9) by Arnoud

Packages

  • @​tanstack/angular-query-experimental@​5.88.0

v5.87.5

Version 5.87.5 - 9/15/25, 12:35 AM

... (truncated)

Commits
  • 2a00fb6 release: v5.89.0
  • a2151d2 feat(query-core): add context to mutationfn & mutation callbacks (#9615)
  • 230435d release: v5.87.4
  • 19445a0 fix(query-core): infinite re-renders in useQueries (#9639)
  • bc2c87f release: v5.87.1
  • b43af57 release: v5.87.0
  • 1599bb4 release: v5.86.0
  • 43049c5 test(react-query/useMutationState): clarify assertions and improve code forma...
  • 7306474 chore(tsconfig.json): simplify 'include' patterns by consolidating file exten...
  • 0a35234 release: v5.85.9
  • Additional commits viewable in compare view

Updates framer-motion from 11.18.2 to 12.23.16

Changelog

Sourced from framer-motion's changelog.

[12.23.16] 2025-09-19

Fixed

  • Fixing ref when passed to a child of AnimatePresence in "popLayout" mode.

[12.23.15] 2025-09-18

Fixed

  • Fixing export * error in RSC.

[12.23.14] 2025-09-17

Fixed

  • Fixing types of Reorder.Item and Reorder.Group so incorrect HTML props are correctly flagged.
  • Reverting rehydration of externalRef when it switches.

[12.23.13] 2025-09-16

Fixed

  • Fixed issue where motion components don't update refs when externalRef changes. The useMotionRef function now properly includes externalRef in the dependency array to ensure ref callbacks update when the external ref changes.

Changed

  • Stopped tracking yarn cache in the repo.

[12.23.12] 2025-07-29

Added

  • Exporting internal APIs for use in view animations.

[12.23.11] 2025-07-28

Added

  • Children of variants with delayChildren: stagger() will now be staggered correctly alongside their newly-entering siblings.

[12.23.10] 2025-07-28

Fixed

  • Fixed shared layout animation in situations where no motion components have re-rendered between shared element switching.

[12.23.9] 2025-07-24

Changed

... (truncated)

Commits

Updates lucide-react from 0.539.0 to 0.544.0

Release notes

Sourced from lucide-react's releases.

Version 0.544.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.543.0...0.544.0

Version 0.543.0

What's Changed

Full Changelog: lucide-icons/lucide@0.542.0...0.543.0

Version 0.542.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.541.0...0.542.0

Version 0.541.0

What's Changed

... (truncated)

Commits

Updates mathjs from 14.6.0 to 14.7.0

Changelog

Sourced from mathjs's changelog.

unpublished changes since, 14.7.0

  • Feat: #3353 support for the nullish coalescing operator ?? in the expression parser (#3497). Thanks @​ikemHood.

2025-09-05, 14.7.0

  • Feat: faster DenseMatrix symbol iterator (#3521). Thanks @​dvd101x.
  • Feat: implement serialization support for Parser, fixing #3509 (#3525).
  • Fix: #3519, #3368 categories "Core functions" and "Construction functions" missing from the generated function overview.
  • Fix: #3517 printTransformDependencies not exported in the type definitions.
  • Fix: add missing type definition for function diff (#3520). Thanks @​dodokw.
  • Fix: #3396 improve documentation of function range.
  • Fix: #3523 cleanup old polyfills from the browser bundle by removing core-js (#3524).
Commits
  • d8a88a1 chore: publish v14.7.0
  • 8ba2c18 chore: update devDependencies
  • 12b29d4 chore: update HISTORY.md
  • 69b991f fix: #3523 cleanup old polyfills from the browser bundle by removing `core-js...
  • a4815d5 feat: implement serialization support for Parser (fixes #3509) (#3525)
  • a7f2da0 fix: #3396 improve documentation of function range
  • c7705cd chore: fix test:node not running *.test.cjs files
  • 5e73e3c chore: update HISTORY.md
  • df8d098 fix: add missing type definition for function diff (#3520). Thanks @​dodokw.
  • 2e07821 chore: remove dtslint (this package has been deprecated)
  • Additional commits viewable in compare view

Updates react-day-picker from 9.8.1 to 9.11.0

Release notes

Sourced from react-day-picker's releases.

v9.11.0

This release adds support for Buddhist and Hebrew calendars, introduces new Southeast Asian numeral systems, adds the aria-labelledby prop, and improves month/year formatting for specific locales. It also includes fixes for the recently added Ethiopic calendar.

Buddhist Calendar

To use the Buddhist calendar, import DayPicker from react-day-picker/buddhist.

import { DayPicker } from "react-day-picker/buddhist";
export function BuddhistCalendar() {
return <DayPicker />;
}

Read more in the documentation and play with it in playground.

Hebrew Calendar

To switch to the Hebrew calendar, import DayPicker from react-day-picker/hebrew.

import { DayPicker } from "react-day-picker/hebrew";
export function HebrewCalendar() {
return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.10.0...v9.11.0

v9.10.0

This release adds support for the Ethiopic calendar.

Ethiopic calendar

... (truncated)

Commits

Updates react-hook-form from 7.62.0 to 7.63.0

Release notes

Sourced from react-hook-form's releases.

Version 7.63.0

🥢 feat: extract form values by form state (#12936)

getValues(undefined, { dirtyFields: true }); // return only dirty fields 
getValues(undefined, { touchedFields: true });  // return only touched fields 

🦍 feat: improve get dirty fields logic (#13049) 🐿️ chore: remove duplicated function isMessage (#13050) 🐞 fix: use field name to update isValidating fields (#13000) 🐞 fix: unregister previous field when switching conditional Controllers (#13041) 🐞 fix: only excuse trigger function when deps has a valid array (#13056)

thanks to @​candymask0712, @​GorkemKir, @​kimtaejin3, @​m2na7 & @​abnud11

Commits

Updates react-resizable-panels from 2.1.9 to 3.0.6

Release notes

Sourced from react-resizable-panels's releases.

3.0.6

  • #517: Fixed Firefox bug that caused resizing to be interrupted unexpected

3.0.5

  • #512: Fixed size precision regression from 2.0.17

3.0.4

  • #503: Support custom cursors

3.0.3

  • #492: Fix compatibility with Cloudflare workers

3.0.2

  • Fallback for type of HTMLElement to better support portal edge cases

3.0.1

  • #479: Improve support for Cloudflare Workers and Vercel Functions
  • #480: Fixed package.json#types reference

3.0.0

  • #478: Module is ESM-only in order to better work with modern tooling.
  • #475: "pointerup" and "pointercancel" listeners are now attached to the ownerDocument body to better support edge cases like portals being rendered into a child window.
Commits

Updates react-router-dom from 6.30.1 to 7.9.1

Release notes

Sourced from react-router-dom's releases.

v7.1.3

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

Changelog

Sourced from react-router-dom's changelog.

7.9.1

Patch Changes

7.9.0

Patch Changes

7.8.2

Patch Changes

7.8.1

Patch Changes

7.8.0

Patch Changes

7.7.1

Patch Changes

7.7.0

Patch Changes

7.6.3

... (truncated)

Commits

Updates recharts from 2.15.4 to 3.2.1

Release notes

Sourced from recharts's releases.

v3.2.1

What's Changed

Fix

…y with 16 updates

Bumps the production-dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.10.0` | `5.2.2` |
| [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) | `2.9.0` | `4.0.2` |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `4.10.0` | `7.9.0` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.54.0` | `2.57.4` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.84.2` | `5.89.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `11.18.2` | `12.23.16` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.539.0` | `0.544.0` |
| [mathjs](https://github.com/josdejong/mathjs) | `14.6.0` | `14.7.0` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.8.1` | `9.11.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.62.0` | `7.63.0` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `2.1.9` | `3.0.6` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.30.1` | `7.9.1` |
| [recharts](https://github.com/recharts/recharts) | `2.15.4` | `3.2.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.3.1` |
| [vaul](https://github.com/emilkowalski/vaul) | `0.9.9` | `1.1.2` |
| [zod](https://github.com/colinhacks/zod) | `3.25.76` | `4.1.11` |



Updates `@hookform/resolvers` from 3.10.0 to 5.2.2
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.10.0...v5.2.2)

Updates `@stripe/react-stripe-js` from 2.9.0 to 4.0.2
- [Release notes](https://github.com/stripe/react-stripe-js/releases)
- [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md)
- [Commits](stripe/react-stripe-js@v2.9.0...v4.0.2)

Updates `@stripe/stripe-js` from 4.10.0 to 7.9.0
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v4.10.0...v7.9.0)

Updates `@supabase/supabase-js` from 2.54.0 to 2.57.4
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md)
- [Commits](supabase/supabase-js@v2.54.0...v2.57.4)

Updates `@tanstack/react-query` from 5.84.2 to 5.89.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.89.0/packages/react-query)

Updates `framer-motion` from 11.18.2 to 12.23.16
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.18.2...v12.23.16)

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

Updates `mathjs` from 14.6.0 to 14.7.0
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v14.6.0...v14.7.0)

Updates `react-day-picker` from 9.8.1 to 9.11.0
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](gpbl/react-day-picker@v9.8.1...v9.11.0)

Updates `react-hook-form` from 7.62.0 to 7.63.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.62.0...v7.63.0)

Updates `react-resizable-panels` from 2.1.9 to 3.0.6
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Commits](bvaughn/react-resizable-panels@2.1.9...3.0.6)

Updates `react-router-dom` from 6.30.1 to 7.9.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `recharts` from 2.15.4 to 3.2.1
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v2.15.4...v3.2.1)

Updates `tailwind-merge` from 2.6.0 to 3.3.1
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.6.0...v3.3.1)

Updates `vaul` from 0.9.9 to 1.1.2
- [Release notes](https://github.com/emilkowalski/vaul/releases)
- [Commits](https://github.com/emilkowalski/vaul/commits/v1.1.2)

Updates `zod` from 3.25.76 to 4.1.11
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.76...v4.1.11)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@stripe/react-stripe-js"
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@stripe/stripe-js"
  dependency-version: 7.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.57.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.89.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: framer-motion
  dependency-version: 12.23.16
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: lucide-react
  dependency-version: 0.544.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mathjs
  dependency-version: 14.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-day-picker
  dependency-version: 9.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-resizable-panels
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-router-dom
  dependency-version: 7.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: recharts
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: tailwind-merge
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: vaul
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: zod
  dependency-version: 4.1.11
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm labels Sep 22, 2025
@netlify
Copy link

netlify bot commented Sep 22, 2025

Deploy Preview for gridfinity-drawer-planner ready!

Name Link
🔨 Latest commit 0f6bdef
🔍 Latest deploy log https://app.netlify.com/projects/gridfinity-drawer-planner/deploys/68d0da0eaa909e00084f5f6b
😎 Deploy Preview https://deploy-preview-52--gridfinity-drawer-planner.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link

PR Quality Report 📊

Check Status
TypeScript
ESLint
Tests
Build

View detailed results

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 npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant