From 9a4bb34d7d14add0a3199103f4b583e8307d1d6d Mon Sep 17 00:00:00 2001 From: Romain Hamel Date: Wed, 19 Mar 2025 12:18:26 +0100 Subject: [PATCH] refactor(Form)!: drop explicit support for `zod` and `valibot` (#3617) --- .../examples/form/FormExampleValibot.vue | 2 +- docs/content/3.components/form.md | 4 +- docs/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 14 ++-- renovate.json | 2 - src/runtime/types/form.ts | 7 -- src/runtime/utils/form.ts | 69 +------------------ test/components/Form.spec.ts | 7 -- 9 files changed, 14 insertions(+), 95 deletions(-) diff --git a/docs/app/components/content/examples/form/FormExampleValibot.vue b/docs/app/components/content/examples/form/FormExampleValibot.vue index 4e96a5a0..2ed4d02a 100644 --- a/docs/app/components/content/examples/form/FormExampleValibot.vue +++ b/docs/app/components/content/examples/form/FormExampleValibot.vue @@ -22,7 +22,7 @@ async function onSubmit(event: FormSubmitEvent) {