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

[Snyk] Upgrade zod from 3.5.1 to 3.6.1 #2656

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade zod from 3.5.1 to 3.6.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2021-08-01.
Release notes
Package name: zod
  • 3.6.1 - 2021-08-01
    • Add IE11 support

    • ZodError.flatten now optionally accepts a map function for customizing the output

    • .void() now only accepts undefined, not null.

    • z.enum now supports Readonly string tuples

      const HTTP_SUCCESS = ["200", "201"] as const;
      const arg = z.enum(HTTP_SUCCESS);
      
  • 3.6.0 - 2021-08-01
  • 3.5.4 - 2021-08-01
  • 3.5.3 - 2021-08-01
  • 3.5.2 - 2021-08-01
  • 3.5.1 - 2021-07-06

    Merge pull request #527 from andersk/readme-fragments

    README: Fix broken fragment links

from zod GitHub release notes
Commit messages
Package name: zod

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@mantariksh mantariksh merged commit 98ad985 into develop Aug 23, 2021
@mantariksh mantariksh deleted the snyk-upgrade-29f7c251c65708a13524051a0ad62bdf branch August 23, 2021 07:42
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.

2 participants