Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vee-validate to v4 #342

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vee-validate (source) ^2.2.15 -> ^4.0.0 age adoption passing confidence

Release Notes

logaretm/vee-validate

v4.5.11

Compare Source

Bug Fixes
Features

v4.5.10

Compare Source

Note: Version bump only for package vee-validate

v4.5.9

Compare Source

Bug Fixes
  • mark fields validated via form validate as validated (ad9fa9d)

v4.5.8

Compare Source

Bug Fixes
  • clear old error path error when changing field name closes #​3664 (f736e62)
  • field array swap not working when falsy values are present at paths (40afbd9)

v4.5.7

Compare Source

Bug Fixes

v4.5.6

Compare Source

Bug Fixes

v4.5.5

Compare Source

Bug Fixes

v4.5.4

Compare Source

Note: Version bump only for package vee-validate

v4.5.3

Compare Source

Features

v4.5.2

Compare Source

Bug Fixes

v4.5.1

Compare Source

Bug Fixes
Features

v4.5.0

Compare Source

Note: Version bump only for package vee-validate

4.4.11 (2021-09-11)

Bug Fixes

4.4.10 (2021-08-31)

Bug Fixes

4.4.9 (2021-08-05)

Bug Fixes
  • ensure to clone user passed values in setters closes #​3428 (a720c24)
  • prioritize the current value if another field of same name is mounted closes #​3429 (cf036ec)

4.4.8 (2021-07-31)

Note: Version bump only for package vee-validate

4.4.7 (2021-07-20)

Bug Fixes
  • avoid watching values at the end of reset calls closes #​3407 (86f594f)
Features

4.4.6 (2021-07-08)

Bug Fixes
  • clean error message for singular fields after unmount (#​3385) (4e81cce)
  • quit unsetting path if its already unset (cfe45ba)
  • expose setters in composition API (d79747d)

4.4.5 (2021-06-13)

4.4.4 (2021-06-05)

Bug Fixes
  • field with pre-register schema errors should be validated on register closes #​3342 (61c7359)
  • make sure to create the container path if it exists while null or undefined (79d3779)
  • make sure to create the container path if it exists while null or undefined (79d3779)
Features
  • expose setters in composition API (61f942f)

4.4.3 (2021-06-02)

Bug Fixes

4.4.2 (2021-05-28)

Bug Fixes
  • clean up the old values path when fields exchange names fixes #​3325 (fe51c12)

4.4.1 (2021-05-24)

Bug Fixes
  • forgot adding errors in useValidationForm (d032d3b)
  • re-introduce the errors prop back on the form validation result closes #​3317 (b439a73)

v4.4.11

Compare Source

Bug Fixes

v4.4.10

Compare Source

Bug Fixes

v4.4.9

Compare Source

Bug Fixes
  • ensure to clone user passed values in setters closes #​3428 (a720c24)
  • prioritize the current value if another field of same name is mounted closes #​3429 (cf036ec)

v4.4.8

Compare Source

Note: Version bump only for package vee-validate

v4.4.7

Compare Source

Bug Fixes
  • avoid watching values at the end of reset calls closes #​3407 (86f594f)
Features

v4.4.6

Compare Source

Bug Fixes
  • clean error message for singular fields after unmount (#​3385) (4e81cce)
  • quit unsetting path if its already unset (cfe45ba)
  • expose setters in composition API (d79747d)

v4.4.5

Compare Source

v4.4.4

Compare Source

Bug Fixes
  • field with pre-register schema errors should be validated on register closes #​3342 (61c7359)
  • make sure to create the container path if it exists while null or undefined (79d3779)
  • make sure to create the container path if it exists while null or undefined (79d3779)
Features
  • expose setters in composition API (61f942f)

v4.4.3

Compare Source

Bug Fixes

v4.4.2

Compare Source

Bug Fixes
  • clean up the old values path when fields exchange names fixes #​3325 (fe51c12)

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Bug Fixes

v4.3.6

Compare Source

Bug Fixes
  • added a symbol to detect non passed props with Vue 3.1.x (#​3295) (0663539)

v4.3.5

Compare Source

Bug Fixes
  • priotrize self injections over parent injections closes #​3270 (07c1234)

v4.3.4

Compare Source

Bug Fixes

v4.3.3

Compare Source

Features

v4.3.2

Compare Source

Bug Fixes

v4.3.1

Compare Source

Bug Fixes
  • give error message component a name (b7dcebf)
  • minor perf enhancement by lazy evaulation of slot props (a306b1b)

v4.3.0

Compare Source

Features

4.2.4 (2021-03-26)

Bug Fixes
  • validation triggered on value change (10549b7)

4.2.3 (2021-03-22)

Bug Fixes
  • prevent yup schema from setting non-interacted fields errors closes #​3228 (534f8b2)

4.2.2 (2021-03-03)

Bug Fixes
  • ensure having a truthy fallback for fields missing in schema (7cd6941)
  • handle pending validation runs during field unmounting (ef5a7cc)

4.2.1 (2021-02-26)

Bug Fixes
  • added initial check against the field errors (4288fb6)

v4.2.4

Compare Source

Bug Fixes
  • validation triggered on value change (10549b7)

v4.2.3

Compare Source

Bug Fixes
  • prevent yup schema from setting non-interacted fields errors closes #​3228 (534f8b2)

v4.2.2

Compare Source

Bug Fixes
  • ensure having a truthy fallback for fields missing in schema (7cd6941)
  • handle pending validation runs during field unmounting (ef5a7cc)

v4.2.1

Compare Source

Bug Fixes
  • added initial check against the field errors (4288fb6)

v4.2.0

Compare Source

Note: Version bump only for package vee-validate

4.1.20 (2021-02-24)

Bug Fixes

4.1.19 (2021-02-16)

Bug Fixes
  • use relative imports for shared type (6790545)
Features
  • improve typing for field yup schema (c59f1f0)

4.1.18 (2021-02-10)

Bug Fixes
  • avoid unsetting field value if switched with another closes #​3166 (f5a79fe)

4.1.17 (2021-02-08)

Bug Fixes
Features
  • add submit count state (#​3070) (a7fe71e)
  • added context awareness to composition helpers for fields (b59fe88)
  • added context information to validation functions (7e6675d)
  • added test cases and fallbacks for unresolved cases (71bda03)
  • added the useResetForm helper (4c57715)
  • added unchecked-value prop to the field component (af910c3)
  • added useErrors and useField error helpers (4cda2fe)
  • added useIsDirty helpers (6b7e4ab)
  • added useIsSubmitting helper (7a58fd8)
  • added useIsTouched helpers (fdb2d5a)
  • added useIsValid helpers (26fbb29)
  • added useSubmitCount helper (c4a6dea)
  • added useSubmitForm hook (#​3101) (d042882)
  • added useValidateField and useValidateForm helpers (62355a8)
  • added validate field function to form and useForm (#​3133) (926bed1)
  • added validate method on the form ref instance closes #​3030 (ed0faff)
  • added validation trigger config per component closes #​3066 (f0e30a2)
  • added value change support for native multi select (#​3146) (0601586)
  • added values helpers (e0f16d6)
  • added warnings for non existent fields and allow reactive paths (4182d2f)
  • avoid watching rules when passed as functions (539f753)
  • dont render any tags when no message exists closes #​3118 (92eba41)
  • enhance ts typing for form functions (8f7d8e8)
  • enhance useField types (dcb8049)
  • enrich form validation results (0c84c80)
  • export some internal types closes #​3065 (b88dffd)
  • field.reset() should reset the field to its initial value (a11f1b7)
  • implement similar reset API for fields (38c3923)
  • new reset API (6983738)
  • rename reset methods to be more consistent (3a0dc4d)
  • update docs (0f5ac98)
  • use internal yup types (#​3123) (7554bfc)
  • use resolveDynamicComponent instead (f1b5f89)
Performance Improvements
  • cache field props in a computed property (d266878)
  • cache form slot props in a computed property (49fa2c1)

4.1.16 (2021-02-07)

Note: Version bump only for package vee-validate

4.1.15 (2021-02-07)

Bug Fixes

4.1.14 (2021-02-06)

Bug Fixes

4.1.13 (2021-02-01)

Features

4.1.12 (2021-01-26)

Bug Fixes

4.1.11 (2021-01-19)

Features

4.1.10 (2021-01-17)

Bug Fixes

4.1.9 (2021-01-13)

Features

4.1.8 (2021-01-12)

Features

4.1.7 (2021-01-12)

Bug Fixes

4.1.6 (2021-01-11)

Bug Fixes

4.1.5 (2021-01-05)

Bug Fixes
  • correctly set the initial value from the v-model closes #​3107 (4bed9a8)

4.1.4 (2021-01-04)

Bug Fixes

4.1.3 (2021-01-02)

Features

4.1.2 (2020-12-26)

Features

4.1.1 (2020-12-18)

Bug Fixes
  • missing export for useErrors helpers (28537cc)

v4.1.20

Compare Source

Bug Fixes

v4.1.19

Compare Source

Bug Fixes
  • use relative imports for shared type (6790545)
Features
  • improve typing for field yup schema (c59f1f0)

v4.1.18

Compare Source

Bug Fixes
  • avoid unsetting field value if switched with another closes #​3166 (f5a79fe)

v4.1.17

Compare Source

Bug Fixes
Features

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vee-validate-4.x branch from 768ce49 to 8f6e4d9 Compare July 1, 2022 12:11
@MrNaif2018
Copy link
Member

Vue3 only

@MrNaif2018 MrNaif2018 closed this Jul 1, 2022
@MrNaif2018 MrNaif2018 deleted the renovate/vee-validate-4.x branch July 1, 2022 12:18
@renovate
Copy link
Contributor Author

renovate bot commented Jul 1, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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