eslint-plugin-react-x 3.0.0-next.24 → 3.0.0-next.26

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -69,7 +69,7 @@ const rules$7 = {
69
69
  //#endregion
70
70
  //#region package.json
71
71
  var name$6 = "eslint-plugin-react-x";
72
- var version = "3.0.0-next.24";
72
+ var version = "3.0.0-next.26";
73
73
 
74
74
  //#endregion
75
75
  //#region src/utils/create-rule.ts
@@ -344,7 +344,7 @@ const rule$1 = {
344
344
  meta: {
345
345
  type: "suggestion",
346
346
  docs: {
347
- description: "verifies the list of dependencies for Hooks like useEffect and similar",
347
+ description: "Verifies the list of dependencies for Hooks like 'useEffect' and similar.",
348
348
  recommended: true,
349
349
  url: "https://github.com/facebook/react/issues/14920"
350
350
  },
@@ -6499,7 +6499,7 @@ const rule = {
6499
6499
  meta: {
6500
6500
  type: "problem",
6501
6501
  docs: {
6502
- description: "enforces the Rules of Hooks",
6502
+ description: "Enforces the Rules of Hooks.",
6503
6503
  recommended: true,
6504
6504
  url: "https://react.dev/reference/rules/rules-of-hooks"
6505
6505
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "3.0.0-next.24",
3
+ "version": "3.0.0-next.26",
4
4
  "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -46,11 +46,11 @@
46
46
  "string-ts": "^2.3.1",
47
47
  "ts-api-utils": "^2.4.0",
48
48
  "ts-pattern": "^5.9.0",
49
- "@eslint-react/ast": "3.0.0-next.24",
50
- "@eslint-react/core": "3.0.0-next.24",
51
- "@eslint-react/eff": "3.0.0-next.24",
52
- "@eslint-react/shared": "3.0.0-next.24",
53
- "@eslint-react/var": "3.0.0-next.24"
49
+ "@eslint-react/ast": "3.0.0-next.26",
50
+ "@eslint-react/core": "3.0.0-next.26",
51
+ "@eslint-react/eff": "3.0.0-next.26",
52
+ "@eslint-react/shared": "3.0.0-next.26",
53
+ "@eslint-react/var": "3.0.0-next.26"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^19.2.14",