Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2025

This PR contains the following updates:

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

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 a review from a team as a code owner December 19, 2025 15:10
@vercel
Copy link

vercel bot commented Dec 19, 2025

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

Project Deployment Review Updated (UTC)
next-prisma-starter Error Error Dec 19, 2025 3:16pm
og-image Ready Ready Preview, Comment Dec 19, 2025 3:16pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 19, 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.

trpc-bot
trpc-bot previously approved these changes Dec 19, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Dec 19, 2025
@autofix-ci autofix-ci bot dismissed stale reviews from kodiakhq[bot] and trpc-bot via 2a4724e December 19, 2025 15:15
@renovate
Copy link
Contributor Author

renovate bot commented Dec 19, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

2 participants