File tree 4 files changed +11
-8
lines changed
4 files changed +11
-8
lines changed 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.15.0" ,
16
- "@graphql-eslint/eslint-plugin" : " 4.1.1 " ,
16
+ "@graphql-eslint/eslint-plugin" : " 4.2.0 " ,
17
17
"eslint" : " 9.15.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.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #2790 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2790 )
8
+ [ ` 438078d ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/438078d54442ef5e584affb2ae82c32898ce7e3e )
9
+ Thanks [ @dimaMachina ] ( https://github.com/dimaMachina ) ! - feat(` require-selections ` rule):
10
+ introduce new option ` requireAllFields ` to require all values of ` fieldName: string[] ` option
11
+
3
12
## 4.1.1
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-eslint/eslint-plugin" ,
3
- "version" : " 4.1.1 " ,
3
+ "version" : " 4.2.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