yup-phone icon indicating copy to clipboard operation
yup-phone copied to clipboard

☎️ Adds a phone number validation check to yup validator using google-libphonenumber

Results 53 yup-phone issues
Sort by recently updated
recently updated
newest added

Bumps [rollup](https://github.com/rollup/rollup) from 2.60.0 to 2.79.1. Release notes Sourced from rollup's releases. v2.79.1 2022-09-22 Bug Fixes Avoid massive performance degradation when creating thousands of chunks (#4643) Pull Requests #4639: fix:...

dependencies

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.16.0 to 7.19.1. Release notes Sourced from @​babel/plugin-transform-runtime's releases. v7.19.1 (2022-09-14) Thanks @​hegemonic for your first PR! :bug: Bug Fix babel-core #14930 Avoid fancy stack traces size...

dependencies

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 14.1.0 to 17.1.2. Release notes Sourced from @​commitlint/cli's releases. v17.1.2 17.1.2 (2022-08-29) Bug Fixes load: add ts-node as direct dependency (#3351) (3b66891) update dependency cosmiconfig-typescript-loader to v4...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.0 to 19.0.5. Release notes Sourced from semantic-release's releases. v19.0.5 19.0.5 (2022-08-23) Reverts Revert "fix(deps): update dependency yargs to v17" (#2534) (8f07522), closes #2534 #2533 v19.0.4 19.0.4...

dependencies

Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 7.28.2 to 8.4.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/eslint&package-manager=npm_and_yarn&previous-version=7.28.2&new-version=8.4.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Describe the bug yup-phone is not working with this current version getting: TypeError: yup__WEBPACK_IMPORTED_MODULE_5__.string(...).phone is not a function To Reproduce Try to validate phone number with yup-phone const validate =...

Sandbox not found yup phone is not working on codesandbox

Reduced bundle size by replacing `google-libphonenumber` with `libphonenumber-js` You can read about difference from Google's `libphonenumber` here: https://gitlab.com/catamphetamine/libphonenumber-js#difference-from-googles-libphonenumber Suggested solution by @oneserv-heuser here: https://github.com/abhisekp/yup-phone/issues/631#issuecomment-999523947 Closes #631

First of all thanks for creating this! I guess this is more of a question than an issue, although the answer will indicate whether it's a bug or not. My...

Hello, since updateing to yup 1.0.0 I get the following error message ``` ERROR(vue-tsc) Property 'phone' does not exist on type 'StringSchema'. FILE /Users/mariojacobi/Repositories/sofi-landing-page/pages/group/[id].vue:194:40 192 | vibe: yup.string().required(), 193 |...