Releases: graphql-hive/graphql-eslint
Releases · graphql-hive/graphql-eslint
@graphql-eslint/[email protected]
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/[email protected]
@graphql-eslint/[email protected]
@graphql-eslint/[email protected]
@graphql-eslint/[email protected]
@graphql-eslint/[email protected]
Patch Changes
- 403b946: enhance(eslint-plugin): refactor the parts using tools
@graphql-eslint/[email protected]
Patch Changes
- 0fb8d51: Update range of graphql-config and graphql-tools to fix documents loading issues
@graphql-eslint/[email protected]
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 nographql-config
consmiconfig file - 44f0d73: fix false negative cases for
no-unreachable-types
rule - 5065482: fix caching for
no-unreachable-types
andno-unused-fields
rules - 5e8ebd8: add tests for schema loaders
@graphql-eslint/[email protected]
Patch Changes
- 34b4300: fix(graphql-config): pass real filepath to
gqlConfig.getProjectForFile
@graphql-eslint/[email protected]
Patch Changes
- ca8b521: fix: code filepath in unique-fragment-name and unique-operation-name rules