eslint-plugin-react-debug 2.7.5-next.1 → 2.7.5-next.11

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 +1 -2
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ const settings = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
41
41
  //#endregion
42
42
  //#region package.json
43
43
  var name = "eslint-plugin-react-debug";
44
- var version = "2.7.5-next.1";
44
+ var version = "2.7.5-next.11";
45
45
 
46
46
  //#endregion
47
47
  //#region src/utils/create-rule.ts
@@ -98,7 +98,6 @@ var function_component_default = createRule({
98
98
  function create$3(context) {
99
99
  const { ctx, visitor } = useComponentCollector(context, {
100
100
  collectDisplayName: true,
101
- collectHookCalls: true,
102
101
  hint: DEFAULT_COMPONENT_DETECTION_HINT
103
102
  });
104
103
  return defineRuleListener(visitor, { "Program:exit"(program) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-debug",
3
- "version": "2.7.5-next.1",
3
+ "version": "2.7.5-next.11",
4
4
  "description": "ESLint React's ESLint plugin for debugging related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -38,20 +38,20 @@
38
38
  "./package.json"
39
39
  ],
40
40
  "dependencies": {
41
- "@typescript-eslint/scope-manager": "^8.53.1",
42
- "@typescript-eslint/type-utils": "^8.53.1",
43
- "@typescript-eslint/types": "^8.53.1",
44
- "@typescript-eslint/utils": "^8.53.1",
41
+ "@typescript-eslint/scope-manager": "^8.54.0",
42
+ "@typescript-eslint/type-utils": "^8.54.0",
43
+ "@typescript-eslint/types": "^8.54.0",
44
+ "@typescript-eslint/utils": "^8.54.0",
45
45
  "string-ts": "^2.3.1",
46
46
  "ts-pattern": "^5.9.0",
47
- "@eslint-react/ast": "2.7.5-next.1",
48
- "@eslint-react/core": "2.7.5-next.1",
49
- "@eslint-react/eff": "2.7.5-next.1",
50
- "@eslint-react/shared": "2.7.5-next.1",
51
- "@eslint-react/var": "2.7.5-next.1"
47
+ "@eslint-react/ast": "2.7.5-next.11",
48
+ "@eslint-react/eff": "2.7.5-next.11",
49
+ "@eslint-react/core": "2.7.5-next.11",
50
+ "@eslint-react/shared": "2.7.5-next.11",
51
+ "@eslint-react/var": "2.7.5-next.11"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/react": "^19.2.9",
54
+ "@types/react": "^19.2.10",
55
55
  "@types/react-dom": "^19.2.3",
56
56
  "tsdown": "^0.20.1",
57
57
  "@local/configs": "0.0.0"