Skip to content

Commit 315500d

Browse files
authored
Merge pull request #163 from michalsanger/version-2-0
Version 2.0.0
2 parents 5c313c6 + bb1de4a commit 315500d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 2.0.0
2+
3+
- Remove `relay/compat-uses-vars` and `relay/generated-flow-types` rules [493346f](https://github.com/relayjs/eslint-plugin-relay/commit/493346f), [5c313c6](https://github.com/relayjs/eslint-plugin-relay/commit/5c313c6)
4+
- Clean up legacy lint rules [b2251d6](https://github.com/relayjs/eslint-plugin-relay/commit/b2251d6)
5+
- Fix compatibility issues with ESLint 9 [2274f07](https://github.com/relayjs/eslint-plugin-relay/commit/2274f07)
6+
- Make compatible with typescript-eslint 8 [3203497](https://github.com/relayjs/eslint-plugin-relay/commit/3203497)
7+
- Add `generated-typescript-types` rule [31bfd44](https://github.com/relayjs/eslint-plugin-relay/commit/31bfd44), [f29444d](https://github.com/relayjs/eslint-plugin-relay/commit/f29444d), [0c91b68](https://github.com/relayjs/eslint-plugin-relay/commit/0c91b68), [ead1352](https://github.com/relayjs/eslint-plugin-relay/commit/ead1352), [105cf7f](https://github.com/relayjs/eslint-plugin-relay/commit/105cf7f)
8+
- Remove RelayCompat support [8b9beb1](https://github.com/relayjs/eslint-plugin-relay/commit/8b9beb1)
9+
- Require passing generated flow type for useMutation [3d1ebcd](https://github.com/relayjs/eslint-plugin-relay/commit/3d1ebcd)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-relay",
3-
"version": "1.8.3",
3+
"version": "2.0.0",
44
"description": "ESLint plugin for Relay.",
55
"main": "eslint-plugin-relay",
66
"repository": "relayjs/eslint-plugin-relay",

0 commit comments

Comments
 (0)