Skip to content

Commit b267758

Browse files
committed
docs: minor improvements
1 parent e58d48a commit b267758

File tree

15 files changed

+154
-261
lines changed

15 files changed

+154
-261
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ A series of composable ESLint rules for libraries and frameworks that use React
1010

1111
## Roadmap
1212

13-
- [Milestone 1.5 ↗](https://eslint-react.xyz/roadmap#milestone-15)
14-
- [Milestone 2.0 ↗](https://eslint-react.xyz/roadmap#milestone-20)
15-
- [Milestone 2.5](https://eslint-react.xyz/roadmap#milestone-25-draft)
13+
- [Milestone 1.5 ↗](https://eslint-react.xyz/roadmap#milestone-15-completed)
14+
- [Milestone 2.0 ↗](https://eslint-react.xyz/roadmap#milestone-20-active)
15+
- [Milestone 3.0](https://eslint-react.xyz/roadmap#milestone-30-draft)
1616

1717
## Features
1818

@@ -122,4 +122,3 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
122122
## Prior art
123123

124124
- [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
125-
- [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@eslint/js": "9.5.0",
6161
"@tsconfig/node20": "20.1.4",
6262
"@tsconfig/strictest": "2.0.5",
63-
"@types/node": "20.14.6",
63+
"@types/node": "20.14.7",
6464
"@typescript-eslint/eslint-plugin": "^7.13.1",
6565
"@typescript-eslint/parser": "^7.13.1",
6666
"@typescript-eslint/rule-tester": "^7.13.1",
@@ -72,7 +72,7 @@
7272
"cspell": "8.9.1",
7373
"dedent": "1.5.3",
7474
"dprint": "0.46.3",
75-
"effect": "3.3.5",
75+
"effect": "3.4.0",
7676
"esbuild": "0.21.5",
7777
"eslint": "^9.5.0",
7878
"eslint-config-flat-gitignore": "0.1.5",
@@ -131,7 +131,7 @@
131131
"object.values": "npm:@nolyfill/object.values@latest",
132132
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest",
133133
"typedarray": "npm:@nolyfill/typedarray@latest",
134-
"typescript": "^5.4.5"
134+
"typescript": "^5.5.2"
135135
}
136136
}
137137
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/type-utils": "^7.13.1",
5353
"@typescript-eslint/types": "^7.13.1",
5454
"@typescript-eslint/utils": "^7.13.1",
55-
"effect": "^3.3.5",
55+
"effect": "^3.4.0",
5656
"short-unique-id": "^5.2.0",
5757
"ts-pattern": "^5.2.0",
5858
"valibot": "^0.33.3"

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/scope-manager": "^7.13.1",
5353
"@typescript-eslint/types": "^7.13.1",
5454
"@typescript-eslint/utils": "^7.13.1",
55-
"effect": "^3.3.5",
55+
"effect": "^3.4.0",
5656
"string-ts": "^2.2.0",
5757
"valibot": "^0.33.3"
5858
},

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@typescript-eslint/type-utils": "^7.13.1",
5454
"@typescript-eslint/types": "^7.13.1",
5555
"@typescript-eslint/utils": "^7.13.1",
56-
"effect": "^3.3.5",
56+
"effect": "^3.4.0",
5757
"string-ts": "^2.2.0",
5858
"valibot": "^0.33.3"
5959
},

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/type-utils": "^7.13.1",
5353
"@typescript-eslint/types": "^7.13.1",
5454
"@typescript-eslint/utils": "^7.13.1",
55-
"effect": "^3.3.5",
55+
"effect": "^3.4.0",
5656
"string-ts": "^2.2.0",
5757
"valibot": "^0.33.3"
5858
},

packages/plugins/eslint-plugin-react-x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@typescript-eslint/type-utils": "^7.13.1",
5454
"@typescript-eslint/types": "^7.13.1",
5555
"@typescript-eslint/utils": "^7.13.1",
56-
"effect": "^3.3.5",
56+
"effect": "^3.4.0",
5757
"string-ts": "^2.2.0",
5858
"ts-api-utils": "^1.3.0",
5959
"valibot": "^0.33.3"

packages/plugins/eslint-plugin/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ A series of composable ESLint rules for libraries and frameworks that use React
1010

1111
## Roadmap
1212

13-
- [Milestone 1.5 ↗](https://eslint-react.xyz/roadmap#milestone-15)
14-
- [Milestone 2.0 ↗](https://eslint-react.xyz/roadmap#milestone-20)
15-
- [Milestone 2.5](https://eslint-react.xyz/roadmap#milestone-25-draft)
13+
- [Milestone 1.5 ↗](https://eslint-react.xyz/roadmap#milestone-15-completed)
14+
- [Milestone 2.0 ↗](https://eslint-react.xyz/roadmap#milestone-20-active)
15+
- [Milestone 3.0](https://eslint-react.xyz/roadmap#milestone-30-draft)
1616

1717
## Features
1818

@@ -122,4 +122,3 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
122122
## Prior art
123123

124124
- [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
125-
- [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks)

packages/plugins/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@typescript-eslint/type-utils": "^7.13.1",
6060
"@typescript-eslint/types": "^7.13.1",
6161
"@typescript-eslint/utils": "^7.13.1",
62-
"effect": "^3.3.5",
62+
"effect": "^3.4.0",
6363
"eslint-plugin-react-dom": "workspace:*",
6464
"eslint-plugin-react-hooks-extra": "workspace:*",
6565
"eslint-plugin-react-naming-convention": "workspace:*",

packages/utilities/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@typescript-eslint/scope-manager": "^7.13.1",
4848
"@typescript-eslint/types": "^7.13.1",
4949
"@typescript-eslint/utils": "^7.13.1",
50-
"effect": "^3.3.5",
50+
"effect": "^3.4.0",
5151
"string-ts": "^2.2.0",
5252
"ts-pattern": "^5.2.0"
5353
},

0 commit comments

Comments
 (0)