vest icon indicating copy to clipboard operation
vest copied to clipboard

Vest ✅ Declarative validations framework

Results 37 vest issues
Sort by recently updated
recently updated
newest added

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.3.1. Release notes Sourced from date-fns's releases. v3.3.1 Kudos to @​kossnocorp and @​fturmel for working on the release. Fixed Fixed DST issue in getOverlappingDaysInIntervals, resulting...

dependencies

Bumps [validator](https://github.com/validatorjs/validator.js) and [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator). These dependencies needed to be updated together. Updates `validator` from 13.9.0 to 13.11.0 Release notes Sourced from validator's releases. 13.11.0 New Features / Validators #2144 isFreightContainerID:...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.56.0. Release notes Sourced from eslint's releases. v8.56.0 Features 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) 31a7e3f feat: fix...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.10 to 29.5.11. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.10&new-version=29.5.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.1. Release notes Sourced from eslint-plugin-import's releases. v2.29.1 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1 Changelog Sourced from eslint-plugin-import's changelog. [2.29.1] - 2023-12-14 Fixed [no-extraneous-dependencies]: ignore export type {...

dependencies

Bumps [clsx](https://github.com/lukeed/clsx) from 2.0.0 to 2.1.0. Release notes Sourced from clsx's releases. v2.1.0 Features Add new clsx/lite submodule for string-only usage: 1a49142 This is a 140b version of clsx that...

dependencies

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.0.0 to 9.1.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.1.0 (2023-12-02) Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)! Changed: All the [formatting rules...

dependencies

Is it possible to reuse a validation suite multiple times using groups. The scenario I have is a company details model has 2 different addresses, the validation is the same...

There is `test.memo` for memoizing a test. An example from docs is a check for username existence. Another useful thing to have is debouncing. It allows not to run validation...

feature request

I have a form where some fields are dynamically created, some of the dynamic fields are required and some are optional, I couldn’t find a way to make vest support...