Skip to content

Releases: dimaMachina/graphql-eslint

@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

@graphql-eslint/[email protected]

04 Jul 11:34
34ea7b7
Compare
Choose a tag to compare

Patch Changes

  • f428d46: feat: improve generate-docs and types
  • 5a7e9a7: fix comments in files that contains import comments
  • 4348dcc: update eslint, various improvements
  • 01ade2e: fix unique-fragment-name and no-unused-fragments rule

@graphql-eslint/[email protected]

21 Jun 11:56
2c4bde7
Compare
Choose a tag to compare

Minor Changes

  • a44d426: support #import in known-fragment-names rule

@graphql-eslint/[email protected]

20 Jun 15:44
e134e6f
Compare
Choose a tag to compare

Patch Changes

  • 85d842e: add no-unused-fields rule
  • 6b5b90b: graphql-js migrate to .ts, fix links
  • f0560b0: Fix for missing exports for testkit

@graphql-eslint/[email protected]

19 May 16:20
ef14735
Compare
Choose a tag to compare

Patch Changes

  • 1d85025: fix: allow anonymous operations for naming-convention rule
  • a92267b: fixes for graphql-js rules issues
  • 45acfde: Fix console.warn typo in selection-set-depth rule
  • 533d123: Fix issues with Windows paths

@graphql-eslint/[email protected]

18 May 15:23
e1c9ced
Compare
Choose a tag to compare

Major Changes

  • 14211d6: feat: remove prettier rule, add related docs

    BREAKING CHANGE: Remove prettier Rule

    Since prettier itself support now linting GraphQL code and syntax, we removed the need for this rule from this package.

    For more information, see:

  • 61251e7: BREAKING CHANGE: Remove deprecated rule validate-against-schema.

    If you are using validate-against-schema, please remove it and specify the exact rules that you need.

  • 61251e7: Bump dependencies and update minimum Node version to v12

Minor Changes

  • 63dc00a: NEW RULE: avoid-typename-prefix

Patch Changes

@graphql-eslint/[email protected]

25 Mar 08:15
d076e51
Compare
Choose a tag to compare

Patch Changes

  • beb3b14: Support possible types in no-unreachable-types rule

@graphql-eslint/[email protected]

07 Mar 17:47
e099fd9
Compare
Choose a tag to compare

Minor Changes

  • 4693f27: [New rule] strict-id-in-types: use this to enforce output types to have a unique indentifier field unless being in exceptions