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

build(deps): bump vee-validate from 3.4.14 to 4.9.6 in /client #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Bumps vee-validate from 3.4.14 to 4.9.6.

Release notes

Sourced from vee-validate's releases.

@​vee-validate/i18n@​4.1.0

  • Added loadLocaleFromURL to help CDN users load languages from URLs

[email protected]

This release has no public changes aside from internal TypeScript enhancements

[email protected]

🐛 Bug Fixes

  • Fixed global rules not resolving nested field value when targetted by another field #3157 (beaf3168490aee585542a19c9a910d9493e78208)

[email protected]

🐛 Bug Fixes

  • Fixed an issue where fields with global rules that includes cross-field validation will ignore the validation triggers #3156 (a7b91f6e6c38f0b5262e2d4c1814154efa3b78c8)

@​vee-validate/i18n@​4.0.3

🌏 New Locale

Added bn locale thanks to @​Bopsi (#3125)

[email protected]

🐛 Bug Fixes

  • Added partial support for the select[multiple] element #3145 (#3146)

[email protected]

🐛 Bug Fixes

  • Fixed an issue where radio fields in an array were not switching their value correctly when removing previous items #3141 (3d4efef68c63a3b57e2bf14fed913dbf841a7f5e)

[email protected]

🆕 New Features

  • Exposed validateField function on the <Form /> slot props and useForm return value, previously it was only available as a composable helper function.

[email protected]

🐛 Bug Fixes

  • Fixed an issue where array fields didn't preserve their state if another item were added and they weren't manipulated yet #3128 (650d5cf9f75f9b9247fc813acf2aff4089f05415)

[email protected]

👕

  • Updated the types to use yup own type information and enhanced the compatibility between generic useForm and object schemas (#3123)

[email protected]

✨ Enhancements

  • Changed <ErrorMessage />to not render anything when there are no messages for the associated field #3118 (92eba41)

... (truncated)

Changelog

Sourced from vee-validate's changelog.

4.9.6

Patch Changes

  • b138282a: fix(types): export SetFieldValueOptions interface closes #4290
  • 6e074f77: fix: handleBlur should respect blur validate config closes #4285

4.9.5

Patch Changes

  • 7356c102: fix: setFieldError should set meta.valid closes #4274

4.9.4

Patch Changes

  • f4ea2c05: fix: exclude undefined and null from initial values closes #4139

4.9.3

Patch Changes

  • 09d5596b: fix: run validation on value change closes #4251
  • 9bfbfaaf: feat: added isValidating to useForm
  • 48b45d91: fix: hoist nested errors path to the deepest direct parent closes #4063

4.9.2

Patch Changes

  • 31090e0d: avoid double unset path with field array remove
  • 9046308b: fixed validations running for unmounted fields
  • fe322a07: batch unsets and sort paths unset order for safer unsets closes #4115

4.9.1

Patch Changes

  • 681bbab4: Added type-fest to core package dependencies

4.9.0

Minor Changes

  • 41b5d39b: Implemented path types into various form API functions
  • 95409080: Added component and input binds helpers

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vee-validate](https://github.com/logaretm/vee-validate/tree/HEAD/packages/vee-validate) from 3.4.14 to 4.9.6.
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/packages/vee-validate/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.9.6/packages/vee-validate)

---
updated-dependencies:
- dependency-name: vee-validate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants