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

fix(deps): bump vee-validate from 3.4.13 to 4.13.0 #439

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps vee-validate from 3.4.13 to 4.13.0.

Release notes

Sourced from vee-validate's releases.

v4.13.0

🆕 Features

  • Inject form values to yup schema contexts when using field-level rules #4753 (27fe5c8)
  • Expose setValue on Field instance and slot props #4755 (ae3772a)
  • Added ResetFormOpts arg to useResetForm #4707 (fd008c1)
  • Apply Yup/Zod transformations on field-level rules #4713 (#4754) thanks to @​mehcode
  • Allow custom interpolation options for i18n #4726 (#4727) thanks to @​zleight1

🐛 Bug Fixes

  • The force option not behaving correctly when passing empty objects or empty values, now it respects whatever you pass in as the new values and initial values #4680 #4729 (454bc45)
  • Offer an all export that contains all rules for @vee-validate/rules #4766 (fdb2d47135aef898009acfe23df9026be65887f6)

v4.12.7

🐛 Bug Fixes

  • Handle TypedSchema.describe API crashing with future releases, now it just reports false for meta.required (1376794)
  • Handle meta.required for single field schema react to changes #4738 (1376794)
  • Ensure meta.required reacts to reactive form schema changes #4738 (c4415f8)

🌍 i18n

v4.12.6

🐛 Bug Fixes

  • Apply error messages again to prevent hoisted paths from being overridden 07d01fdd9bd41d44bcb163021d15ff4b3d4bde45

👕 TypeScript

  • Expose Field component interface #4657
  • Updated valibot dependency #4658

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

🐛 Bug Fixes

  • Check if both source and target objects are POJOs before attempting to merge them (2a09a58)

v4.12.3

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from vee-validate's changelog.

4.13.0

Minor Changes

  • 454bc45: fix: force resetForm should not merge values closes #4680 closes #4729
  • 27fe5c8: feat: provide form values as context for yup closes #4753

Patch Changes

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

4.12.8

Patch Changes

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

4.12.7

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

4.12.6

Patch Changes

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

4.12.5

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"

4.12.4

Patch Changes

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

4.12.3

Patch Changes

  • 72e4379: fix: remove deep data mutation warning closes #4597

... (truncated)

Commits
  • 76f1440 chore(release): publish
  • 17a211d fix: ensure transformed values in field-level schemas are used on submit (#4754)
  • ae3772a feat: expose setValue on Field instance and slot props closes #4755
  • 454bc45 fix: force resetForm should not merge values closes #4680 closes #4729
  • fd008c1 feat: added ResetFormOpts arg to useResetForm closes #4707
  • 27fe5c8 feat: provide form values as context for yup closes #4753
  • 352aada chore(release): publish
  • f8bab9c fix: field-level typed schemas not executed closes #4744
  • 8cd2da4 chore(release): publish
  • 1376794 fix: handle single field meta reactivity closes #4738
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.13 to 4.13.0.
- [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.13.0/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 3, 2024
@dependabot dependabot bot requested a review from NitichaiSawangsai June 3, 2024 12:50
Copy link

vercel bot commented Jun 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
deploy-profile-nitichai ❌ Failed (Inspect) Jun 3, 2024 0:50am
dev-profile-nitichai ❌ Failed (Inspect) Jun 3, 2024 0:50am

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 7, 2024

Superseded by #440.

@dependabot dependabot bot closed this Jun 7, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/vee-validate-4.13.0 branch June 7, 2024 12:48
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.

1 participant