File tree 5 files changed +20
-15
lines changed
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 13
13
},
14
14
"devDependencies" : {
15
15
"@eslint/js" : " 9.22.0" ,
16
- "@graphql-eslint/eslint-plugin" : " 4.3 .0" ,
16
+ "@graphql-eslint/eslint-plugin" : " 4.4 .0" ,
17
17
"eslint" : " 9.22.0"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
1
# @graphql-eslint/eslint-plugin
2
2
3
+ ## 4.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #2838 ] ( https://github.com/graphql-hive/graphql-eslint/pull/2838 )
8
+ [ ` 10b9975 ` ] ( https://github.com/graphql-hive/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/graphql-hive/graphql-eslint/pull/2845 )
17
+ [ ` 00b4617 ` ] ( https://github.com/graphql-hive/graphql-eslint/commit/00b46173910663f1ce6d4e7b02d41fe3875edf86 )
18
+ Thanks [ @dimaMachina ] ( https://github.com/dimaMachina ) ! - add ` "./*" ` to ` exports ` field in
19
+ ` package.json `
20
+
3
21
## 4.3.0
4
22
5
23
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-eslint/eslint-plugin" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 4.4 .0" ,
4
4
"type" : " module" ,
5
5
"description" : " GraphQL plugin for ESLint" ,
6
6
"repository" : " https://github.com/dimaMachina/graphql-eslint" ,
You can’t perform that action at this time.
0 commit comments