Skip to content

Releases: dimaMachina/graphql-eslint

September 26, 2022

26 Sep 15:03
ea875de
Compare
Choose a tag to compare

@graphql-eslint/eslint-plugin@3.11.2

Patch Changes

  • #1170 0b8acdc Thanks @B2o5T! - fix race condition of loading loadGraphQLConfig() when processor.preprocess() can be called before parseForESLint()

September 26, 2022

26 Sep 13:15
02125cb
Compare
Choose a tag to compare

@graphql-eslint/eslint-plugin@3.11.1

Patch Changes

  • #1168 9bc4e1b Thanks @B2o5T! - return code as-is in preprocess in case of parsing error, sort eslint/graphql-eslint errors in postprocess by line/column

  • #1165 eab5492 Thanks @B2o5T! - fix race condition of loadGraphQLConfig()

  • #1167 2f6c02f Thanks @B2o5T! - make RuleDocsInfo type optional

September 23, 2022

23 Sep 23:27
5336c0a
Compare
Choose a tag to compare

@graphql-eslint/eslint-plugin@3.11.0

Minor Changes

  • #1156 6ac42cf Thanks @JimmyPaolini! - Using configuration options for graphql-tag-pluck through graphql-config
    Allow setup custom globalGqlIdentifierName, modules.identifier and gqlMagicComment

  • #1163 0d3fe5b Thanks @B2o5T! - improve RuleDocsInfo type, set description and url as required fields

@graphql-eslint/eslint-plugin@3.10.7

29 Jul 18:08
0df197f
Compare
Choose a tag to compare

Patch Changes

  • b6de7ff: fix(GraphQLRuleTester): provide output field for GraphQLInvalidTestCase type

@graphql-eslint/eslint-plugin@3.10.6

13 Jul 01:02
aa9e123
Compare
Choose a tag to compare

Patch Changes

  • 39ab684: fix(alphabetize): should not fail when selection is aliased

@graphql-eslint/eslint-plugin@3.10.5

11 Jul 11:29
97b276d
Compare
Choose a tag to compare

Patch Changes

  • 712a8fe: fix(selection-set-depth): fix TypeError from ESLint suggestions, don't provide suggestions for fragment that can be in a separate file
  • 01421ae: fix(no-unreachable-types): ignore directives with Request Definitions locations

@graphql-eslint/eslint-plugin@3.10.4

02 Jun 00:12
77b6479
Compare
Choose a tag to compare

Patch Changes

  • 5593891: fix(known-directives): support ignoreClientDirectives for OperationDefinition

@graphql-eslint/eslint-plugin@3.10.3

23 Apr 18:16
483cf7d
Compare
Choose a tag to compare

Patch Changes

  • 8a3b584: fix broken report highlighting when processor is used

@graphql-eslint/eslint-plugin@3.10.2

06 Apr 22:20
4280752
Compare
Choose a tag to compare

Patch Changes

  • daa04bb: feat: support select id field with an alias in require-id-when-available rule
  • 2efc772: fix: processor should always return code string in preprocess method

@graphql-eslint/eslint-plugin@3.10.1

31 Mar 13:34
cce9aad
Compare
Choose a tag to compare

Patch Changes