@eslint-react/eslint-plugin 5.8.7-beta.3 → 5.8.7-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,7 +64,7 @@ Performant, composable ESLint rules for React and friends.
64
64
  > ESLint React requires the following minimum versions:
65
65
  >
66
66
  > - Node.js: 22.0.0
67
- > - ESLint: 10.2.1
67
+ > - ESLint: 10.3.0
68
68
  > - TypeScript: 5.0.0
69
69
 
70
70
  ### Install
@@ -179,7 +179,7 @@ export default defineConfig(
179
179
  - `disable-conflict-eslint-plugin-react-hooks`\
180
180
  Disable rules in `eslint-plugin-react-hooks` that conflict with rules in our plugins.
181
181
  - `off`\
182
- Disable all rules in this plugin except for debug rules.
182
+ Disable all rules in this plugin.
183
183
 
184
184
  [Full Presets List ↗](https://eslint-react.xyz/docs/presets)
185
185
 
package/dist/index.js CHANGED
@@ -449,7 +449,7 @@ const settings = { ...settings$1 };
449
449
  //#endregion
450
450
  //#region package.json
451
451
  var name = "@eslint-react/eslint-plugin";
452
- var version = "5.8.7-beta.3";
452
+ var version = "5.8.7-beta.4";
453
453
 
454
454
  //#endregion
455
455
  //#region src/utils/type-of.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "5.8.7-beta.3",
3
+ "version": "5.8.7-beta.4",
4
4
  "description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,13 +42,13 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@eslint-react/shared": "5.8.7-beta.3",
46
- "eslint-plugin-react-dom": "5.8.7-beta.3",
47
- "eslint-plugin-react-jsx": "5.8.7-beta.3",
48
- "eslint-plugin-react-rsc": "5.8.7-beta.3",
49
- "eslint-plugin-react-naming-convention": "5.8.7-beta.3",
50
- "eslint-plugin-react-web-api": "5.8.7-beta.3",
51
- "eslint-plugin-react-x": "5.8.7-beta.3"
45
+ "@eslint-react/shared": "5.8.7-beta.4",
46
+ "eslint-plugin-react-dom": "5.8.7-beta.4",
47
+ "eslint-plugin-react-naming-convention": "5.8.7-beta.4",
48
+ "eslint-plugin-react-jsx": "5.8.7-beta.4",
49
+ "eslint-plugin-react-rsc": "5.8.7-beta.4",
50
+ "eslint-plugin-react-web-api": "5.8.7-beta.4",
51
+ "eslint-plugin-react-x": "5.8.7-beta.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.15",