eslint-plugin-react-debug 1.48.3 → 2.0.0-next.0

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/dist/index.d.mts CHANGED
@@ -16,7 +16,6 @@ declare const _default: {
16
16
  readonly hook: _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
17
17
  readonly "is-from-react": _typescript_eslint_utils_ts_eslint.RuleModule<"isFromReact", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
18
18
  readonly jsx: _typescript_eslint_utils_ts_eslint.RuleModule<"jsx", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
19
- readonly "react-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
20
19
  };
21
20
  };
22
21
  };
@@ -38,7 +37,6 @@ declare const _default: {
38
37
  readonly hook: _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
39
38
  readonly "is-from-react": _typescript_eslint_utils_ts_eslint.RuleModule<"isFromReact", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
40
39
  readonly jsx: _typescript_eslint_utils_ts_eslint.RuleModule<"jsx", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
41
- readonly "react-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
42
40
  };
43
41
  };
44
42
 
package/dist/index.d.ts CHANGED
@@ -16,7 +16,6 @@ declare const _default: {
16
16
  readonly hook: _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
17
17
  readonly "is-from-react": _typescript_eslint_utils_ts_eslint.RuleModule<"isFromReact", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
18
18
  readonly jsx: _typescript_eslint_utils_ts_eslint.RuleModule<"jsx", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
19
- readonly "react-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
20
19
  };
21
20
  };
22
21
  };
@@ -38,7 +37,6 @@ declare const _default: {
38
37
  readonly hook: _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
39
38
  readonly "is-from-react": _typescript_eslint_utils_ts_eslint.RuleModule<"isFromReact", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
40
39
  readonly jsx: _typescript_eslint_utils_ts_eslint.RuleModule<"jsx", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
41
- readonly "react-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
42
40
  };
43
41
  };
44
42
 
package/dist/index.js CHANGED
@@ -56,7 +56,7 @@ var settings = {
56
56
 
57
57
  // package.json
58
58
  var name2 = "eslint-plugin-react-debug";
59
- var version = "1.48.3";
59
+ var version = "2.0.0-next.0";
60
60
  var createRule = utils.ESLintUtils.RuleCreator(shared.getDocsUrl("debug"));
61
61
 
62
62
  // src/utils/stringify.ts
@@ -311,10 +311,7 @@ var plugin = {
311
311
  ["function-component"]: function_component_default,
312
312
  ["hook"]: hook_default,
313
313
  ["is-from-react"]: is_from_react_default,
314
- ["jsx"]: jsx_default,
315
- // Part: deprecated rules
316
- /** @deprecated Use `hook` instead */
317
- "react-hooks": hook_default
314
+ ["jsx"]: jsx_default
318
315
  }
319
316
  };
320
317
 
package/dist/index.mjs CHANGED
@@ -34,7 +34,7 @@ var settings = {
34
34
 
35
35
  // package.json
36
36
  var name2 = "eslint-plugin-react-debug";
37
- var version = "1.48.3";
37
+ var version = "2.0.0-next.0";
38
38
  var createRule = ESLintUtils.RuleCreator(getDocsUrl("debug"));
39
39
 
40
40
  // src/utils/stringify.ts
@@ -289,10 +289,7 @@ var plugin = {
289
289
  ["function-component"]: function_component_default,
290
290
  ["hook"]: hook_default,
291
291
  ["is-from-react"]: is_from_react_default,
292
- ["jsx"]: jsx_default,
293
- // Part: deprecated rules
294
- /** @deprecated Use `hook` instead */
295
- "react-hooks": hook_default
292
+ ["jsx"]: jsx_default
296
293
  }
297
294
  };
298
295
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-debug",
3
- "version": "1.48.3",
3
+ "version": "2.0.0-next.0",
4
4
  "description": "ESLint React's ESLint plugin for debugging related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -49,12 +49,12 @@
49
49
  "@typescript-eslint/utils": "^8.30.1",
50
50
  "string-ts": "^2.2.1",
51
51
  "ts-pattern": "^5.7.0",
52
- "@eslint-react/ast": "1.48.3",
53
- "@eslint-react/eff": "1.48.3",
54
- "@eslint-react/core": "1.48.3",
55
- "@eslint-react/shared": "1.48.3",
56
- "@eslint-react/kit": "1.48.3",
57
- "@eslint-react/var": "1.48.3"
52
+ "@eslint-react/eff": "2.0.0-next.0",
53
+ "@eslint-react/ast": "2.0.0-next.0",
54
+ "@eslint-react/kit": "2.0.0-next.0",
55
+ "@eslint-react/var": "2.0.0-next.0",
56
+ "@eslint-react/shared": "2.0.0-next.0",
57
+ "@eslint-react/core": "2.0.0-next.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/react": "^19.1.2",
@@ -63,8 +63,8 @@
63
63
  "@local/configs": "0.0.0"
64
64
  },
65
65
  "peerDependencies": {
66
- "eslint": "^8.57.0 || ^9.0.0",
67
- "typescript": "^4.9.5 || ^5.3.3"
66
+ "eslint": "^9.24.0",
67
+ "typescript": "^4.9.5 || ^5.4.5"
68
68
  },
69
69
  "peerDependenciesMeta": {
70
70
  "eslint": {
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "engines": {
78
78
  "bun": ">=1.0.15",
79
- "node": ">=18.18.0"
79
+ "node": ">=20.19.0"
80
80
  },
81
81
  "publishConfig": {
82
82
  "access": "public"