File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 18
18
" @graphql-eslint_eslint-plugin-1792-dependencies" ,
19
19
" @graphql-eslint_eslint-plugin-1813-dependencies" ,
20
20
" breezy-seals-sparkle" ,
21
+ " curly-socks-boil" ,
21
22
" dull-scissors-destroy" ,
22
23
" few-mails-sparkle" ,
24
+ " friendly-singers-rush" ,
23
25
" itchy-ads-compete" ,
24
26
" lovely-laws-hide" ,
25
27
" rare-planes-love" ,
Original file line number Diff line number Diff line change 1
1
# @graphql-eslint/eslint-plugin
2
2
3
+ ## 4.0.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #2466 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2466 )
8
+ [ ` da608d7 ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/da608d735f7e292b15955ace2fd4b1f17406105e )
9
+ Thanks [ @dimaMachina ] ( https://github.com/dimaMachina ) ! - fix ` require is not defined ` in flat
10
+ configs for Vue/Svelte projects
11
+
12
+ - [ #2468 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2468 )
13
+ [ ` 733a66e ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/733a66e38cb5a444ff3a2f9ed7c1b31665fca404 )
14
+ Thanks [ @dimaMachina ] ( https://github.com/dimaMachina ) ! - - rename flat configs exports
15
+
16
+ ``` diff
17
+ -graphql.flatConfigs['schema-recommended']
18
+ +graphql.configs['flat/schema-recommended']
19
+ -graphql.flatConfigs['schema-relay']
20
+ +graphql.configs['flat/schema-relay']
21
+ -graphql.flatConfigs['schema-all']
22
+ +graphql.configs['flat/schema-all']
23
+ -graphql.flatConfigs['operations-recommended']
24
+ +graphql.configs['flat/operations-recommended']
25
+ -graphql.flatConfigs['operations-all']
26
+ +graphql.configs['flat/operations-all']
27
+ ```
28
+
29
+ - fix with programmatic usage when passing large schema as string causes ` pattern too long ` error
30
+ - fix loading ESM ` graphql.config.js ` configs
31
+
3
32
## 4.0.0-alpha.2
4
33
5
34
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-eslint/eslint-plugin" ,
3
- "version" : " 4.0.0-alpha.2 " ,
3
+ "version" : " 4.0.0-alpha.3 " ,
4
4
"type" : " module" ,
5
5
"description" : " GraphQL plugin for ESLint" ,
6
6
"repository" : " https://github.com/B2o5T/graphql-eslint" ,
You can’t perform that action at this time.
0 commit comments