Skip to content

Commit 43b6e7a

Browse files
Upcoming Release Changes (#2791)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 438078d commit 43b6e7a

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

.changeset/six-rice-help.md

-6
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.15.0",
16-
"@graphql-eslint/eslint-plugin": "4.1.1",
16+
"@graphql-eslint/eslint-plugin": "4.2.0",
1717
"eslint": "9.15.0"
1818
}
1919
}

packages/plugin/CHANGELOG.md

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

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- [#2790](https://github.com/dimaMachina/graphql-eslint/pull/2790)
8+
[`438078d`](https://github.com/dimaMachina/graphql-eslint/commit/438078d54442ef5e584affb2ae82c32898ce7e3e)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - feat(`require-selections` rule):
10+
introduce new option `requireAllFields` to require all values of `fieldName: string[]` option
11+
312
## 4.1.1
413

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

0 commit comments

Comments
 (0)