Skip to content

Commit 426f237

Browse files
Upcoming Release Changes (alpha) (#2467)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 733a66e commit 426f237

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
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",

packages/plugin/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)