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 1818 " @graphql-eslint_eslint-plugin-1792-dependencies" ,
1919 " @graphql-eslint_eslint-plugin-1813-dependencies" ,
2020 " breezy-seals-sparkle" ,
21+ " curly-socks-boil" ,
2122 " dull-scissors-destroy" ,
2223 " few-mails-sparkle" ,
24+ " friendly-singers-rush" ,
2325 " itchy-ads-compete" ,
2426 " lovely-laws-hide" ,
2527 " rare-planes-love" ,
Original file line number Diff line number Diff line change 11# @graphql-eslint/eslint-plugin
22
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+
332## 4.0.0-alpha.2
433
534### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphql-eslint/eslint-plugin" ,
3- "version" : " 4.0.0-alpha.2 " ,
3+ "version" : " 4.0.0-alpha.3 " ,
44 "type" : " module" ,
55 "description" : " GraphQL plugin for ESLint" ,
66 "repository" : " https://github.com/B2o5T/graphql-eslint" ,
You can’t perform that action at this time.
0 commit comments