Skip to content

Commit 5b26e81

Browse files
committed
release: 2.0.0-next.37
2 parents 4d7b5e0 + 5cb3b9c commit 5b26e81

File tree

31 files changed

+828
-511
lines changed

31 files changed

+828
-511
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@eslint/js": "^9.28.0",
23-
"@stylistic/eslint-plugin": "^4.4.0",
23+
"@stylistic/eslint-plugin": "^4.4.1",
2424
"eslint-plugin-de-morgan": "^1.2.1",
2525
"eslint-plugin-function": "^0.0.21",
2626
"eslint-plugin-jsdoc": "^50.7.1",

.pkgs/eslint-plugin-local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@eslint-react/shared": "workspace:*",
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.28.0",
30-
"@stylistic/eslint-plugin": "^4.4.0",
30+
"@stylistic/eslint-plugin": "^4.4.1",
3131
"@typescript-eslint/scope-manager": "^8.33.1",
3232
"@typescript-eslint/type-utils": "^8.33.1",
3333
"@typescript-eslint/types": "^8.33.1",
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
4545
"@types/react": "^19.1.6",
46-
"@types/react-dom": "^19.1.5",
46+
"@types/react-dom": "^19.1.6",
4747
"tsup": "^8.5.0"
4848
},
4949
"peerDependencies": {

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v1.51.1 (2025-06-06)
2+
3+
### 🐞 Fixes
4+
5+
- fix: fixed jsx detection method not respect SkipEmptyArray hint, closes #1122 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1124
6+
7+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.51.0...v1.51.1
8+
9+
## v1.51.0 (2025-06-03)
10+
11+
### ✨ New
12+
13+
- feat(react-x): add `jsx-no-iife` rule, closes #1112 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1113
14+
15+
### 🐞 Fixes
16+
17+
- fix: fixed `no-direct-set-state-in-use-effect` deferred setState calls detection, closes #1117 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1119
18+
19+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.50.0...v1.51.0
20+
121
## v1.50.0 (2025-05-25)
222

323
### 🐞 Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.36
1+
2.0.0-next.37

apps/website/content/docs/changelog.md

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

5+
## v1.51.1 (2025-06-06)
6+
7+
### 🐞 Fixes
8+
9+
- fix: fixed jsx detection method not respect SkipEmptyArray hint, closes #1122 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1124
10+
11+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.51.0...v1.51.1
12+
13+
## v1.51.0 (2025-06-03)
14+
15+
### ✨ New
16+
17+
- feat(react-x): add `jsx-no-iife` rule, closes #1112 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1113
18+
19+
### 🐞 Fixes
20+
21+
- fix: fixed `no-direct-set-state-in-use-effect` deferred setState calls detection, closes #1117 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1119
22+
23+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.50.0...v1.51.0
24+
525
## v1.50.0 (2025-05-25)
626

727
### 🐞 Fixes

apps/website/content/docs/community.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const projects = [
1111
{ owner: "onejs", repo: "one" },
1212
{ owner: "payloadcms", repo: "payload" },
1313
{ owner: "prettier", repo: "prettier" },
14+
{ owner: "primer", repo: "react" },
1415
{ owner: "react-navigation", repo: "react-navigation" },
1516
{ owner: "refined-github", repo: "refined-github" },
1617
{ owner: "RSSNext", repo: "Follow" },

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"fumadocs-twoslash": "3.1.3",
2121
"fumadocs-typescript": "4.0.5",
2222
"fumadocs-ui": "15.5.0",
23-
"lucide-react": "^0.512.0",
23+
"lucide-react": "^0.513.0",
2424
"next": "^15.3.3",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.1.0",
2727
"react-dom": "^19.1.0",
28-
"shiki": "^3.4.2",
28+
"shiki": "^3.6.0",
2929
"tailwind-merge": "^3.3.0",
3030
"twoslash": "^0.3.1"
3131
},
@@ -34,7 +34,7 @@
3434
"@eslint-react/kit": "workspace:*",
3535
"@eslint-react/shared": "workspace:*",
3636
"@eslint/js": "^9.28.0",
37-
"@eslint/markdown": "^6.4.0",
37+
"@eslint/markdown": "^6.5.0",
3838
"@local/configs": "workspace:*",
3939
"@mdx-js/mdx": "^3.1.0",
4040
"@tailwindcss/postcss": "^4.1.8",
@@ -44,14 +44,14 @@
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^22.15.29",
47+
"@types/node": "^22.15.30",
4848
"@types/react": "^19.1.6",
49-
"@types/react-dom": "^19.1.5",
49+
"@types/react-dom": "^19.1.6",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.6.0",
5252
"eslint": "^9.28.0",
5353
"eslint-plugin-de-morgan": "^1.2.1",
54-
"eslint-plugin-import-x": "^4.15.0",
54+
"eslint-plugin-import-x": "^4.15.1",
5555
"eslint-plugin-perfectionist": "^4.14.0",
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-react-refresh": "^0.4.20",

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
25-
"@types/node": "^22.15.29",
25+
"@types/node": "^22.15.30",
2626
"@types/react": "^19.1.6",
27-
"@types/react-dom": "^19.1.5",
27+
"@types/react-dom": "^19.1.6",
2828
"eslint": "^9.28.0",
2929
"eslint-config-flat-gitignore": "^2.1.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",

examples/rspeedy-react-lynx-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@lynx-js/react-rsbuild-plugin": "^0.10.2",
2626
"@lynx-js/rspeedy": "^0.9.8",
2727
"@lynx-js/types": "^3.3.0",
28-
"@rsbuild/plugin-sass": "^1.3.1",
28+
"@rsbuild/plugin-sass": "^1.3.2",
2929
"@rsbuild/plugin-type-check": "^1.2.2",
3030
"@types/react": "^19.1.6",
3131
"eslint-plugin-react-hooks": "^5.2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^6.3.5",
2424
"@types/react": "^19.1.6",
25-
"@types/react-dom": "^19.1.5",
25+
"@types/react-dom": "^19.1.6",
2626
"@vitejs/plugin-react": "^4.5.1",
2727
"eslint": "^9.28.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",

0 commit comments

Comments
 (0)