Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2025

This PR contains the following updates:

Package Change Age Confidence
zod-form-data (source) ^2.0.2^3.0.0 age confidence

Release Notes

airjp73/rvf (zod-form-data)

v3.0.1

Compare Source

v3.0.0

Compare Source

Breaking Change

The withZod and withYup validators are now published as separate packages.
This was done to prevent you from needing to install both zod and yup in order to appease Typescript.

Migration

Update and install packages

Install the updated remix-validated-form and the adapter package of your choice

npm install remix-validated-form@latest @​remix-validated-form/with-zod

or

npm install remix-validated-form@latest @​remix-validated-form/with-zod
Change imports

Change these imports

import { withYup, withZod } from 'remix-validated-form';

to this

import { withYup } from '@​remix-validated-form/with-yup';
import { withZod } from '@​remix-validated-form/with-zod';

PRs included

Full Changelog: airjp73/rvf@v2.1.1...v3.0.0

v2.0.8

Compare Source

v2.0.7

Compare Source

v2.0.6

Compare Source

v2.0.5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/zod-form-data-3.x branch from b8ef868 to f8c5588 Compare December 31, 2025 17:51
@renovate renovate bot force-pushed the renovate/zod-form-data-3.x branch from f8c5588 to 2bcd24d Compare January 8, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant