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

chore(deps): update zod to ^3.23.8 #7253

Merged
merged 2 commits into from
Jul 22, 2024
Merged

Conversation

colinaaa
Copy link
Contributor

Summary

This patch updated zod to ^3.23.8 to fix a type error related to samchon/typia#1166.

Before upgrading, the EntryDescription type gives an output like:

type EntryDescription = {
    import: (string | string[]) & (string | string[] | undefined);
}

which will make typia complain.

After upgrading, the EntryDescription type gives an output like:

type EntryDescription = {
    import: string | string[];
}

which is clean and correct.

See the full changelog at https://github.com/colinhacks/zod/releases.

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copy link

netlify bot commented Jul 22, 2024

Deploy Preview for rspack canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 9cb94b4
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/669e074fdb05e30008f77f4c

chenjiahan
chenjiahan previously approved these changes Jul 22, 2024
@chenjiahan chenjiahan enabled auto-merge (squash) July 22, 2024 07:04
@chenjiahan
Copy link
Member

LGTM 👍

@chenjiahan
Copy link
Member

Please run pnpm api-extractor:local to update the api.md file

auto-merge was automatically disabled July 22, 2024 07:16

Head branch was pushed to by a user without write access

@chenjiahan chenjiahan enabled auto-merge (squash) July 22, 2024 07:23
@chenjiahan chenjiahan merged commit d6a7de2 into web-infra-dev:main Jul 22, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants