Skip to content

Commit

Permalink
Upcoming Release Changes (#234)
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 Dec 23, 2020
1 parent a57d4f5 commit b64c6ad
Show file tree
Hide file tree
Showing 20 changed files with 27 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-apricots-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-frogs-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-baboons-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-cameras-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-crabs-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-houses-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-llamas-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-mice-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-singers-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-feet-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-flies-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-colts-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-hairs-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-onions-wink.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.6.0",
"@graphql-eslint/eslint-plugin": "0.7.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.6.0",
"@graphql-eslint/eslint-plugin": "0.7.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-config-code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --ext graphql,js ."
},
"dependencies": {
"@graphql-eslint/eslint-plugin": "0.6.0",
"@graphql-eslint/eslint-plugin": "0.7.0",
"eslint": "7.14.0",
"graphql": "15.4.0",
"graphql-tag": "^2.11.0",
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.6.0",
"@graphql-eslint/eslint-plugin": "0.7.0",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
22 changes: 22 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @graphql-eslint/eslint-plugin

## 0.7.0

### Minor Changes

- 5e1bbe6: NEW RULE: avoid-duplicate-fields
- b093f88: NEW RULE: selection-set-depth
- 2df9134: NEW RULE: no-hashtag-description
- 625f083: New rule: no-unreachable-types
- 174a66f: [naming-convention] Allow each definition to take either a strng or object. Object can take the following keys: style (naming style), prefix (value must have prefix) and suffix (value must have suffix)
- d3ff768: NEW RULE: no-deprecated
- 63cecdd: Added code file compatibility for graphql-config projects

### Patch Changes

- 0094548: Load graphql config file only once
- e26a5d4: Fix issues with loading schemas from code-files
- e6edc88: Added prefix to error thrown by the parser
- 1594288: Improve error messages for parserServices
- 4942b58: Optimisation of sibling operations loading (cache by project)
- 2df9134: Fixed missing `loc` property when rawNode is called on Document node
- a57d4f5: fix(naming-convention): fix issues with numeric values

## 0.6.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.6.0",
"version": "0.7.0",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit b64c6ad

Please sign in to comment.