Skip to content

Commit 663eae0

Browse files
committed
release: 1.51.0-next.0
1 parent 7840a88 commit 663eae0

File tree

22 files changed

+60
-36
lines changed

22 files changed

+60
-36
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.51.0 (2025-06-03)
2+
3+
### ✨ New
4+
5+
- feat(react-x): add `jsx-no-iife` rule, closes #1112 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1113
6+
7+
### 🐞 Fixes
8+
9+
- fix: fixed `use-no-direct-set-state-in-use-effect` deferred setState calls detection, closes #1117 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1119
10+
11+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.50.0...v1.50.1
12+
113
## v1.50.0 (2025-05-25)
214

315
### 🐞 Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.50.1-beta.7
1+
1.51.0-next.0

apps/website/content/docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
title: Changelog
33
---
44

5+
## v1.51.0 (2025-06-03)
6+
7+
### ✨ New
8+
9+
- feat(react-x): add `jsx-no-iife` rule, closes #1112 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1113
10+
11+
### 🐞 Fixes
12+
13+
- fix: fixed `use-no-direct-set-state-in-use-effect` deferred setState calls detection, closes #1117 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1119
14+
15+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.50.0...v1.50.1
16+
517
## v1.50.0 (2025-05-25)
618

719
### 🐞 Fixes

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/vite-react": "^6.3.5",
2424
"@types/react": "^19.1.6",
2525
"@types/react-dom": "^19.1.5",
26-
"@vitejs/plugin-react": "^4.5.0",
26+
"@vitejs/plugin-react": "^4.5.1",
2727
"eslint": "^9.28.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@eslint/js": "^9.28.0",
2121
"@types/react": "^19.1.6",
2222
"@types/react-dom": "^19.1.5",
23-
"@vitejs/plugin-react": "^4.5.0",
23+
"@vitejs/plugin-react": "^4.5.1",
2424
"eslint": "^9.28.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.27.4",
19-
"@babel/eslint-parser": "^7.27.1",
19+
"@babel/eslint-parser": "^7.27.5",
2020
"@babel/preset-env": "^7.27.2",
2121
"@babel/preset-react": "^7.27.1",
2222
"@eslint/config-inspector": "^1.0.2",
@@ -25,7 +25,7 @@
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.1.6",
2727
"@types/react-dom": "^19.1.5",
28-
"@vitejs/plugin-react": "^4.5.0",
28+
"@vitejs/plugin-react": "^4.5.1",
2929
"eslint": "^9.28.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tsconfig/vite-react": "^6.3.5",
2626
"@types/react": "^19.1.6",
2727
"@types/react-dom": "^19.1.5",
28-
"@vitejs/plugin-react": "^4.5.0",
28+
"@vitejs/plugin-react": "^4.5.1",
2929
"eslint": "^9.28.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",

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/monorepo",
3-
"version": "1.50.1-beta.7",
3+
"version": "1.51.0-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [

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": "1.50.1-beta.7",
3+
"version": "1.51.0-next.0",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react-debug/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-react-debug",
3-
"version": "1.50.1-beta.7",
3+
"version": "1.51.0-next.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)