Skip to content

Comments

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/client/vee-validate-4.8.4
Closed

build(deps): bump vee-validate from 3.4.14 to 4.8.4 in /client#68
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/client/vee-validate-4.8.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2023

Bumps vee-validate from 3.4.14 to 4.8.4.

Release notes

Sourced from vee-validate's releases.

@​vee-validate/i18n@​4.1.0

  • Added loadLocaleFromURL to help CDN users load languages from URLs

vee-validate@4.1.16

This release has no public changes aside from internal TypeScript enhancements

vee-validate@4.1.15

🐛 Bug Fixes

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

vee-validate@4.1.14

🐛 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)

vee-validate@4.1.13

🐛 Bug Fixes

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

vee-validate@4.1.12

🐛 Bug Fixes

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

vee-validate@4.1.11

🆕 New Features

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

vee-validate@4.1.10

🐛 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)

vee-validate@4.1.9

👕

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

vee-validate@4.1.8

✨ 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.8.4 (2023-03-24)

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)

4.8.3 (2023-03-15)

Note: Version bump only for package vee-validate

4.8.2 (2023-03-14)

Bug Fixes

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

4.8.1 (2023-03-12)

Bug Fixes

  • make sure to have a fallback for undefined casts closes #4186 (9f1c63b)

Features

  • expose errorBag to slot props (371744e)

4.8.0 (2023-03-12)

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)

... (truncated)

Commits
  • 839a14f chore(release): publish
  • 8e3663d fix: properly unref the schema before checking for default values closes #4196
  • 8fb543a feat: allow name ref to be a lazy function
  • eeccd0c fix: make initial values partial closes #4195
  • 48deea9 chore: migrate to vitest
  • 2492a60 chore(release): publish
  • 7888941 chore(release): publish
  • d5acff7 fix: do not use name as a default label for useField closes #4164
  • 03402c6 chore(release): publish
  • 9f1c63b fix: make sure to have a fallback for undefined casts closes #4186
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 24, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/client/vee-validate-4.8.4 branch from d348ffa to 488c1e7 Compare April 1, 2023 18:46
Bumps [vee-validate](https://github.com/logaretm/vee-validate/tree/HEAD/packages/vee-validate) from 3.4.14 to 4.8.4.
- [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.8.4/packages/vee-validate)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/client/vee-validate-4.8.4 branch from 488c1e7 to 8722b74 Compare April 1, 2023 19:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2023

Superseded by #84.

@dependabot dependabot bot closed this Apr 17, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/client/vee-validate-4.8.4 branch April 17, 2023 03:24
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