Skip to content

Commit 6378e2f

Browse files
committed
Merge branch 'main' into react-dom/no-render
2 parents cd47a0e + facc30c commit 6378e2f

File tree

21 files changed

+237
-214
lines changed

21 files changed

+237
-214
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ More than 80 high-quality linting rules for writing better React code.
3030

3131
## Installation
3232

33+
> [!NOTE]\
34+
> ESLint React requires the following minimum versions:
35+
>
36+
37+
38+
39+
3340
### Install
3441

3542
```sh

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.1
1+
1.34.2-beta.0

apps/website/content/docs/getting-started/javascript.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ title: JavaScript
33
description: Getting started with JavaScript setup
44
---
55

6+
<Callout type="info">
7+
8+
ESLint React requires the following minimum versions:
9+
10+
11+
12+
13+
14+
</Callout>
15+
616
## Install
717

818
```package-install copy

apps/website/content/docs/getting-started/typescript.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ title: TypeScript
33
description: Getting started with TypeScript setup
44
---
55

6+
<Callout type="info">
7+
8+
ESLint React requires the following minimum versions:
9+
10+
11+
12+
13+
14+
</Callout>
15+
616
## Install
717

818
```package-install copy

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dedent": "^1.5.3",
5050
"eslint": "^9.22.0",
5151
"eslint-plugin-de-morgan": "^1.2.1",
52-
"eslint-plugin-import-x": "^4.7.0",
52+
"eslint-plugin-import-x": "^4.8.0",
5353
"eslint-plugin-mdx": "^3.2.0",
5454
"eslint-plugin-perfectionist": "^4.10.1",
5555
"eslint-plugin-react-compiler": "^19.0.0-beta-bafa41b-20250307",

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.34.1",
3+
"version": "1.34.2-beta.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -56,7 +56,7 @@
5656
"@eslint/markdown": "^6.3.0",
5757
"@local/configs": "workspace:*",
5858
"@local/eslint-plugin-local": "workspace:*",
59-
"@swc/core": "^1.11.9",
59+
"@swc/core": "^1.11.10",
6060
"@tsconfig/node22": "^22.0.0",
6161
"@tsconfig/strictest": "^2.0.5",
6262
"@types/node": "^22.13.10",
@@ -88,7 +88,7 @@
8888
"tsx": "^4.19.3",
8989
"type-fest": "^4.37.0",
9090
"typedoc": "0.27.9",
91-
"typedoc-plugin-markdown": "^4.4.2",
91+
"typedoc-plugin-markdown": "^4.5.0",
9292
"typedoc-plugin-mdn-links": "^5.0.1",
9393
"typedoc-plugin-missing-exports": "^3.1.0",
9494
"typescript": "^5.8.2",
@@ -111,7 +111,6 @@
111111
"overrides": {
112112
"@types/react": "^19.0.10",
113113
"@types/react-dom": "^19.0.4",
114-
"axios": "^1.8.3",
115114
"cross-spawn": "^7.0.6",
116115
"esbuild": "^0.25.1",
117116
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.8",

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.34.1",
3+
"version": "1.34.2-beta.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.34.1",
3+
"version": "1.34.2-beta.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.34.1",
3+
"version": "1.34.2-beta.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.34.1",
3+
"version": "1.34.2-beta.0",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)