Skip to content

Update dependency graphql-schema-linter to v2

Warren Gifford requested to merge renovate/graphql-schema-linter-2.x into main

Created by: renovate[bot]

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql-schema-linter ^1.0.1 -> ^2.0.1 age adoption passing confidence

Release Notes

cjoudrey/graphql-schema-linter

v2.0.1

Compare Source

Bug fixes
  • Fix a bug that prevented ignoring errors (--ignore ...) that originated from custom rules. #​267 (Thanks @​steverice)

v2.0.0

Compare Source

New rules
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 new rulesOptions (--rule-options) feature and specifying a different sortOrder. 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

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

Merge request reports

Loading