Skip to content

Releases: dimaMachina/graphql-eslint

June 30, 2023

30 Jun 23:37
f32b861
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Patch Changes

May 23, 2023

23 May 17:03
ac5e344
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Patch Changes

  • #1665
    73b1087
    Thanks @B2o5T! - fix
    TypeError: Cannot read properties of undefined (reading 'kind') for
    require-nullable-result-in-root rule

May 22, 2023

22 May 19:54
519877f
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Minor Changes

  • #1657
    0a571bb
    Thanks @nishtahir! - Add require-nullable-result-in-root rule to
    report on non-null fields in root types

March 28, 2023

28 Mar 22:43
e4bdbfe
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Minor Changes

March 27, 2023

27 Mar 05:26
edec1fa
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Minor Changes

March 22, 2023

22 Mar 11:43
2e489ae
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Patch Changes

February 27, 2023

27 Feb 16:31
3ff66bd
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Patch Changes

  • #1467
    12f802c
    Thanks @B2o5T! - fix require-id-when-available check unions as well

  • #1469
    6b4e20c
    Thanks @B2o5T! - fix no-unreachable-types ignore types from
    directive arguments with request locations

February 12, 2023

12 Feb 10:37
2e79846
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Minor Changes

  • #1443
    9916d8d
    Thanks @FloEdelmann! - Add new require-import-fragment rule
    that reports fragments which were not imported via an import expression.

January 25, 2023

25 Jan 20:13
d906e76
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Minor Changes

  • #1386
    c5fb2dc
    Thanks @B2o5T! - The new version no longer crashes on VSCode-ESLint,
    when schema/siblings contain validation errors, also, GraphQL-ESLint now has strict: true in
    tsconfig.json and extends @typescript-eslint recommended config 🚀

    P.S. GraphQL-ESLint now has its own website, all documentation moved here. Also, it contains a new
    fancy playground page 💅 for both schema/operations testing
    https://the-guild.dev/graphql/eslint/play

Patch Changes

December 28, 2022

28 Dec 00:17
df828e5
Compare
Choose a tag to compare

@graphql-eslint/[email protected]

Patch Changes

  • #1349
    6ce6dbb
    Thanks @B2o5T! - fix broken suggestions on code files when there are
    multiple choices