Releases: dimaMachina/graphql-eslint
Releases · dimaMachina/graphql-eslint
@graphql-eslint/eslint-plugin@2.5.0
Minor Changes
- 64c302c: feat: add new rule
no-root-type
- c837c99: fix false positive case in
no-unreachable-types
rule when directive on root schema is used - 1914d6a: fix false positive case in
known-fragment-names
when import nested fragment
Patch Changes
- 4c29de7: fix: make works graphql-eslint in yarn berry
@graphql-eslint/eslint-plugin@2.4.1
Patch Changes
- dc29c27: update graphql-js peer dependency range
@graphql-eslint/eslint-plugin@2.4.0
Minor Changes
- 81fae5a: GraphQL v16 support
@graphql-eslint/eslint-plugin@2.3.2
Patch Changes
- 86b3709: fix error report for
no-unused-fields
andno-unreachable-types
rule - cf3cc4f: fix error report for
require-deprecation-reason
andrequire-field-of-type-query-in-mutation-result
rule - 578b890: fix error report for
require-deprecation-date
rule - ebab010: fix error report for
alphabetize
rule - 7dacfe5: fix error report for
avoid-scalar-result-type-on-mutation
rule - f712780: fix error report for
unique-fragment-name
andunique-operation-name
rule - d081fcc: fix error report for
selection-set-depth
rule and forgraphql-js
rules - 46f03f7: fix error report for
description-style
rule - b36a32c: fix error report for
strict-id-in-types
andnaming-convention
rule - 7aa8157: fix error report for
input-name
rule - a285de3: fix error report for
require-deprecation-reason
andrequire-field-of-type-query-in-mutation-result
rule - ced6789: fix error report for
no-deprecated
rule
@graphql-eslint/eslint-plugin@2.3.1
@graphql-eslint/eslint-plugin@2.3.0
@graphql-eslint/eslint-plugin@2.2.0
@graphql-eslint/eslint-plugin@2.1.0
@graphql-eslint/eslint-plugin@2.0.2
Patch Changes
- 403b946: enhance(eslint-plugin): refactor the parts using tools
@graphql-eslint/eslint-plugin@2.0.1
Patch Changes
- 0fb8d51: Update range of graphql-config and graphql-tools to fix documents loading issues