Skip to content

Commit 24762d9

Browse files
Upcoming Release Changes (#998)
* chore(release): update monorepo packages versions * Update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent edbec90 commit 24762d9

File tree

11 files changed

+26
-32
lines changed

11 files changed

+26
-32
lines changed

.changeset/cuddly-papayas-try.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/early-cooks-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-seas-beg.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/tricky-pans-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.9.1",
15+
"@graphql-eslint/eslint-plugin": "3.10.0",
1616
"eslint": "8.12.0"
1717
}
1818
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.9.1",
15+
"@graphql-eslint/eslint-plugin": "3.10.0",
1616
"eslint": "8.12.0"
1717
}
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"graphql-tag": "2.12.6"
1414
},
1515
"devDependencies": {
16-
"@graphql-eslint/eslint-plugin": "3.9.1",
16+
"@graphql-eslint/eslint-plugin": "3.10.0",
1717
"eslint": "8.12.0"
1818
}
1919
}

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.9.1",
15+
"@graphql-eslint/eslint-plugin": "3.10.0",
1616
"eslint": "8.12.0"
1717
}
1818
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.0.1"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.9.1",
15+
"@graphql-eslint/eslint-plugin": "3.10.0",
1616
"eslint": "8.12.0",
1717
"eslint-config-prettier": "8.5.0",
1818
"eslint-plugin-prettier": "4.0.0",

packages/plugin/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 3.10.0
4+
5+
### Minor Changes
6+
7+
- 7251269: feat: new rule `relay-connection-types`
8+
- 7251269: feat: new rule `relay-edge-types`
9+
- 7251269: feat: new rule `relay-page-info`
10+
- 7251269: feat: new rule `relay-arguments`
11+
- 7251269: feat: new config `plugin:@graphql-eslint/relay`
12+
- 7251269: fix: adjust suggestion fix location for code-files
13+
- edbec90: feat: update `graphql-config` to fix loading schema via url
14+
15+
### Patch Changes
16+
17+
- 4bcee4a: fix: surface the original error while loading schema in ESLint server
18+
- 4bcee4a: fix: clarify error message for outdated version of `graphql` package
19+
- 3e821de: fix: allow single letter for snake_case and UPPER_CASE in `naming-convention` rule
20+
21+
Special thanks to @connorjs
22+
323
## 3.9.1
424

525
### Patch Changes

0 commit comments

Comments
 (0)