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

npm-dressca-frontend: bump vee-validate from 4.5.8 to 4.11.8 in /samples/web-csr/dressca-frontend #374

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps vee-validate from 4.5.8 to 4.11.8.

Release notes

Sourced from vee-validate's releases.

v4.11.8

🐛 Bug Fixes

  • (perf) Avoid triggering extra model value events #4461 (d1b5b855)

👕 TypeScript

  • Allow null as a valid Form prop type #4483 (78c4668e)

v4.11.7

💣 Breaking Changes

  • Removed default export from the @vee-validate/rules package which caused issues for ESM importing #4470

This only affects you if you are importing all the rules.

Migration:

- import AllRules from '@vee-validate/rules';
+ import * as AllRules from '@vee-validate/rules';

👕 Types

  • useSetFormValues now accepts values generic type parameters (#4475) thanks to @​ivan-angjelkoski
  • Exported missing internal types causing a build error #4478 (a1414f6aa9d133376b98c6a53347be47da480d6d)

🆕 New Features

  • Added Joi schema support thanks to @​lallenfrancisl (#4463), it was sneaked in a previous release tag but it is being announced here to acknowledge that addition.
  • Valibot and Yup schemas now merge their default values with the initial form values, allowing you to use each lib's schema defaults more freely (c3727181aeb768976c6467f6033b8381191c2e2f)

v4.11.6

👕 TypeScript

This release is aimed at resolving #4421

  • useForm#defineComponentBinds is now more strict and provides accurate typings for both modelValue and update:modeValue properties. Previously they were not exposed.

Try the following example.

const { defineComponentBinds } = useForm({
  validationSchema: toTypedSchema(yup.object({
    date: yup.date().required(),
    number: yup.number().required(),
    string: yup.string().required(),
    valueModel: yup.string().required(),
  })),
</tr></table> 

... (truncated)

Changelog

Sourced from vee-validate's changelog.

4.11.8

Patch Changes

  • d1b5b855: fix: avoid triggering extra model value events closes #4461
  • 78c4668e: feat: allow null as a valid Form prop type closes #4483

4.11.7

Patch Changes

  • a1414f6a: fix: export ModelessBinds type closes #4478

4.11.6

Patch Changes

  • f683e909: fix(types): infer the model value prop name correctly

4.11.5

Patch Changes

  • 27c9ef24: feat(types): stronger define component bind types closes #4421
  • 804ec6fa: fix: use flags to avoid validating during reset #4404 #4467

4.11.4

Patch Changes

  • 4d8ed7eb: feat: added reset opts to force values closes #4440
  • b53400e2: fix: silent validation should not mark a field as validated
  • 8f680bf1: fix: clone the schema object before validating closes #4459
  • 5231f439: fix: respect validate on model update configuration closes #4451, closes #4467

4.11.3

4.11.2

Patch Changes

  • 2ff045c1: fix: do not warn if a form or a field was resolved closes #4399
  • 73219b40: feat: expose all internal types
  • 4947e88f: feat: expose BaseInputBinds and BaseComponentBinds interfaces #4409
  • ecbb690d: feat: query fields meta state

4.11.1

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 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 4.5.8 to 4.11.8.
- [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.11.8/packages/vee-validate)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm npmパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある labels Nov 22, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

Superseded by #386.

@dependabot dependabot bot closed this Nov 27, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/samples/web-csr/dressca-frontend/vee-validate-4.11.8 branch November 27, 2023 15:43
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 npm npmパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants