Update dependency graphql-schema-linter to v2
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
graphql-schema-linter | ^1.0.1 -> ^2.0.1 |
Release Notes
cjoudrey/graphql-schema-linter
v2.0.1
Bug fixes
- Fix a bug that prevented ignoring errors (
--ignore ...
) that originated from custom rules. #267 (Thanks @steverice)
v2.0.0
New rules
-
interface-fields-sorted-alphabetically
has been added to validate that interface fields are sorted alphabetically. #260 (Thanks @hipper)
New features
- Rules that previously verified that elements were sorted alphabetically can now be configured to check for lexicographical sort order. This is useful for folks using schema stitching and sorting their schema at runtime using graphql-js'
lexicographicSortSchema
. The sort order can be configured per-rule using the newrulesOptions
(--rule-options
) feature and specifying a differentsortOrder
. When unspecified,sortOrder
will default to the existing behaviour:alphabetical
. #256 (Thanks @dustinsgoodman)
Bug fixes
- Fix a race condition where writing to stdout on certain platforms / streams would lead to partial results or corrupted JSON. #262 (Thanks @steverice)
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.