eslint-plugin-react-hooks-extra 1.15.0-next.0 → 1.15.0-next.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/dist/index.js CHANGED
@@ -8,7 +8,6 @@ var VAR3 = require('@eslint-react/var');
8
8
  var types = require('@typescript-eslint/types');
9
9
  var tsPattern = require('ts-pattern');
10
10
  var astUtils = require('@typescript-eslint/utils/ast-utils');
11
- require('@typescript-eslint/utils');
12
11
 
13
12
  function _interopNamespace(e) {
14
13
  if (e && e.__esModule) return e;
@@ -33,7 +32,7 @@ var VAR3__namespace = /*#__PURE__*/_interopNamespace(VAR3);
33
32
 
34
33
  // package.json
35
34
  var name = "eslint-plugin-react-hooks-extra";
36
- var version = "1.15.0-next.0";
35
+ var version = "1.15.0-next.2";
37
36
  var createRule = shared.createRuleForPlugin("hooks-extra");
38
37
  function isFromHookCall(name2, context, settings, predicate = tools.F.constTrue) {
39
38
  const hookAlias = settings.additionalHooks?.[name2] ?? [];
package/dist/index.mjs CHANGED
@@ -6,11 +6,10 @@ import * as VAR3 from '@eslint-react/var';
6
6
  import { AST_NODE_TYPES } from '@typescript-eslint/types';
7
7
  import { match, isMatching } from 'ts-pattern';
8
8
  import { getStaticValue } from '@typescript-eslint/utils/ast-utils';
9
- import '@typescript-eslint/utils';
10
9
 
11
10
  // package.json
12
11
  var name = "eslint-plugin-react-hooks-extra";
13
- var version = "1.15.0-next.0";
12
+ var version = "1.15.0-next.2";
14
13
  var createRule = createRuleForPlugin("hooks-extra");
15
14
  function isFromHookCall(name2, context, settings, predicate = F.constTrue) {
16
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.15.0-next.0",
3
+ "version": "1.15.0-next.2",
4
4
  "description": "ESLint React's ESLint plugin for React Hooks related rules.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -46,16 +46,16 @@
46
46
  "@typescript-eslint/types": "^8.8.0",
47
47
  "@typescript-eslint/utils": "^8.8.0",
48
48
  "ts-pattern": "^5.4.0",
49
- "@eslint-react/ast": "1.15.0-next.0",
50
- "@eslint-react/core": "1.15.0-next.0",
51
- "@eslint-react/jsx": "1.15.0-next.0",
52
- "@eslint-react/shared": "1.15.0-next.0",
53
- "@eslint-react/tools": "1.15.0-next.0",
54
- "@eslint-react/types": "1.15.0-next.0",
55
- "@eslint-react/var": "1.15.0-next.0"
49
+ "@eslint-react/ast": "1.15.0-next.2",
50
+ "@eslint-react/shared": "1.15.0-next.2",
51
+ "@eslint-react/tools": "1.15.0-next.2",
52
+ "@eslint-react/jsx": "1.15.0-next.2",
53
+ "@eslint-react/types": "1.15.0-next.2",
54
+ "@eslint-react/var": "1.15.0-next.2",
55
+ "@eslint-react/core": "1.15.0-next.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@types/react": "^18.3.10",
58
+ "@types/react": "^18.3.11",
59
59
  "@types/react-dom": "^18.3.0",
60
60
  "string-ts": "^2.2.0",
61
61
  "tsup": "^8.3.0"