Skip to content

Commit b64c6ad

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

20 files changed

+27
-75
lines changed

.changeset/clean-apricots-attend.md

-5
This file was deleted.

.changeset/cool-frogs-kiss.md

-5
This file was deleted.

.changeset/curvy-baboons-drive.md

-5
This file was deleted.

.changeset/curvy-cameras-fetch.md

-5
This file was deleted.

.changeset/eleven-crabs-lick.md

-5
This file was deleted.

.changeset/eleven-houses-turn.md

-5
This file was deleted.

.changeset/forty-llamas-exist.md

-5
This file was deleted.

.changeset/fuzzy-mice-return.md

-5
This file was deleted.

.changeset/lemon-singers-suffer.md

-5
This file was deleted.

.changeset/sharp-feet-burn.md

-5
This file was deleted.

.changeset/silly-flies-act.md

-5
This file was deleted.

.changeset/sweet-colts-jam.md

-5
This file was deleted.

.changeset/swift-hairs-jam.md

-5
This file was deleted.

.changeset/tame-onions-wink.md

-5
This file was deleted.

examples/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.14.0",
13-
"@graphql-eslint/eslint-plugin": "0.6.0",
13+
"@graphql-eslint/eslint-plugin": "0.7.0",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
1616
}

examples/code-file/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.14.0",
13-
"@graphql-eslint/eslint-plugin": "0.6.0",
13+
"@graphql-eslint/eslint-plugin": "0.7.0",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
1616
}

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

+1-1
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": "0.6.0",
12+
"@graphql-eslint/eslint-plugin": "0.7.0",
1313
"eslint": "7.14.0",
1414
"graphql": "15.4.0",
1515
"graphql-tag": "^2.11.0",

examples/graphql-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"graphql-config": "3.2.0",
1313
"eslint": "7.14.0",
14-
"@graphql-eslint/eslint-plugin": "0.6.0",
14+
"@graphql-eslint/eslint-plugin": "0.7.0",
1515
"graphql": "15.4.0",
1616
"typescript": "4.1.2"
1717
}

packages/plugin/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 5e1bbe6: NEW RULE: avoid-duplicate-fields
8+
- b093f88: NEW RULE: selection-set-depth
9+
- 2df9134: NEW RULE: no-hashtag-description
10+
- 625f083: New rule: no-unreachable-types
11+
- 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)
12+
- d3ff768: NEW RULE: no-deprecated
13+
- 63cecdd: Added code file compatibility for graphql-config projects
14+
15+
### Patch Changes
16+
17+
- 0094548: Load graphql config file only once
18+
- e26a5d4: Fix issues with loading schemas from code-files
19+
- e6edc88: Added prefix to error thrown by the parser
20+
- 1594288: Improve error messages for parserServices
21+
- 4942b58: Optimisation of sibling operations loading (cache by project)
22+
- 2df9134: Fixed missing `loc` property when rawNode is called on Document node
23+
- a57d4f5: fix(naming-convention): fix issues with numeric values
24+
325
## 0.6.0
426

527
### Minor Changes

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <dotansimha@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)