Skip to content

Commit badb57c

Browse files
committed
release: 1.52.6-next.0
1 parent 5c204f4 commit badb57c

File tree

18 files changed

+134
-134
lines changed

18 files changed

+134
-134
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.52.5
1+
1.52.6-next.0

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^24.2.1",
47+
"@types/node": "^24.3.0",
4848
"@types/react": "^19.1.10",
4949
"@types/react-dom": "^19.1.7",
5050
"autoprefixer": "^10.4.21",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.2",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^24.2.1",
24+
"@types/node": "^24.3.0",
2525
"@types/react": "^19.1.10",
2626
"@types/react-dom": "^19.1.7",
2727
"eslint": "^9.33.0",

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": "1.52.5",
3+
"version": "1.52.6-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -59,7 +59,7 @@
5959
"@swc/core": "^1.13.3",
6060
"@tsconfig/node22": "^22.0.2",
6161
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^24.2.1",
62+
"@types/node": "^24.3.0",
6363
"@types/react": "^19.1.10",
6464
"@types/react-dom": "^19.1.7",
6565
"@typescript-eslint/parser": "^8.39.1",
@@ -77,7 +77,7 @@
7777
"jiti": "^2.5.1",
7878
"lefthook": "^1.12.3",
7979
"markdownlint": "^0.38.0",
80-
"nx": "21.1.3",
80+
"nx": "^21.4.0",
8181
"publint": "^0.3.12",
8282
"react": "^19.1.1",
8383
"react-dom": "^19.1.1",

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.5",
3+
"version": "1.52.6-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.52.5",
3+
"version": "1.52.6-next.0",
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.5",
3+
"version": "1.52.6-next.0",
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.5",
3+
"version": "1.52.6-next.0",
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.5",
3+
"version": "1.52.6-next.0",
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.5",
3+
"version": "1.52.6-next.0",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)