Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

graphql-mini-transforms@5.2.0

Choose a tag to compare

@shopify-github-actions-access shopify-github-actions-access released this 07 Feb 00:44
· 436 commits to main since this release
0e54fb6

Minor Changes

  • #2409 0bff6fad7 Thanks @BPScott! - Update types to account changes in TypeScript 4.8 and 4.9. Propogate contstraints on generic types and update type usage relating to Window and Navigator. Technically this makes some types stricter, as attempting to pass null|undefined into certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place.