Releases: graphql-hive/graphql-eslint
March 28, 2023
@graphql-eslint/[email protected]
Minor Changes
- #1540
afea5fe
Thanks @louisscruz! - [naming-convention]: add new options
requiredPrefixes
,requiredSuffixes
March 27, 2023
@graphql-eslint/[email protected]
Minor Changes
March 22, 2023
@graphql-eslint/[email protected]
Patch Changes
February 27, 2023
February 12, 2023
@graphql-eslint/[email protected]
Minor Changes
- #1443
9916d8d
Thanks @FloEdelmann! - Add newrequire-import-fragment
rule
that reports fragments which were not imported via an import expression.
January 25, 2023
@graphql-eslint/[email protected]
Minor Changes
-
#1386
c5fb2dc
Thanks @B2o5T! - The new version no longer crashes on VSCode-ESLint,
when schema/siblings contain validation errors, also, GraphQL-ESLint now hasstrict: true
in
tsconfig.json
and extends@typescript-eslint
recommended config 🚀P.S. GraphQL-ESLint now has its own website, all documentation moved here. Also, it contains a new
fancy playground page 💅 for both schema/operations testing
https://the-guild.dev/graphql/eslint/play
Patch Changes
December 28, 2022
@graphql-eslint/[email protected]
Patch Changes
December 27, 2022
@graphql-eslint/[email protected]
Patch Changes
December 27, 2022
@graphql-eslint/[email protected]
Patch Changes
December 26, 2022
@graphql-eslint/[email protected]
Minor Changes
-
#1335
2e4dfa0
Thanks @B2o5T! - support new ESLint flat config system, export
flatConfigs
-
#1330
bab45cc
Thanks @B2o5T! - add new rulerequire-nullable-fields-with-oneof
-
#1331
0f7afa5
Thanks @B2o5T! - add new rulerequire-type-pattern-with-oneof
-
#1144
43e2861
Thanks @TuvalSimha! - Add new optiongroups
toalphabetize
rule -
#1303
c6d5bb7
Thanks @tshedor! - [require-description] addrootField
option for
only field definitions withinQuery
,Mutation
, andSubscription
root types -
#1141
b1f2730
Thanks @TuvalSimha! - add new optionprefix
for
match-document-filename
rule -
#1314
a4f885a
Thanks @B2o5T! - add ESLint suggestions for followinggraphql-js
rules:fields-on-correct-type
known-argument-names
known-type-names
possible-type-extension
scalar-leafs
value-literals-of-correct-type
-
#1316
1f21fc8
Thanks @FloEdelmann! - feat: addlone-executable-definition
to
require all queries, mutations, subscriptions and fragments to be located in separate files -
#1338
fedec34
Thanks @B2o5T! - updategraphql-config
to v4.4.0 that no longer
requirestypescript
to be installed -
#1334
abcfc14
Thanks @B2o5T! - add new ruleno-one-place-fragments
Patch Changes
- #1338
fedec34
Thanks @B2o5T! - dependencies updates:- Updated dependency
graphql-config@^4.4.0
↗︎ (from
^4.3.6
, independencies
)
- Updated dependency