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

fix: audit issues quicktype #322

Merged
merged 4 commits into from
Jan 17, 2025
Merged

fix: audit issues quicktype #322

merged 4 commits into from
Jan 17, 2025

Conversation

phanshiyu
Copy link
Contributor

Summary

  • quicktype is used to generate typescript types from our v2.0 and v3.0 schemas
  • The version of quicktype has dependencies that are causing audit issues
  • Bumping the quicktype to a the latest major will break existing types where their corresponding schema definition is of additionalProperties: true - { [property: string]: any } is added, and these update types now will not work as expected if they are used in any type operation that uses keyof (ie Omit)

Changes

  • There shd not be any changes to our v2.0 and v3.0 schemas
  • Commit generated v2.0 and v3.0 types
  • Uninstall quicktype

Issues

  • audit
    What are the related issues or stories?

@phanshiyu phanshiyu merged commit f1339e9 into master Jan 17, 2025
6 checks passed
@phanshiyu phanshiyu deleted the fix/audit-issues-quicktype branch January 17, 2025 07:55
Copy link

🎉 This PR is included in version 6.9.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants