Skip to content

Commit 061b17e

Browse files
chore(release): update monorepo packages versions (#2847)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b77a86a commit 061b17e

File tree

6 files changed

+31
-26
lines changed

6 files changed

+31
-26
lines changed

.changeset/hot-worms-unite.md

-11
This file was deleted.

.changeset/lovely-dryers-notice.md

-5
This file was deleted.

.changeset/polite-impalas-float.md

-8
This file was deleted.

examples/graphql-config/package.json

+1-1
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

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# @graphql-eslint/eslint-plugin
22

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

534
### Minor Changes

packages/plugin/package.json

+1-1
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)