eslint-plugin-graphql icon indicating copy to clipboard operation
eslint-plugin-graphql copied to clipboard

Update `graphql-config` to ^4.0.2

Open dahukish opened this issue 4 years ago • 7 comments

This PR:

  • Updates graphql-config to v4 (^4.0.2)

TODO:

  • [ ] Make sure all of the significant new logic is covered by tests
  • [x] Rebase your changes on master so that they can be merged easily
  • [x] Make sure all tests pass
  • [x] Update CHANGELOG.md with your change
  • [ ] If this was a change that affects the external API, update the README

dahukish avatar Oct 19 '21 15:10 dahukish

@dahukish: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/

apollo-cla avatar Oct 19 '21 15:10 apollo-cla

@abernix @staylor @kamilkisiela @jnwng would you consider reviewing and merging this PR?

This is causing [email protected] dependency security warnings (see https://github.com/advisories/GHSA-6fc8-4gx4-v693) , via:

[email protected]
-> @graphql-tools/[email protected]
-> [email protected] (vulnerable)

karlhorky avatar Jan 15 '22 09:01 karlhorky

@abernix @staylor @kamilkisiela @jnwng Hi guys, could this PR being merged? c: There are some security issues because of usage of old graphql-config. E.x high severity one: https://github.com/advisories/GHSA-r683-j2x4-v87g

mishalov avatar Feb 02 '22 09:02 mishalov

cc @lennyburdette

karlhorky avatar Feb 02 '22 09:02 karlhorky

Any update on this? Seems like a quick change and we keep having security alerts because of it not being merged and released. Anything I can do to help merge the P.R.?

vinassefranche avatar Mar 29 '22 13:03 vinassefranche

@dahukish @vinassefranche @mishalov Are there any user-visible (breaking) changes? In other words, do you think we need to bump the major or minor (or patch) version of eslint-plugin-graphql before releasing this change?

benjamn avatar Jun 29 '22 18:06 benjamn

@benjamn as no test was modified in this pull request, I think a patch version would be enough. There does not seem to be any change caused by this apart from the vulnerabilities being fixed

vinassefranche avatar Jun 30 '22 06:06 vinassefranche