Skip to content

Commit

Permalink
Upcoming Release Changes (#454)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 20, 2021
1 parent f0560b0 commit e134e6f
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-lies-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-rings-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-apes-leave.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.24.0",
"@graphql-eslint/eslint-plugin": "1.0.1",
"@graphql-eslint/eslint-plugin": "1.0.2",
"graphql": "15.5.0",
"typescript": "4.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.24.0",
"@graphql-eslint/eslint-plugin": "1.0.1",
"@graphql-eslint/eslint-plugin": "1.0.2",
"graphql": "15.5.0",
"typescript": "4.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config-code-file/package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --ext graphql,js ."
},
"dependencies": {
"@graphql-eslint/eslint-plugin": "1.0.1",
"@graphql-eslint/eslint-plugin": "1.0.2",
"eslint": "7.24.0",
"graphql": "15.5.0",
"graphql-tag": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"graphql-config": "3.2.0",
"eslint": "7.24.0",
"@graphql-eslint/eslint-plugin": "1.0.1",
"@graphql-eslint/eslint-plugin": "1.0.2",
"graphql": "15.5.0",
"typescript": "4.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Expand Up @@ -12,7 +12,7 @@
"eslint": "7.24.0",
"eslint-config-prettier": "8.2.0",
"eslint-plugin-prettier": "3.4.0",
"@graphql-eslint/eslint-plugin": "1.0.1",
"@graphql-eslint/eslint-plugin": "1.0.2",
"graphql": "15.5.0",
"prettier": "1.19.1",
"typescript": "4.1.5"
Expand Down
15 changes: 11 additions & 4 deletions packages/plugin/CHANGELOG.md
@@ -1,5 +1,13 @@
# @graphql-eslint/eslint-plugin

## 1.0.2

### Patch Changes

- 85d842e: add `no-unused-fields` rule
- 6b5b90b: graphql-js migrate to .ts, fix links
- f0560b0: Fix for missing exports for testkit

## 1.0.1

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

### BREAKING CHANGE: Remove deprecated rule `validate-against-schema`.

If you are using `validate-against-schema`, please remove it and specify the exact rules that you need.

As a drop-in replacement for the whole set of rules we had in `validate-against-schema`, you can use this:


As a drop-in replacement for the whole set of rules we had in `validate-against-schema`, you can use this:

```
"@graphql-eslint/executable-definitions": "error",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "1.0.1",
"version": "1.0.2",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit e134e6f

Please sign in to comment.