Skip to content

Commit e134e6f

Browse files
Upcoming Release Changes (#454)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f0560b0 commit e134e6f

File tree

10 files changed

+17
-25
lines changed

10 files changed

+17
-25
lines changed

.changeset/mean-lies-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sixty-rings-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-apes-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.24.0",
13-
"@graphql-eslint/eslint-plugin": "1.0.1",
13+
"@graphql-eslint/eslint-plugin": "1.0.2",
1414
"graphql": "15.5.0",
1515
"typescript": "4.1.5"
1616
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.24.0",
13-
"@graphql-eslint/eslint-plugin": "1.0.1",
13+
"@graphql-eslint/eslint-plugin": "1.0.2",
1414
"graphql": "15.5.0",
1515
"typescript": "4.1.5"
1616
}

examples/graphql-config-code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint --ext graphql,js ."
1010
},
1111
"dependencies": {
12-
"@graphql-eslint/eslint-plugin": "1.0.1",
12+
"@graphql-eslint/eslint-plugin": "1.0.2",
1313
"eslint": "7.24.0",
1414
"graphql": "15.5.0",
1515
"graphql-tag": "^2.11.0",

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"graphql-config": "3.2.0",
1313
"eslint": "7.24.0",
14-
"@graphql-eslint/eslint-plugin": "1.0.1",
14+
"@graphql-eslint/eslint-plugin": "1.0.2",
1515
"graphql": "15.5.0",
1616
"typescript": "4.1.5"
1717
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"eslint": "7.24.0",
1313
"eslint-config-prettier": "8.2.0",
1414
"eslint-plugin-prettier": "3.4.0",
15-
"@graphql-eslint/eslint-plugin": "1.0.1",
15+
"@graphql-eslint/eslint-plugin": "1.0.2",
1616
"graphql": "15.5.0",
1717
"prettier": "1.19.1",
1818
"typescript": "4.1.5"

packages/plugin/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 85d842e: add `no-unused-fields` rule
8+
- 6b5b90b: graphql-js migrate to .ts, fix links
9+
- f0560b0: Fix for missing exports for testkit
10+
311
## 1.0.1
412

513
### Patch Changes
@@ -27,11 +35,10 @@
2735
- 61251e7: BREAKING CHANGE: Remove deprecated rule `validate-against-schema`.
2836

2937
### BREAKING CHANGE: Remove deprecated rule `validate-against-schema`.
30-
38+
3139
If you are using `validate-against-schema`, please remove it and specify the exact rules that you need.
32-
33-
As a drop-in replacement for the whole set of rules we had in `validate-against-schema`, you can use this:
34-
40+
41+
As a drop-in replacement for the whole set of rules we had in `validate-against-schema`, you can use this:
3542

3643
```
3744
"@graphql-eslint/executable-definitions": "error",

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": "1.0.1",
3+
"version": "1.0.2",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)