Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/hot-worms-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-dryers-notice.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/polite-impalas-float.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@eslint/js": "9.22.0",
"@graphql-eslint/eslint-plugin": "4.3.0",
"@graphql-eslint/eslint-plugin": "4.4.0",
"eslint": "9.22.0"
}
}
29 changes: 29 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @graphql-eslint/eslint-plugin

## 4.4.0

### Minor Changes

- [#2902](https://github.com/graphql-hive/graphql-eslint/pull/2902)
[`86af780`](https://github.com/graphql-hive/graphql-eslint/commit/86af780138b3e238d842a8e37ac5fdb5486f763d)
Thanks [@dotansimha](https://github.com/dotansimha)! - Improve `parseForESLint` API and allow to
pass context schema as inline string.

You can now use it this way:

```ts
parseForESLint(code, { schemaSdl: 'type Query { foo: String }', filePath: 'test.graphql' })
```

- [#2838](https://github.com/graphql-hive/graphql-eslint/pull/2838)
[`10b9975`](https://github.com/graphql-hive/graphql-eslint/commit/10b9975147e031717f955f2be747924bb800f237)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow to config `naming-convention` for
Relay fragment convention `<module_name>_<property_name>` via `requiredPattern` option

- replace `requiredPatterns: RegEx[]` by `requiredPattern: RegEx` option

### Patch Changes

- [#2845](https://github.com/graphql-hive/graphql-eslint/pull/2845)
[`00b4617`](https://github.com/graphql-hive/graphql-eslint/commit/00b46173910663f1ce6d4e7b02d41fe3875edf86)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add `"./*"` to `exports` field in
`package.json`

## 4.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "4.3.0",
"version": "4.4.0",
"type": "module",
"description": "GraphQL plugin for ESLint",
"repository": "https://github.com/dimaMachina/graphql-eslint",
Expand Down