Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2022

This PR contains the following updates:

Package Change Age Confidence
vee-validate (source) ^3.3.9 -> ^4.15.1 age confidence

Release Notes

logaretm/vee-validate (vee-validate)

v4.15.1

Compare Source

Patch Changes
  • 721e980: Align FormErrors type with its actual structure at runtime.
  • 546d82e: fix: normalize objects before equality checks closes #​5006

v4.15.0

Compare Source

Patch Changes
  • 30281f5: fix: lazy load the devtools dep to force it out of production bundle
  • ec121b1: fix: skip loading devtools if in SSR

v4.14.7

Compare Source

Patch Changes

v4.14.6

Compare Source

v4.14.5

Compare Source

Patch Changes
  • e9f8c88: fix: force loading the mjs module when using nuxt

v4.14.4

Compare Source

Patch Changes
  • f33974c: fix(types): expose field and form slot prop types closes #​4900
  • 0991c01: fix: devtools crashing when a field name is defined as getter
  • ecb540a: fix: handle getter field names properly closes #​4877
  • 4f88d85: fix: specify module type on package.json

v4.14.3

Compare Source

Patch Changes
  • 07c27d5: fix: remove rogue console.log

v4.14.2

Compare Source

Patch Changes

v4.14.1

Compare Source

v4.14.0

Compare Source

Minor Changes
Patch Changes
  • f7a4929: feat: expose useFormContext closes #​4490
  • 97cebd8: chore: add 'exports' field in package.json for all packages
  • 421ae69: "fix(types): export component internal types"

v4.13.2

Compare Source

Patch Changes
  • afbd0e5: feat: support valibot 0.33.0

v4.13.1

Compare Source

v4.13.0

Compare Source

Minor Changes
Patch Changes
  • ae3772a: feat: expose setValue on Field instance and slot props closes #​4755
  • fd008c1: feat: added ResetFormOpts arg to useResetForm closes #​4707

v4.12.8

Compare Source

Patch Changes
  • f8bab9c: "fix: field-level validation not working with typed scheams closes #​4744"

v4.12.7

Compare Source

Patch Changes
  • 1376794: fix: handle meta.required for single field schemas closes #​4738
  • 1376794: fix: add try-catch for schema description logic across all major schema providers
  • c4415f8: fix: ensure meta.required is reactive whenever the schema changes closes #​4738

v4.12.6

Compare Source

Patch Changes
  • 07d01fd: fix: re-apply errors to avoid race conditions

v4.12.5

Compare Source

Patch Changes
  • d779980: fix: make sure removePathState removes the correct path state
  • 9eda544: "fix: remove event arg from define field handlers for component compat closes #​4637"

v4.12.4

Compare Source

Patch Changes
  • 2a09a58: "fix: check if both source and target objects are POJOs"

v4.12.3

Compare Source

Patch Changes
  • 72e4379: fix: remove deep data mutation warning closes #​4597
  • a18c19f: feat: allow path meta querying for nested fields closes #​4575
  • e2171f8: feat: expose some state on form instance

v4.12.2

Compare Source

Patch Changes
  • b2203c8: fix: apply schema casts when submitting closes #​4565
  • ec8a4d7: fix: defineField should respect global validateOnModelUpdate closes #​4567

v4.12.1

Compare Source

Patch Changes
  • 36f6b9e: fix: reset form and field behaviors for unspecified values closes #​4564
  • c1c6f39: fix: unref initial values when initializing the form closes #​4563

v4.12.0

Compare Source

Minor Changes
Patch Changes

v4.11.8

Compare Source

Patch Changes

v4.11.7

Compare Source

Patch Changes

v4.11.6

Compare Source

Patch Changes
  • f683e90: fix(types): infer the model value prop name correctly

v4.11.5

Compare Source

Patch Changes

v4.11.4

Compare Source

Patch Changes
  • 4d8ed7e: feat: added reset opts to force values closes #​4440
  • b53400e: fix: silent validation should not mark a field as validated
  • 8f680bf: fix: clone the schema object before validating closes #​4459
  • 5231f43: fix: respect validate on model update configuration closes #​4451, closes #​4467

v4.11.3

Compare Source

v4.11.2

Compare Source

Patch Changes
  • 2ff045c: fix: do not warn if a form or a field was resolved closes #​4399
  • 73219b4: feat: expose all internal types
  • 4947e88: feat: expose BaseInputBinds and BaseComponentBinds interfaces #​4409
  • ecbb690: feat: query fields meta state

v4.11.1

Compare Source

Patch Changes
  • 5e23dcb: fix: add support for parsing range inputs

v4.11.0

Compare Source

Minor Changes
  • 2d8143f: feat: added composition setter functions

v4.10.9

Compare Source

Patch Changes
  • c02337f: fix: correct the setErrors type to allow for string[]

v4.10.8

Compare Source

Patch Changes
  • a9a473b: feat(perf): improve performance setFieldError and setFieldValue closes #​4382

v4.10.7

Compare Source

Patch Changes
  • 9290f5a: fix: clone values inserted into field arrays closes #​4372
  • 93f8001: fix: do not warn if the validation is for removed paths closes #​4368

v4.10.6

Compare Source

Patch Changes

v4.10.5

Compare Source

Patch Changes
  • 6a1dc9b: fix: component blur event and respect model update config closes #​4346

v4.10.4

Compare Source

Patch Changes
  • 2f9ca91: fix(types): remove deep readonly type for now

v4.10.3

Compare Source

Patch Changes
  • 32537e1: fix: less strict object checks for undefined and missing keys closes #​4341
  • c3698f0: fix: respect model modifiers when emitting the value closes #​4333

v4.10.2

Compare Source

Patch Changes
  • 1660048: fix: define binds not respecting config events

v4.10.1

Compare Source

Patch Changes
  • fc41691: fix: handle NaN when parsing number inputs closes #​4328
  • 435e785: fix: reset present values after all path mutation
  • 273cca7: fix: reset field should not validate closes #​4323

v4.10.0

Compare Source

Minor Changes
  • 7a548f4: chore: require vue 3.3 and refactor types
  • 7ce9d67: feat(breaking): disable v-model support by default closes #​4283
  • bfd6b00: "feat: allow custom models for defineComponentBinds"
  • d4fafc9: "feat: allow handleBlur to run validations"
  • 05d957e: feat: mark form values as readonly closes #​4282
Patch Changes

v4.9.6

Compare Source

Patch Changes
  • b138282: fix(types): export SetFieldValueOptions interface closes #​4290
  • 6e074f7: fix: handleBlur should respect blur validate config closes #​4285

v4.9.5

Compare Source

Patch Changes

v4.9.4

Compare Source

Patch Changes
  • f4ea2c0: fix: exclude undefined and null from initial values closes #​4139

v4.9.3

Compare Source

Patch Changes
  • 09d5596: fix: run validation on value change closes #​4251
  • 9bfbfaa: feat: added isValidating to useForm
  • 48b45d9: fix: hoist nested errors path to the deepest direct parent closes #​4063

v4.9.2

Compare Source

Patch Changes
  • 31090e0: avoid double unset path with field array remove
  • 9046308: fixed validations running for unmounted fields
  • fe322a0: batch unsets and sort paths unset order for safer unsets closes #​4115

v4.9.1

Compare Source

Patch Changes
  • 681bbab: Added type-fest to core package dependencies

v4.9.0

Compare Source

Minor Changes
  • 41b5d39: Implemented path types into various form API functions
  • 9540908: Added component and input binds helpers
Patch Changes
  • 7554d4a: fix field array triggering validation when an item is removed
  • 298577b: setValues does not delete unspecified fields values

v4.8.6

Compare Source

Patch Changes
  • 6e0b055: Introduced official nuxt module package

v4.8.5

Compare Source

Patch Changes

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

v4.8.4

Compare Source

Bug Fixes
Features
  • allow name ref to be a lazy function (8fb543a)

v4.8.3

Compare Source

Note: Version bump only for package vee-validate

v4.8.2

Compare Source

Bug Fixes
  • do not use name as a default label for useField closes #​4164 (d5acff7)

v4.8.1

Compare Source

Bug Fixes
  • make sure to have a fallback for undefined casts closes #​4186 (9f1c63b)
Features
  • expose errorBag to slot props (371744e)

v4.8.0

Compare Source

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

4.7.4 (2023-02-07)

Bug Fixes
Features

4.7.3 (2022-11-13)

Bug Fixes

4.7.2 (2022-11-02)

Bug Fixes

4.7.1 (2022-10-23)

Bug Fixes

v4.7.4

Compare Source

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

4.7.4 (2023-02-07)

Bug Fixes
Features

4.7.3 (2022-11-13)

Bug Fixes

4.7.2 (2022-11-02)

Bug Fixes

4.7.1 (2022-10-23)

Bug Fixes

v4.7.3

Compare Source

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

4.7.4 (2023-02-07)

Bug Fixes
Features

4.7.3 (2022-11-13)

Bug Fixes

4.7.2 (2022-11-02)

Bug Fixes

4.7.1 (2022-10-23)

Bug Fixes

v4.7.2

Compare Source

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

4.7.4 (2023-02-07)

Bug Fixes
Features

4.7.3 (2022-11-13)

Bug Fixes

4.7.2 (2022-11-02)

Bug Fixes

4.7.1 (2022-10-23)

Bug Fixes

v4.7.1

Compare Source

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

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/vee-validate-4.x branch from 44a850e to 56310c2 Compare March 26, 2022 15:34
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 56310c2 to 98c02d9 Compare April 24, 2022 22:17
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 98c02d9 to f3ba315 Compare November 20, 2022 14:57
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from f3ba315 to 5a58840 Compare March 16, 2023 19:56
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 5a58840 to 1bfe0d6 Compare March 24, 2023 20:43
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 1bfe0d6 to 3ec1266 Compare April 17, 2023 12:37
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 2 times, most recently from f11314e to 5d10c48 Compare May 31, 2023 23:57
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 4 times, most recently from 5dd4b66 to 9d054e0 Compare June 30, 2023 00:33
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 3 times, most recently from 3440a2b to e960143 Compare July 8, 2023 19:03
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 2 times, most recently from 1b96c4e to 1f3b9b1 Compare July 22, 2023 15:11
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 3 times, most recently from 693387b to fb0247a Compare August 1, 2023 22:03
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 2 times, most recently from f32b7f9 to 2ea8801 Compare August 23, 2023 01:24
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 2 times, most recently from 303a4ab to 00c1808 Compare September 9, 2023 23:21
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 00c1808 to 843adc5 Compare September 23, 2023 23:33
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 843adc5 to 0759d62 Compare October 6, 2023 01:40
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 3 times, most recently from 71c297c to fa58c0f Compare November 29, 2023 03:35
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from fa58c0f to 887754e Compare February 2, 2024 14:41
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 887754e to 73b1963 Compare March 8, 2024 17:42
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 2 times, most recently from 2520a36 to a1d39b6 Compare May 9, 2024 10:36
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 2 times, most recently from eaab37c to 35f885a Compare June 6, 2024 18:15
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 35f885a to 62a7473 Compare July 5, 2024 16:45
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 5 times, most recently from 81ac929 to 878af8c Compare October 24, 2024 05:49
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch 2 times, most recently from d4b4027 to 2300573 Compare October 26, 2024 16:38
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 2300573 to d16b277 Compare November 9, 2024 00:03
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from d16b277 to 67e0bda Compare December 22, 2024 18:38
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 67e0bda to 2d85aeb Compare June 7, 2025 18:31
@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 2d85aeb to b4a4078 Compare August 10, 2025 12:25
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.

0 participants