Skip to content

Commit

Permalink
Upcoming Release Changes (#927)
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 Feb 1, 2022
1 parent 7a5ebe0 commit 6f97617
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-tools-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-geckos-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-chairs-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-fans-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-worms-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-fireants-greet.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 @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.7.0",
"@graphql-eslint/eslint-plugin": "3.8.0",
"eslint": "8.7.0"
}
}
2 changes: 1 addition & 1 deletion examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.7.0",
"@graphql-eslint/eslint-plugin": "3.8.0",
"eslint": "8.7.0"
}
}
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 @@ -13,7 +13,7 @@
"graphql-tag": "2.12.6"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.7.0",
"@graphql-eslint/eslint-plugin": "3.8.0",
"eslint": "8.7.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.7.0",
"@graphql-eslint/eslint-plugin": "3.8.0",
"eslint": "8.7.0"
}
}
2 changes: 1 addition & 1 deletion examples/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.0.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "3.7.0",
"@graphql-eslint/eslint-plugin": "3.8.0",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-eslint/eslint-plugin

## 3.8.0

### Minor Changes

- 0da135f: feat: add new option `OperationDefinition` in `require-description` rule
- 1729313: feat: add autofix for `alphabetize` rule and change sort order to lexicographic
- d9bdbd3: feat: add new style `matchDocumentStyle` for `match-document-filename` rule

### Patch Changes

- 7a5ebe0: fix error in `no-unreachable-types` rule on graphql@16.3.0
- af22d9d: chore: clarify report message for `require-description` rule
- 1729313: fix ESTree parser, convert `loc.column` to 0-based column number

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

0 comments on commit 6f97617

Please sign in to comment.