Skip to content

Commit 9c09e2d

Browse files
committed
release: 1.52.4-next.3
1 parent fd65dde commit 9c09e2d

File tree

17 files changed

+563
-783
lines changed

17 files changed

+563
-783
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.52.4-beta.2
1+
1.52.4-next.3

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "15.6.3",
17+
"fumadocs-core": "15.6.10",
1818
"fumadocs-docgen": "2.1.0",
19-
"fumadocs-mdx": "11.6.11",
19+
"fumadocs-mdx": "11.7.5",
2020
"fumadocs-twoslash": "3.1.4",
2121
"fumadocs-typescript": "4.0.6",
22-
"fumadocs-ui": "15.6.3",
22+
"fumadocs-ui": "15.6.10",
2323
"lucide-react": "^0.539.0",
2424
"next": "^15.4.6",
2525
"next-view-transitions": "^0.3.4",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.52.4-beta.2",
3+
"version": "1.52.4-next.3",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -59,23 +59,23 @@
5959
"@swc/core": "^1.13.3",
6060
"@tsconfig/node22": "^22.0.2",
6161
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^24.1.0",
63-
"@types/react": "^19.1.9",
62+
"@types/node": "^24.2.1",
63+
"@types/react": "^19.1.10",
6464
"@types/react-dom": "^19.1.7",
65-
"@typescript-eslint/parser": "^8.38.0",
66-
"@typescript-eslint/rule-tester": "^8.38.0",
67-
"@typescript-eslint/types": "^8.38.0",
65+
"@typescript-eslint/parser": "^8.39.1",
66+
"@typescript-eslint/rule-tester": "^8.39.1",
67+
"@typescript-eslint/types": "^8.39.1",
6868
"ansis": "^4.1.0",
6969
"cspell": "^9.2.0",
7070
"dedent": "^1.6.0",
7171
"dprint": "^0.50.1",
7272
"esbuild": "^0.25.8",
73-
"eslint": "^9.32.0",
73+
"eslint": "^9.33.0",
7474
"eslint-config-flat-gitignore": "^2.1.0",
7575
"eslint-plugin-fast-import": "^1.3.0",
7676
"eslint-plugin-vitest": "^0.5.4",
7777
"jiti": "^2.5.1",
78-
"lefthook": "^1.12.2",
78+
"lefthook": "^1.12.3",
7979
"markdownlint": "^0.38.0",
8080
"nx": "21.1.3",
8181
"publint": "^0.3.12",
@@ -89,11 +89,11 @@
8989
"tsup": "^8.5.0",
9090
"tsx": "^4.20.3",
9191
"type-fest": "^4.41.0",
92-
"typedoc": "^0.28.9",
93-
"typedoc-plugin-markdown": "^4.8.0",
94-
"typedoc-plugin-mdn-links": "^5.0.7",
92+
"typedoc": "^0.28.10",
93+
"typedoc-plugin-markdown": "^4.8.1",
94+
"typedoc-plugin-mdn-links": "^5.0.8",
9595
"typescript": "^5.9.2",
96-
"typescript-eslint": "^8.38.0",
96+
"typescript-eslint": "^8.39.1",
9797
"vitest": "^3.2.4"
9898
},
9999
"packageManager": "[email protected]",
@@ -110,12 +110,12 @@
110110
"sharp"
111111
],
112112
"overrides": {
113-
"@types/react": "^19.1.9",
113+
"@types/react": "^19.1.10",
114114
"@types/react-dom": "^19.1.7",
115115
"cross-spawn": "^7.0.6",
116116
"esbuild": "^0.25.8",
117-
"lucide-react": "^0.536.0",
118-
"next": "^15.4.5",
117+
"lucide-react": "^0.539.0",
118+
"next": "^15.4.6",
119119
"react": "^19.1.1",
120120
"react-dom": "^19.1.1",
121121
"ts-api-utils": "^2.1.0",

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.52.4-beta.2",
3+
"version": "1.52.4-next.3",
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.52.4-beta.2",
3+
"version": "1.52.4-next.3",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

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

packages/plugins/eslint-plugin-react-hooks-extra/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-hooks-extra",
3-
"version": "1.52.4-beta.2",
3+
"version": "1.52.4-next.3",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

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

packages/plugins/eslint-plugin-react-web-api/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-web-api",
3-
"version": "1.52.4-beta.2",
3+
"version": "1.52.4-next.3",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-x/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-x",
3-
"version": "1.52.4-beta.2",
3+
"version": "1.52.4-next.3",
44
"description": "4-7x faster composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)