Skip to content

Commit b75ca2e

Browse files
chore(release): update monorepo packages versions
1 parent 91465b9 commit b75ca2e

File tree

6 files changed

+30
-26
lines changed

6 files changed

+30
-26
lines changed

.changeset/hot-worms-unite.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/lovely-dryers-notice.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/polite-impalas-float.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@eslint/js": "9.22.0",
16-
"@graphql-eslint/eslint-plugin": "4.3.0",
16+
"@graphql-eslint/eslint-plugin": "4.4.0",
1717
"eslint": "9.22.0"
1818
}
1919
}

packages/plugin/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- [`91465b9`](https://github.com/graphql-hive/graphql-eslint/commit/91465b9a5d0a18e52c06df679bf5d423bd457602)
8+
Thanks [@dotansimha](https://github.com/dotansimha)! - Improve `parseForESLint` API and allow to
9+
pass context schema as inline string.
10+
11+
You can now use it this way:
12+
13+
```ts
14+
parseForESLint(code, { schemaSdl: 'type Query { foo: String }', filePath: 'test.graphql' })
15+
```
16+
17+
- [#2838](https://github.com/graphql-hive/graphql-eslint/pull/2838)
18+
[`10b9975`](https://github.com/graphql-hive/graphql-eslint/commit/10b9975147e031717f955f2be747924bb800f237)
19+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow to config `naming-convention` for
20+
Relay fragment convention `<module_name>_<property_name>` via `requiredPattern` option
21+
22+
- replace `requiredPatterns: RegEx[]` by `requiredPattern: RegEx` option
23+
24+
### Patch Changes
25+
26+
- [#2845](https://github.com/graphql-hive/graphql-eslint/pull/2845)
27+
[`00b4617`](https://github.com/graphql-hive/graphql-eslint/commit/00b46173910663f1ce6d4e7b02d41fe3875edf86)
28+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add `"./*"` to `exports` field in
29+
`package.json`
30+
331
## 4.3.0
432

533
### Minor 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.3.0",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/dimaMachina/graphql-eslint",

0 commit comments

Comments
 (0)