Skip to content

Commit 3ecda81

Browse files
Upcoming Release Changes (alpha) (#2720)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 57d6edf commit 3ecda81

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"strong-needles-compare",
3939
"twenty-tables-help",
4040
"unlucky-months-sit",
41-
"weak-readers-build"
41+
"weak-readers-build",
42+
"yellow-elephants-study"
4243
]
4344
}

packages/plugin/CHANGELOG.md

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

3+
## 4.0.0-alpha.13
4+
5+
### Minor Changes
6+
7+
- [#2719](https://github.com/dimaMachina/graphql-eslint/pull/2719)
8+
[`57d6edf`](https://github.com/dimaMachina/graphql-eslint/commit/57d6edf07226dba743b4045ddaab3c0212d738bf)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - check for deprecated arguments and object
10+
field nodes in graphql operations in `no-deprecated` rule
11+
312
## 4.0.0-alpha.12
413

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

0 commit comments

Comments
 (0)