Skip to content

Releases: graphql-hive/graphql-eslint

@graphql-eslint/[email protected]

28 Oct 07:56
d133f39
Compare
Choose a tag to compare

Patch Changes

  • 98b6bcb: fix: adjust report location for no-operation-name-suffix rule
  • 1bacedd: fix: adjust report location for no-anonymous-operations rule
  • c42cee5: fix: adjust report location for avoid-typename-prefix rule
  • eb4a851: fix: adjust report location for require-description rule

@graphql-eslint/[email protected]

20 Oct 15:11
e118413
Compare
Choose a tag to compare

Minor Changes

  • f2a6635: add new rule require-field-of-type-query-in-mutation-result
  • 44a6c73: fix false negative case for no-undefined-variables rule
  • ed6644b: feat: support ESLint 8
  • f713823: fix false positive case for no-unused-variables rule
  • c7a8b33: add new rule alphabetize

@graphql-eslint/[email protected]

20 Sep 06:13
4b01482
Compare
Choose a tag to compare

Minor Changes

  • 1dd2f43: feat: add recommended and all configs
  • 1dd2f43: add new rule require-deprecation-date
  • 1dd2f43: add new rule avoid-scalar-result-type-on-mutation

@graphql-eslint/[email protected]

06 Sep 09:31
75b709f
Compare
Choose a tag to compare

Minor Changes

  • c6886ba: [New rule] Compare operation/fragment name to the file name
  • 2032a66: fix no-unreachable-types rule when interface implementing other interface

Patch Changes

  • c6886ba: NEW PLUGIN: Compare operation/fragment name to the file name
  • 7b12bbf: fix(no-hashtag-description): allow hashtag comments between fields and arguments

@graphql-eslint/[email protected]

22 Aug 08:04
b3ab822
Compare
Choose a tag to compare

Patch Changes

  • 403b946: enhance(eslint-plugin): refactor the parts using tools

@graphql-eslint/[email protected]

03 Aug 11:56
3882359
Compare
Choose a tag to compare

Patch Changes

  • 0fb8d51: Update range of graphql-config and graphql-tools to fix documents loading issues

@graphql-eslint/[email protected]

03 Aug 09:34
681cadd
Compare
Choose a tag to compare

Major Changes

  • 17014ee: Drop support for Node 10, update to latest graphql-tools

Patch Changes

  • c0b12a5: fix(siblings): return virtual path for code files instead of real path
  • 3701b2a: use graphql-config even there is no graphql-config consmiconfig file
  • 44f0d73: fix false negative cases for no-unreachable-types rule
  • 5065482: fix caching for no-unreachable-types and no-unused-fields rules
  • 5e8ebd8: add tests for schema loaders

@graphql-eslint/[email protected]

19 Jul 06:13
e37457d
Compare
Choose a tag to compare

Patch Changes

  • 34b4300: fix(graphql-config): pass real filepath to gqlConfig.getProjectForFile

@graphql-eslint/[email protected]

11 Jul 14:33
dd330d1
Compare
Choose a tag to compare

Patch Changes

  • ca8b521: fix: code filepath in unique-fragment-name and unique-operation-name rules

@graphql-eslint/[email protected]

06 Jul 06:26
6390e13
Compare
Choose a tag to compare

Patch Changes

  • e7d8496: fix: documents in graphql-config can be null