- Add support for GraphQL 17
- Enable parsing of fragment arguments/variables (
fragment F($x: Int)and...spread(arg: $x)) in thegraphql-syntaxrule and shared parser - Add TypeScript declarations for the plugin's rules and configs
- Require Node.js 22 or newer
- Remove
relay/compat-uses-varsandrelay/generated-flow-typesrules 493346f, 5c313c6 - Clean up legacy lint rules b2251d6
- Fix compatibility issues with ESLint 9 2274f07
- Make compatible with typescript-eslint 8 3203497
- Add
generated-typescript-typesrule 31bfd44, f29444d, 0c91b68, ead1352, 105cf7f - Remove RelayCompat support 8b9beb1
- Require passing generated flow type for useMutation 3d1ebcd