Skip to content

Commit 95d589e

Browse files
committed
chore: bump version to 0.9.2-beta.2
1 parent 85daffe commit 95d589e

File tree

25 files changed

+1799
-1622
lines changed

25 files changed

+1799
-1622
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
#### Add rule `react/no-unsafe-component-will-receive-props`
1212

13+
#### Add rule `react/no-set-state-in-component-did-mount`
14+
15+
#### Add rule `react/no-set-state-in-component-did-update`
16+
17+
#### Add rule `react/no-set-state-in-component-will-update`
18+
1319
---
1420

1521
#### 🏠 Internal
@@ -19,6 +25,9 @@
1925
- Add rule `react/no-unsafe-component-will-update`.
2026
- Add rule `react/no-component-will-receive-props`.
2127
- Add rule `react/no-unsafe-component-will-receive-props`.
28+
- Add rule `react/no-set-state-in-component-did-mount`.
29+
- Add rule `react/no-set-state-in-component-did-update`.
30+
- Add rule `react/no-set-state-in-component-will-update`.
2231

2332
#### Authors: 1
2433

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "0.9.2-beta.1",
3+
"version": "0.9.2-beta.2",
44
"description": "ESLint x React's monorepo. More than 50 ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch.",
55
"keywords": [
66
"eslint",
@@ -72,7 +72,7 @@
7272
"cspell": "7.3.9",
7373
"dedent": "1.5.1",
7474
"dprint": "0.43.2",
75-
"effect": "2.0.0-next.58",
75+
"effect": "2.0.0-next.59",
7676
"eslint": ">=8.55.0",
7777
"eslint-config-with-tsconfig": "2.9.120",
7878
"eslint-plugin-eslint-plugin": "5.1.1",
@@ -128,7 +128,7 @@
128128
"@typescript-eslint/utils": "6.13.2",
129129
"@typescript-eslint/eslint-plugin": "6.13.2",
130130
"eslint": ">=8.55.0",
131-
"effect": "2.0.0-next.58",
131+
"effect": "2.0.0-next.59",
132132
"react": "18.2.0",
133133
"react-dom": "18.2.0",
134134
"typescript": ">=5.3.2",

packages/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/ast",
3-
"version": "0.9.2-beta.1",
3+
"version": "0.9.2-beta.2",
44
"description": "ESLint x React's TSESTree AST primitive utility module.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "0.9.2-beta.1",
3+
"version": "0.9.2-beta.2",
44
"description": "ESLint x React's ESLint utility module for static analysis of React core API and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-debug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-debug",
3-
"version": "0.9.2-beta.1",
3+
"version": "0.9.2-beta.2",
44
"description": "ESLint x React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/types": "6.13.2",
5353
"@typescript-eslint/utils": "6.13.2",
5454
"dedent": "1.5.1",
55-
"effect": "2.0.0-next.58",
55+
"effect": "2.0.0-next.59",
5656
"rambda": "8.5.0",
5757
"string-ts": "1.3.2",
5858
"ts-api-utils": "1.0.3",

packages/eslint-plugin-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-jsx",
3-
"version": "0.9.2-beta.1",
3+
"version": "0.9.2-beta.2",
44
"description": "ESLint x React's ESLint plugin for JSX related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/types": "6.13.2",
5353
"@typescript-eslint/utils": "6.13.2",
5454
"dedent": "1.5.1",
55-
"effect": "2.0.0-next.58",
55+
"effect": "2.0.0-next.59",
5656
"rambda": "8.5.0",
5757
"string-ts": "1.3.2",
5858
"ts-api-utils": "1.0.3",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-naming-convention",
3-
"version": "0.9.2-beta.1",
3+
"version": "0.9.2-beta.2",
44
"description": "ESLint x React's ESLint plugin for naming convention related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/types": "6.13.2",
5353
"@typescript-eslint/utils": "6.13.2",
5454
"dedent": "1.5.1",
55-
"effect": "2.0.0-next.58",
55+
"effect": "2.0.0-next.59",
5656
"rambda": "8.5.0",
5757
"string-ts": "1.3.2",
5858
"ts-api-utils": "1.0.3",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-react-hooks",
3-
"version": "0.9.2-beta.1",
3+
"version": "0.9.2-beta.2",
44
"description": "ESLint x React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/types": "6.13.2",
5353
"@typescript-eslint/utils": "6.13.2",
5454
"dedent": "1.5.1",
55-
"effect": "2.0.0-next.58",
55+
"effect": "2.0.0-next.59",
5656
"rambda": "8.5.0",
5757
"string-ts": "1.3.2",
5858
"ts-api-utils": "1.0.3",

packages/eslint-plugin-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-react",
3-
"version": "0.9.2-beta.1",
3+
"version": "0.9.2-beta.2",
44
"description": "ESLint x React's ESLint plugin for React related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/types": "6.13.2",
5353
"@typescript-eslint/utils": "6.13.2",
5454
"dedent": "1.5.1",
55-
"effect": "2.0.0-next.58",
55+
"effect": "2.0.0-next.59",
5656
"rambda": "8.5.0",
5757
"string-ts": "1.3.2",
5858
"ts-api-utils": "1.0.3",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin",
3-
"version": "0.9.2-beta.1",
3+
"version": "0.9.2-beta.2",
44
"description": "ESLint x React's main ESLint plugin. More than 50 ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)