Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 31, 2025

This PR contains the following updates:

Package Change Age Confidence
zod-form-data (source) 2.0.73.0.1 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


Configuration

📅 Schedule: Branch creation - "before 8am every weekday,every weekend" (UTC), 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 requested review from jharrell and nikolasburk May 31, 2025 02:06
@renovate renovate bot force-pushed the renovate/zod-form-data-3.x branch from c3a39c2 to f40dce1 Compare November 20, 2025 00:05
@coderabbitai
Copy link

coderabbitai bot commented Nov 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/zod-form-data-3.x branch from f40dce1 to 0b68aaf Compare December 3, 2025 15:09
@renovate renovate bot force-pushed the renovate/zod-form-data-3.x branch from 0b68aaf to b707a63 Compare December 31, 2025 15:21
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