Update dependency graphql-schema-linter to v1
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
graphql-schema-linter | ^0.5.0 -> ^1.0.1 |
Release Notes
cjoudrey/graphql-schema-linter
v1.0.1
Bug fixes
- Fix a bug that would cause
graphql-schema-linter
to crash when configured viapackage.json
andignore
config was not set. #253 (Thanks @paramjitkaur)
v1.0.0
graphql-schema-linter
has been in development since August 2017. During that time, 18 people have contributed 131 pull requests that make up the tool that we have today.
I believe the tool is now stable and can follow semantic versioning.
On that note, the addition or modification of existing rules will be considered a breaking change and thus will require bumping the MAJOR version of the library. By doing this, users of graphql-schema-linter
won't get caught off guard by those changes.
New features
- Add support for enabling / disabling rules for parts of the GraphQL schema using the
--ignore
option. This works functionally the same way as inline rule overrides, but is meant to be used when adding comments to the GraphQL schema is not possible. #240 (Thanks @id-ilych)
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.