colinhacks / zod

TypeScript-first schema validation with static type inference
https://zod.dev
MIT License
33.95k stars 1.19k forks source link

fix: failed IP validation test #3809

Closed wataryooou closed 2 days ago

wataryooou commented 3 weeks ago

The tests started failing on the main branch after the following PR(https://github.com/colinhacks/zod/pull/3513) was merged.

This PR removed this case from the test because a6ea::2454:a5ce:94.105.123.75 is not a valid IPv6 address.

netlify[bot] commented 3 weeks ago

Deploy Preview for guileless-rolypoly-866f8a ready!

Built without sensitive environment variables

Name Link
Latest commit 189c1999402c310ea81994d6277b24c5ac8a3810
Latest deploy log https://app.netlify.com/sites/guileless-rolypoly-866f8a/deploys/67135ab6db43ab00074702cd
Deploy Preview https://deploy-preview-3809--guileless-rolypoly-866f8a.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

wataryooou commented 2 days ago

This problem was resolved in this commit(https://github.com/colinhacks/zod/commit/f487d74ecd3ae703ef8932462d14d643e31658b3). Closed 🙏