Releases: graphql-hive/graphql-eslint
Releases · graphql-hive/graphql-eslint
@graphql-eslint/eslint-plugin@3.10.4
Patch Changes
- 5593891: fix(known-directives): support
ignoreClientDirectivesforOperationDefinition
@graphql-eslint/eslint-plugin@3.10.3
Patch Changes
- 8a3b584: fix broken report highlighting when processor is used
@graphql-eslint/eslint-plugin@3.10.2
@graphql-eslint/eslint-plugin@3.10.1
Patch Changes
- cf687a5: [relay-page-info]: force to have nullable
startCursorandendCursorif there are no results. More info from spec
@graphql-eslint/eslint-plugin@3.10.0
Minor Changes
- 7251269: feat: new rule
relay-connection-types - 7251269: feat: new rule
relay-edge-types - 7251269: feat: new rule
relay-page-info - 7251269: feat: new rule
relay-arguments - 7251269: feat: new config
plugin:@graphql-eslint/relay - 7251269: fix: adjust suggestion fix location for code-files
- edbec90: feat: update
graphql-configto fix loading schema via url
Patch Changes
- 4bcee4a: fix: surface the original error while loading schema in ESLint server
- 4bcee4a: fix: clarify error message for outdated version of
graphqlpackage - 3e821de: fix: allow single letter for snake_case and UPPER_CASE in
naming-conventionrule
Special thanks to @connorjs
@graphql-eslint/eslint-plugin@3.9.1
@graphql-eslint/eslint-plugin@3.9.0
Minor Changes
- 9c575c6: feat: add
definitionsoption foralphabetizerule - bcbda42: feat: add suggestions for
require-id-when-available,require-deprecation-date,no-deprecatedandno-scalar-result-type-on-mutationrules - 1f697f0: feat: add suggestions for
no-duplicate-fields,no-hashtag-descriptionandselection-set-depthrules - db22ba5: feat: add suggestions for
no-typename-prefix,no-root-type,no-case-insensitive-enum-values-duplicatesrules - b04a8d5: feat: add
ignoreClientDirectivesoption forknown-directivesrule - 63c5c78: feat: add suggestions for
description-style,input-nameandno-anonymous-operationsrules
Patch Changes
- 58b5bfd: fix: false negative case when nested fragments used in
require-id-when-availablerule - 2cbaa60: fix: check nested selections in fragments in
require-id-when-availablerule - d9386ad: fix autofix sort for variables in
alphabetizerule
Thanks to @jycouet for improving require-id-when-available 58b5bfd
@graphql-eslint/eslint-plugin@3.8.0
@graphql-eslint/eslint-plugin@3.7.0
Minor Changes
- 6f8c3b6: fix: find graphqlrc files relative to linted file
@graphql-eslint/eslint-plugin@3.6.0
Minor Changes
- 624d604: fix: ignore root types in
strict-id-in-typesrule