Skip to content

April 15, 2024

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 15 Apr 10:11
· 51 commits to master since this release
f0e6d46

@graphql-tools/utils@10.1.3

Patch Changes

  • #6055 4093f70 Thanks @enisdenjo! - Disallow new lines in paths when checking with isValidPath

    A string may sometimes look like a path but is not (like an SDL of a simple
    GraphQL schema). To make sure we don't yield false-positives in such cases,
    we disallow new lines in paths (even though most Unix systems support new
    lines in file names).