Releases: dimaMachina/graphql-eslint
Releases · dimaMachina/graphql-eslint
@graphql-eslint/eslint-plugin@3.10.6
Patch Changes
- 39ab684: fix(alphabetize): should not fail when selection is aliased
@graphql-eslint/eslint-plugin@3.10.5
@graphql-eslint/eslint-plugin@3.10.4
Patch Changes
- 5593891: fix(known-directives): support
ignoreClientDirectives
forOperationDefinition
@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
startCursor
andendCursor
if 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-config
to 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
graphql
package - 3e821de: fix: allow single letter for snake_case and UPPER_CASE in
naming-convention
rule
Special thanks to @connorjs
@graphql-eslint/eslint-plugin@3.9.1
@graphql-eslint/eslint-plugin@3.9.0
Minor Changes
- 9c575c6: feat: add
definitions
option foralphabetize
rule - bcbda42: feat: add suggestions for
require-id-when-available
,require-deprecation-date
,no-deprecated
andno-scalar-result-type-on-mutation
rules - 1f697f0: feat: add suggestions for
no-duplicate-fields
,no-hashtag-description
andselection-set-depth
rules - db22ba5: feat: add suggestions for
no-typename-prefix
,no-root-type
,no-case-insensitive-enum-values-duplicates
rules - b04a8d5: feat: add
ignoreClientDirectives
option forknown-directives
rule - 63c5c78: feat: add suggestions for
description-style
,input-name
andno-anonymous-operations
rules
Patch Changes
- 58b5bfd: fix: false negative case when nested fragments used in
require-id-when-available
rule - 2cbaa60: fix: check nested selections in fragments in
require-id-when-available
rule - d9386ad: fix autofix sort for variables in
alphabetize
rule
Thanks to @jycouet for improving require-id-when-available
58b5bfd