Skip to content

Commit 5d63d08

Browse files
Upcoming Release Changes (alpha) (#2710)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c53cb4e commit 5d63d08

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"healthy-moose-kneel",
3030
"heavy-onions-fry",
3131
"itchy-ads-compete",
32+
"lovely-emus-shake",
3233
"lovely-laws-hide",
3334
"metal-wasps-type",
3435
"rare-planes-love",

packages/plugin/CHANGELOG.md

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

3+
## 4.0.0-alpha.11
4+
5+
### Major Changes
6+
7+
- [#2281](https://github.com/dimaMachina/graphql-eslint/pull/2281)
8+
[`c53cb4e`](https://github.com/dimaMachina/graphql-eslint/commit/c53cb4e8e462f65e880cb700020602081632503c)
9+
Thanks [@maciesielka](https://github.com/maciesielka)! - Add new config option
10+
`ignoredFieldSelectors` to `no-unused-fields` rule to ignore all the relay pagination fields for
11+
every connection exposed in schema for example
12+
313
## 4.0.0-alpha.10
414

515
### Major 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.10",
3+
"version": "4.0.0-alpha.11",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/B2o5T/graphql-eslint",

0 commit comments

Comments
 (0)