File tree Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 },
1414 "devDependencies" : {
1515 "@eslint/js" : " 9.16.0" ,
16- "@graphql-eslint/eslint-plugin" : " 4.3 .0" ,
16+ "@graphql-eslint/eslint-plugin" : " 4.4 .0" ,
1717 "eslint" : " 9.16.0"
1818 }
1919}
Original file line number Diff line number Diff line change 11# @graphql-eslint/eslint-plugin
22
3+ ## 4.4.0
4+
5+ ### Minor Changes
6+
7+ - [ #2838 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2838 )
8+ [ ` 10b9975 ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/10b9975147e031717f955f2be747924bb800f237 )
9+ Thanks [ @dimaMachina ] ( https://github.com/dimaMachina ) ! - - allow to config ` naming-convention ` for
10+ Relay fragment convention ` <module_name>_<property_name> ` via ` requiredPattern ` option
11+
12+ - replace ` requiredPatterns: RegEx[] ` by ` requiredPattern: RegEx ` option
13+
14+ ### Patch Changes
15+
16+ - [ #2845 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2845 )
17+ [ ` 00b4617 ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/00b46173910663f1ce6d4e7b02d41fe3875edf86 )
18+ Thanks [ @dimaMachina ] ( https://github.com/dimaMachina ) ! - add ` "./*" ` to ` exports ` field in
19+ ` package.json `
20+
321## 4.3.0
422
523### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-eslint/eslint-plugin" ,
3- "version" : " 4.3 .0" ,
3+ "version" : " 4.4 .0" ,
44 "type" : " module" ,
55 "description" : " GraphQL plugin for ESLint" ,
66 "repository" : " https://github.com/dimaMachina/graphql-eslint" ,
You can’t perform that action at this time.
0 commit comments