eslint-plugin-react-hooks-extra 1.14.1 → 1.14.2-beta.2

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
@@ -14,8 +14,6 @@ npm install --save-dev eslint-plugin-react-hooks-extra
14
14
 
15
15
  ## Setup
16
16
 
17
- Add the plugin to your `eslint.config.js`:
18
-
19
17
  ```js
20
18
  // @ts-check
21
19
 
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ var VAR3__namespace = /*#__PURE__*/_interopNamespace(VAR3);
32
32
 
33
33
  // package.json
34
34
  var name = "eslint-plugin-react-hooks-extra";
35
- var version = "1.14.1";
35
+ var version = "1.14.2-beta.2";
36
36
  var createRule = shared.createRuleForPlugin("hooks-extra");
37
37
  function isFromHookCall(name2, context, settings, predicate = tools.F.constTrue) {
38
38
  const hookAlias = settings.additionalHooks?.[name2] ?? [];
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import { getStaticValue } from '@typescript-eslint/utils/ast-utils';
9
9
 
10
10
  // package.json
11
11
  var name = "eslint-plugin-react-hooks-extra";
12
- var version = "1.14.1";
12
+ var version = "1.14.2-beta.2";
13
13
  var createRule = createRuleForPlugin("hooks-extra");
14
14
  function isFromHookCall(name2, context, settings, predicate = F.constTrue) {
15
15
  const hookAlias = settings.additionalHooks?.[name2] ?? [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-hooks-extra",
3
- "version": "1.14.1",
3
+ "version": "1.14.2-beta.2",
4
4
  "description": "ESLint React's ESLint plugin for React Hooks related rules.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -41,24 +41,24 @@
41
41
  "./package.json"
42
42
  ],
43
43
  "dependencies": {
44
- "@typescript-eslint/scope-manager": "^8.5.0",
45
- "@typescript-eslint/type-utils": "^8.5.0",
46
- "@typescript-eslint/types": "^8.5.0",
47
- "@typescript-eslint/utils": "^8.5.0",
44
+ "@typescript-eslint/scope-manager": "^8.6.0",
45
+ "@typescript-eslint/type-utils": "^8.6.0",
46
+ "@typescript-eslint/types": "^8.6.0",
47
+ "@typescript-eslint/utils": "^8.6.0",
48
48
  "ts-pattern": "^5.3.1",
49
- "@eslint-react/ast": "1.14.1",
50
- "@eslint-react/jsx": "1.14.1",
51
- "@eslint-react/core": "1.14.1",
52
- "@eslint-react/shared": "1.14.1",
53
- "@eslint-react/tools": "1.14.1",
54
- "@eslint-react/types": "1.14.1",
55
- "@eslint-react/var": "1.14.1"
49
+ "@eslint-react/ast": "1.14.2-beta.2",
50
+ "@eslint-react/jsx": "1.14.2-beta.2",
51
+ "@eslint-react/core": "1.14.2-beta.2",
52
+ "@eslint-react/shared": "1.14.2-beta.2",
53
+ "@eslint-react/types": "1.14.2-beta.2",
54
+ "@eslint-react/tools": "1.14.2-beta.2",
55
+ "@eslint-react/var": "1.14.2-beta.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@types/react": "^18.3.5",
58
+ "@types/react": "^18.3.7",
59
59
  "@types/react-dom": "^18.3.0",
60
60
  "string-ts": "^2.2.0",
61
- "tsup": "^8.2.4"
61
+ "tsup": "^8.3.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "eslint": "^8.57.0 || ^9.0.0",