Update dependency graphql-schema-linter to ^0.2.5
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
graphql-schema-linter | devDependencies | patch | ^0.2.5 | source |
Release Notes
cjoudrey/graphql-schema-linter
v0.2.5
New features
- Add
arguments-have-descriptions
rule. This rule will validate that all field arguments have a description. #219 (Thanks @aldeed) - Add
descriptions-are-capitalized
rule. This rule will validate that all descriptions, if present, start with a capital letter. #219 (Thanks @aldeed) - Add
input-object-fields-sorted-alphabetically
rule. This rule will validate that all input object fields are sorted alphabetically. #219 (Thanks @aldeed) - Add
type-fields-sorted-alphabetically
rule. This rule will validate that all type object fields are sorted alphabetically. #219 (Thanks @aldeed)
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.