Skip to content

August 03, 2024

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 12:06
· 109 commits to master since this release
426f237

@graphql-eslint/[email protected]

Patch Changes

  • #2466
    da608d7
    Thanks @dimaMachina! - fix require is not defined in flat
    configs for Vue/Svelte projects

  • #2468
    733a66e
    Thanks @dimaMachina! - - rename flat configs exports

    -graphql.flatConfigs['schema-recommended'].rules
    +graphql.configs['flat/schema-recommended']
    -graphql.flatConfigs['schema-relay'].rules
    +graphql.configs['flat/schema-relay']
    -graphql.flatConfigs['schema-all'].rules
    +graphql.configs['flat/schema-all']
    -graphql.flatConfigs['operations-recommended'].rules
    +graphql.configs['flat/operations-recommended']
    -graphql.flatConfigs['operations-all'].rules
    +graphql.configs['flat/operations-all']
    • fix with programmatic usage when passing large schema as string causes pattern too long error
    • fix loading ESM graphql.config.js configs