Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Bump zod from 3.20.6 to 3.21.2 #127

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps zod from 3.20.6 to 3.21.2.

Release notes

Sourced from zod's releases.

v3.21.2

Commits:

  • b276d71eaefef6cb87c81e8429bd160e4b68c168 Improve typings in generics
  • 4d016b772b79d566bfa2a0c2fc5bfbd92b776982 Improve type inference in generics
  • f9895ab1650ef3df9c598a8c43ede0160596ac2e Improve types inside generic functions
  • ac0135e00df75abd57a93a4816fe0fdaa31e94e8 Pass input into catchValue

v3.21.1

Features

Support for ULID validation

z.string().ulid();

Commits:

  • 4f8946182ee07eb7b5d40efa908b1715414e8929 Prettier
  • bd6527a47a4626135dccac113a7b09f81b675edd Update deps
  • 126c77b3130d9a68032f72ac76dd9e1ccfd86c2c added toLowerCase and toUpperCase back in for v3.21.0
  • 174965739d17db348d445ab250fb2cf6bd7cdd51 Update README.md
  • dabe63d15eb6d22246aa5d5c83b69d1d5f4c2f4b updated z.custom example again :D
  • 6b8f6557d9b53ea7ad3fda753a51cdf153ba1fb7 docs: improve cn readme (#2143)
  • 9012dc7055e1467b6d619a6c0ad016fdfbde2b9c add .includes(value, options?) @ ZodString. (#1887)
  • 67b981e70b4bacb2278a9aacd22d38cbb4b52d17 Make safeParse().error a getter
  • 346fde03724bfd1601823e4f72470bc7e344030b 3.21.0-canary.20230304T235951
  • b50d871b2f5949587afdcce2375227a447dbb742 Add canary release CI
  • b20cca230a6a9beb8acf841250641b62847b6e80 Fix canary
  • f7f5c50c65d7c7e5262c028e6832b92b14d84ea5 Move action to .github/workflows
  • f01fa0e48ca18630604366f5bc7401a18eb4d018 Try to fix canary CI
  • f5e8067b2afcc3e5ae9f8ed389a31b83a7c3ceec No git tag
  • 5b304ae41705105ae6edcacdb6dfdac9c527b3f4 No dry run
  • 20df80e6ce2ac27f6e2f26b61cd1fd4c942b152d Add tsc compilation test
  • ead93d3cfde54efe952dc615c21ff179a00f7574 Document .pipe()
  • d8e86534325fb00bc0193a4c6af04f2a67bd2e4e Update headers
  • 03c0ab1640ca9111d9fbac3c261e2f76e3cbf247 Cache the evaluation of ParseInputLazyPath.path() for a moderate perf improvement (#2137)
  • e7b3b7bf493caeee7e4f043eea024e4d3badc090 Improve string docs
  • 83478f5e413c333f07f53b9b4bb8c24b75e1cecf Remove zod dep
  • 2f1868d0c17c0e401c4438d9d35e68f9685a741b Specify paths for canary
  • e599966709fe0253d6779ce1dec38a2adcebf41f Add sponsors
  • 950bd17f01668b45e592a678974437b15012b158 Tweak x.custom example
  • 728e56a7e157cca8cdc0ab937f25a2412673c934 Close #2127
  • 64883e4fe41b10eb577c4f9eaf6f24fa29bcd60d feat: z.string().ulid() - add support for ulids (#2049)
  • e0d709b1348efab06ac5341d360a411bc09eb7ba 3.20.1
  • 9c3319443cfc953adc51786e8d6fe0bbe1e37f8e Remove comments, clean up utils
  • 942e2db8e51d580f4e3cd8c4c4af8bc6aecf4130 Fix tests

v3.21.0

... (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 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 [zod](https://github.com/colinhacks/zod) from 3.20.6 to 3.21.2.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.20.6...v3.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2023

Superseded by #129.

@dependabot dependabot bot closed this Mar 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zod-3.21.2 branch March 7, 2023 17:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants