eslint-plugin-react-hooks-extra 1.8.0 → 1.8.1-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/README.md CHANGED
@@ -41,7 +41,7 @@ export default [
41
41
 
42
42
  ## Rules
43
43
 
44
- | Rule | Description | 💼 | 💭 | |
44
+ | Rule | Description | 💼 | 💭 | 🪧 |
45
45
  | :----------------------------------------- | :------------------------------------------------------------------------------ | :-: | :-: | :-: |
46
46
  | `ensure-custom-hooks-using-other-hooks` | Warns when custom Hooks that don't use other Hooks. | ✔️ | | |
47
47
  | `ensure-use-callback-has-non-empty-deps` | Warns when `useCallback` is called with empty dependencies array. | 🧐 | | |
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ var R__namespace = /*#__PURE__*/_interopNamespace(R);
30
30
 
31
31
  // package.json
32
32
  var name = "eslint-plugin-react-hooks-extra";
33
- var version = "1.8.0";
33
+ var version = "1.8.1-next.0";
34
34
  var createRule = shared.createRuleForPlugin("hooks-extra");
35
35
  function isFromUseStateCall(context, useStateAlias) {
36
36
  return (topLevelId) => {
package/dist/index.mjs CHANGED
@@ -8,7 +8,7 @@ import * as R from 'remeda';
8
8
 
9
9
  // package.json
10
10
  var name = "eslint-plugin-react-hooks-extra";
11
- var version = "1.8.0";
11
+ var version = "1.8.1-next.0";
12
12
  var createRule = createRuleForPlugin("hooks-extra");
13
13
  function isFromUseStateCall(context, useStateAlias) {
14
14
  return (topLevelId) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-hooks-extra",
3
- "version": "1.8.0",
3
+ "version": "1.8.1-next.0",
4
4
  "description": "ESLint React's ESLint plugin for React Hooks related rules.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -46,13 +46,13 @@
46
46
  "@typescript-eslint/types": "^8.0.0",
47
47
  "@typescript-eslint/utils": "^8.0.0",
48
48
  "remeda": "^2.6.0",
49
- "@eslint-react/ast": "1.8.0",
50
- "@eslint-react/jsx": "1.8.0",
51
- "@eslint-react/core": "1.8.0",
52
- "@eslint-react/shared": "1.8.0",
53
- "@eslint-react/tools": "1.8.0",
54
- "@eslint-react/types": "1.8.0",
55
- "@eslint-react/var": "1.8.0"
49
+ "@eslint-react/ast": "1.8.1-next.0",
50
+ "@eslint-react/core": "1.8.1-next.0",
51
+ "@eslint-react/shared": "1.8.1-next.0",
52
+ "@eslint-react/jsx": "1.8.1-next.0",
53
+ "@eslint-react/tools": "1.8.1-next.0",
54
+ "@eslint-react/types": "1.8.1-next.0",
55
+ "@eslint-react/var": "1.8.1-next.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/react": "^18.3.3",