VMGWARE / Camphouse

Camphouse is a simple, open-source, and self-hosted social media platform.
https://camphouse.vmgware.dev/
Other
4 stars 2 forks source link

Bump vee-validate from 4.11.8 to 4.12.4 in /frontend #131

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps vee-validate from 4.11.8 to 4.12.4.

Release notes

Sourced from vee-validate's releases.

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

  • use spec object instead of checking tests for determining the required status of a field on yup schemas #4598 (#4599)

🆕 Improvements

  • Remove deep data mutation warning #4597 (72e4379)
  • Allow path meta querying for nested fields #4575 (a18c19f)
  • Expose some state on form instance (e2171f8)

v4.12.2

🐛 Bug Fixes

  • Apply schema casts when submitting #4565 (b2203c8e)
  • defineField should respect global validateOnModelUpdate config #4567 (ec8a4d7e)

v4.12.1

🐛 Bug Fixes

  • resetForm not resetting unspecified fields to their original values if a partial is provided #4564 (36f6b9e6)
  • resetField not setting the original value of the field causing the dirty flag to not update #4564 (36f6b9e6)

DX

  • unref initial values when initializing the form #4563 (c1c6f399)

v4.12.0

💣 Breaking Changes

Deprecated reactive initial values #4402 (bbecc973)

Initial values can no longer be reactive since they did not serve any purpose for being so. The recommended API for setting async initial values is by explicitly calling resetForm.

🆕 defineField API #4497

This is a new function available on useForm and is meant to replace useFieldModel, defineInputBinds and defineComponentBinds by building upon and improving those APIs.

<script setup>
import { useForm } from 'vee-validate';

const { defineField, errors } = useForm({ </tr></table>

... (truncated)

Changelog

Sourced from vee-validate's changelog.

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
  • a18c19f: feat: allow path meta querying for nested fields closes #4575
  • e2171f8: feat: expose some state on form instance

4.12.2

Patch Changes

  • b2203c8e: fix: apply schema casts when submitting closes #4565
  • ec8a4d7e: fix: defineField should respect global validateOnModelUpdate closes #4567

4.12.1

Patch Changes

  • 36f6b9e6: fix: reset form and field behaviors for unspecified values closes #4564
  • c1c6f399: fix: unref initial values when initializing the form closes #4563

4.12.0

Minor Changes

  • bbecc973: feat: deprecate reactive initial values closes #4402

Patch Changes

  • f9a95843: feat: add label support to defineField closes #4530
  • f688896f: fix: avoid overriding paths and destroy path on remove closes #4476 closes #4557
  • 2abb8966: fix: clone values before reset closes #4536
  • e370413b: fix: handle hoisted paths overriding one another
  • 95b701f7: feat: allow getters for field arrays
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 show 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)
dependabot[bot] commented 10 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.