Releases: dimaMachina/graphql-eslint
Releases · dimaMachina/graphql-eslint
@graphql-eslint/[email protected]
@graphql-eslint/[email protected]
Patch Changes
- cf687a5: [relay-page-info]: force to have nullable
startCursor
andendCursor
if there are no results. More info from spec
@graphql-eslint/[email protected]
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/[email protected]
@graphql-eslint/[email protected]
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
@graphql-eslint/[email protected]
Minor Changes
- 0da135f: feat: add new option
OperationDefinition
inrequire-description
rule - 1729313: feat: add autofix for
alphabetize
rule and change sort order to lexicographic - d9bdbd3: feat: add new style
matchDocumentStyle
formatch-document-filename
rule
Patch Changes
- 7a5ebe0: fix error in
no-unreachable-types
rule on [email protected] - af22d9d: chore: clarify report message for
require-description
rule - 1729313: fix ESTree parser, convert
loc.column
to 0-based column number
@graphql-eslint/[email protected]
Minor Changes
- 6f8c3b6: fix: find graphqlrc files relative to linted file
@graphql-eslint/[email protected]
Minor Changes
- 624d604: fix: ignore root types in
strict-id-in-types
rule
@graphql-eslint/[email protected]
Minor Changes
- cc9a561: feat: ignore fragments in
require-id-when-available
rule
@graphql-eslint/[email protected]
Minor Changes
- 75ec7d1: fix false positive case in
possible-type-extension
rule when schema is separate into multiple files