Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curvy-suits-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-bugs-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-toes-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-news-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-hornets-flash.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.14.0",
"@graphql-eslint/eslint-plugin": "0.5.0",
"@graphql-eslint/eslint-plugin": "0.6.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.14.0",
"@graphql-eslint/eslint-plugin": "0.5.0",
"@graphql-eslint/eslint-plugin": "0.6.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"graphql-config": "3.2.0",
"eslint": "7.14.0",
"@graphql-eslint/eslint-plugin": "0.5.0",
"@graphql-eslint/eslint-plugin": "0.6.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-eslint/eslint-plugin

## 0.6.0

### Minor Changes

- e9d1d53: NEW RULE: unique-operation-name
- e9d1d53: Port all graphql-js validation rules to standalone rules
- e9d1d53: New rule: unique-fragment-name

### Patch Changes

- e9d1d53: Fix issues with AST converter and root Document causing to invalid ASTs when rawNode is called
- e9d1d53: Fix issue with siblings operations and getOperation method

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "0.5.0",
"version": "0.6.0",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <[email protected]>",
"license": "MIT",
Expand Down