nuxt-pwa-tailwindcss-starter
nuxt-pwa-tailwindcss-starter copied to clipboard
chore(deps): update dependency vee-validate to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| vee-validate (source) | ^3.3.9 -> ^4.15.0 |
Release Notes
logaretm/vee-validate (vee-validate)
v4.15.0
Patch Changes
30281f5: fix: lazy load the devtools dep to force it out of production bundleec121b1: fix: skip loading devtools if in SSR
v4.14.7
Patch Changes
v4.14.6
v4.14.5
Patch Changes
e9f8c88: fix: force loading the mjs module when using nuxt
v4.14.4
Patch Changes
f33974c: fix(types): expose field and form slot prop types closes #49000991c01: fix: devtools crashing when a field name is defined as getterecb540a: fix: handle getter field names properly closes #48774f88d85: fix: specify module type on package.json
v4.14.3
Patch Changes
07c27d5: fix: remove rogue console.log
v4.14.2
Patch Changes
v4.14.1
v4.14.0
Minor Changes
404cf57: chore: bump release
Patch Changes
f7a4929: feat: expose useFormContext closes #449097cebd8: chore: add 'exports' field in package.json for all packages421ae69: "fix(types): export component internal types"
v4.13.2
Patch Changes
afbd0e5: feat: support valibot 0.33.0
v4.13.1
v4.13.0
Minor Changes
454bc45: fix: force resetForm should not merge values closes #4680 closes #472927fe5c8: feat: provide form values as context for yup closes #4753
Patch Changes
ae3772a: feat: expose setValue on Field instance and slot props closes #4755fd008c1: feat: added ResetFormOpts arg to useResetForm closes #4707
v4.12.8
Patch Changes
v4.12.7
Patch Changes
1376794: fix: handle meta.required for single field schemas closes #47381376794: fix: add try-catch for schema description logic across all major schema providersc4415f8: fix: ensure meta.required is reactive whenever the schema changes closes #4738
v4.12.6
Patch Changes
07d01fd: fix: re-apply errors to avoid race conditions
v4.12.5
🐛 Bug Fixes
- Make sure removePathState removes the correct path state #4643 (#4649) thanks to @bgoscinski
- Remove event arg from define field handlers for component compat #4637 (#4647)
v4.12.4
Patch Changes
2a09a58: "fix: check if both source and target objects are POJOs"
v4.12.3
Patch Changes
72e4379: fix: remove deep data mutation warning closes #4597a18c19f: feat: allow path meta querying for nested fields closes #4575e2171f8: feat: expose some state on form instance
v4.12.2
Patch Changes
b2203c8: fix: apply schema casts when submitting closes #4565ec8a4d7: fix: defineField should respect global validateOnModelUpdate closes #4567
v4.12.1
Patch Changes
36f6b9e: fix: reset form and field behaviors for unspecified values closes #4564c1c6f39: fix: unref initial values when initializing the form closes #4563
v4.12.0
Minor Changes
Patch Changes
f9a9584: feat: add label support to defineField closes #4530f688896: fix: avoid overriding paths and destroy path on remove closes #4476 closes #45572abb896: fix: clone values before reset closes #4536e370413: fix: handle hoisted paths overriding one another95b701f: feat: allow getters for field arrays
v4.11.8
Patch Changes
d1b5b85: fix: avoid triggering extra model value events closes #446178c4668: feat: allow null as a valid Form prop type closes #4483
v4.11.7
Patch Changes
v4.11.6
Patch Changes
f683e90: fix(types): infer the model value prop name correctly
v4.11.5
Patch Changes
27c9ef2: feat(types): stronger define component bind types closes #4421804ec6f: fix: use flags to avoid validating during reset #4404 #4467
v4.11.4
Patch Changes
4d8ed7e: feat: added reset opts to force values closes #4440b53400e: fix: silent validation should not mark a field as validated8f680bf: fix: clone the schema object before validating closes #44595231f43: fix: respect validate on model update configuration closes #4451, closes #4467
v4.11.3
v4.11.2
Patch Changes
2ff045c: fix: do not warn if a form or a field was resolved closes #439973219b4: feat: expose all internal types4947e88: feat: expose BaseInputBinds and BaseComponentBinds interfaces #4409ecbb690: feat: query fields meta state
v4.11.1
Patch Changes
5e23dcb: fix: add support for parsing range inputs
v4.11.0
Minor Changes
2d8143f: feat: added composition setter functions
v4.10.9
Patch Changes
c02337f: fix: correct the setErrors type to allow for string[]
v4.10.8
Patch Changes
v4.10.7
Patch Changes
9290f5a: fix: clone values inserted into field arrays closes #437293f8001: fix: do not warn if the validation is for removed paths closes #4368
v4.10.6
Patch Changes
40ce7a9: feat: expose normalizeRules closes #4348e9b215a: fix: resetForm should cast typed schema values closes #43474e11ff9: fix: validate form values on setValues by default closes #4359e354a13: fix: Normalize error paths to use brackets for indices closes #421168080d2: feat: use silent validation when field is initialized closes #4312
v4.10.5
Patch Changes
v4.10.4
Patch Changes
2f9ca91: fix(types): remove deep readonly type for now
v4.10.3
Patch Changes
32537e1: fix: less strict object checks for undefined and missing keys closes #4341c3698f0: fix: respect model modifiers when emitting the value closes #4333
v4.10.2
Patch Changes
1660048: fix: define binds not respecting config events
v4.10.1
Patch Changes
fc41691: fix: handle NaN when parsing number inputs closes #4328435e785: fix: reset present values after all path mutation273cca7: fix: reset field should not validate closes #4323
v4.10.0
Minor Changes
7a548f4: chore: require vue 3.3 and refactor types7ce9d67: feat(breaking): disable v-model support by default closes #4283bfd6b00: "feat: allow custom models for defineComponentBinds"d4fafc9: "feat: allow handleBlur to run validations"05d957e: feat: mark form values as readonly closes #4282
Patch Changes
77345c4: fix: reset form should merge values closes #4320f1dc135: fix: use event value if no checked value for checkbox/radio closes #43083e4a7c1: feat(dx): makesyncVModelaccept the model propName2cf0eec: feat: allow multiple messages in a validator fn closes #4322 #4318ed20891: fix: trigger validation with setFieldValue by default closes #43146a3f9f1: fix: parse native number fields closes #4313
v4.9.6
Patch Changes
b138282: fix(types): export SetFieldValueOptions interface closes #42906e074f7: fix: handleBlur should respect blur validate config closes #4285
v4.9.5
Patch Changes
v4.9.4
Patch Changes
v4.9.3
Patch Changes
09d5596: fix: run validation on value change closes #42519bfbfaa: feat: added isValidating to useForm48b45d9: fix: hoist nested errors path to the deepest direct parent closes #4063
v4.9.2
Patch Changes
31090e0: avoid double unset path with field array remove9046308: fixed validations running for unmounted fieldsfe322a0: batch unsets and sort paths unset order for safer unsets closes #4115
v4.9.1
Patch Changes
681bbab: Added type-fest to core package dependencies
v4.9.0
Minor Changes
41b5d39: Implemented path types into various form API functions9540908: Added component and input binds helpers
Patch Changes
7554d4a: fix field array triggering validation when an item is removed298577b: setValues does not delete unspecified fields values
v4.8.6
Patch Changes
6e0b055: Introduced official nuxt module package
v4.8.5
Patch Changes
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v4.8.4
Bug Fixes
- make initial values partial closes #4195 (eeccd0c)
- properly unref the schema before checking for default values closes #4196 (8e3663d)
Features
- allow name ref to be a lazy function (8fb543a)
v4.8.3
Note: Version bump only for package vee-validate
v4.8.2
Bug Fixes
v4.8.1
Bug Fixes
Features
- expose errorBag to <Form /> slot props (371744e)
v4.8.0
Bug Fixes
- finally handicap yup schema resolution (303b1fb)
- initial sync with v-model if enabled closes #4163 (1040643)
- properly aggregrate nested errors for yup (7f90bbc)
- remove console.log from devtools integration (3c2d51c)
- remove yup schema type and rely on assertions (5cbb913)
- render zod multiple errors in nested objects closes #4078 (f74fb69)
- run silent validation after array mutations closes #4096 (044b4b4)
- type inference fix (ac0383f)
- watch and re-init array fields if form data changed closes #4153 (6e784cc)
Features
- Better Yup and Zod typing with output types and input inference (#4064) (3820a5b)
- export type
FieldState(#4159) (69c0d12)
4.7.4 (2023-02-07)
Bug Fixes
Features
- #4117: add resetField on Form/useForm (#4120) (87c4278), closes #4117
- expose state getters on the form instance via template refs (#4121) (7f1c39c)
4.7.3 (2022-11-13)
Bug Fixes
4.7.2 (2022-11-02)
Bug Fixes
4.7.1 (2022-10-23)
Bug Fixes
- clean up single group value after unmount closes #3963 (#3972) (8ccfd2b)
- correctly mutate deep field array item and trigger validation (#3974) (267736f)
- mark slot prop field value as any closes #3969 (#3973) (70ddc5b)
v4.7.4
Bug Fixes
Features
- #4117: add resetField on Form/useForm (#4120) (87c4278), closes #4117
- expose state getters on the form instance via template refs (#4121) (7f1c39c)
v4.7.3
Bug Fixes
v4.7.2
Bug Fixes
v4.7.1
Bug Fixes
- clean up single group value after unmount closes #3963 (#3972) (8ccfd2b)
- correctly mutate deep field array item and trigger validation (#3974) (267736f)
- mark slot prop field value as any closes #3969 (#3973) (70ddc5b)
v4.7.0
Features
- allow passing form control to useField closes #3204 (#3923) (4c59d63)
- expose controlled values on useForm (#3924) (2517319)
4.6.10 (2022-09-30)
Bug Fixes
- use ssr safe file check (56663aa)
4.6.9 (2022-09-19)
Bug Fixes
4.6.8 (2022-09-19)
Bug Fixes
- ensure validation if we skip checkbox value setting #3927 (#3930) (82d05db)
- extend is equal with file comparison logic #3911 (#3932) (c7c806c)
- handle nested value change validation #3926 (#3929) (771e7f2)
Features
4.6.7 (2022-08-27)
Bug Fixes
- allow generics for generic function type (91e97aa)
- handle validation races for async validations (#3908) (8c82079)
4.6.6 (2022-08-16)
Bug Fixes
4.6.5 (2022-08-11)
Bug Fixes
4.6.4 (2022-08-07)
Bug Fixes
- make sure to deep watch created models by useFieldModel (fbe273c)
4.6.3 (2022-08-07)
Features
4.6.2 (2022-07-17)
Bug Fixes
Features
4.6.1 (2022-07-12)
Bug Fixes
v4.6.10
Bug Fixes
- use ssr safe file check (56663aa)
v4.6.9
Bug Fixes
v4.6.8
Bug Fixes
- ensure validation if we skip checkbox value setting #3927 (#3930) (82d05db)
- extend is equal with file comparison logic #3911 (#3932) (c7c806c)
- handle nested value change validation #3926 (#3929) (771e7f2)
Features
v4.6.7
Bug Fixes
- allow generics for generic function type (91e97aa)
- handle validation races for async validations (#3908) (8c82079)
v4.6.6
Bug Fixes
v4.6.5
Bug Fixes
v4.6.4
Bug Fixes
- make sure to deep watch created models by useFieldModel (fbe273c)
v4.6.3
Features
v4.6.2
Bug Fixes
Features
v4.6.1
Bug Fixes
- use ssr safe file check (56663aa)
v4.6.0
Bug Fixes
- added existing undefined path fallback closes #3801 (fd0500c)
- avoid inserting value binding for file type inputs closes #3760 (3c76bb2)
- avoid validating when field instance exists (3759df2)
- compare form meta.dirty based on original values than staged initials closes #3782 (f3ffd3c)
- expose ValidationOptions type closes #3825 (9854865)
- exposed component APIs to their TS defs with refs closes #3292 (ae59d0f)
- fast equal before deciding value was changed closes #3808 (3d582ec)
- use multiple batch queues for both validation modes closes #3783 (6156603)
Features
- 4.6: Allow mutating field array iterable's value property (#3618) (#3759) (c3c40e5)
- add move to FieldArray (a52f133)
- added unsetValueOnUnmount config (#3815) (e6e1c1d)
- added useFieldModel to useForm API (26c828e)
- allow keep values config to be reactive (5009bd8)
- better normalization for native input file events (2751552)
- Remove yup type dependency (#3704) (e772f9a)
- Sync useField with component v-model (#3806) (0ef7582)
4.5.11 (2022-04-10)
Bug Fixes
Features
4.5.10 (2022-03-08)
Note: Version bump only for package vee-validate
[4.5.9](https://redirect.g
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.