-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(gatsby): major dep bump for eslint-plugin-graphql #27492
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked their Changelog and the only breaking thing is dropping Node 8 support. So we should be good to go!
Edit: oh, missed the note at the bottom of the PR :)
@@ -25,6 +25,13 @@ | |||
resolved "https://registry.yarnpkg.com/@ardatan/aggregate-error/-/aggregate-error-0.0.1.tgz#1403ac5de10d8ca689fc1f65844c27179ae1d44f" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More green than red ;(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
graphql-config
major bump (that's dep of eslint-plugin-graphql
) added quite a bit of graphql-tools/*
packages to the mix :(
This fixes
npm audit
that currently is displayed when installing gatsby:Changelog for
eslint-plugin-graphql@4
- https://github.com/apollographql/eslint-plugin-graphql/blob/master/CHANGELOG.md#v400 Only breaking change listed is dropping Node 8 support and 10 being new minimum (which is fine for us)