eslint-plugin-react-hooks-extra 1.9.2-next.1 → 1.9.2-next.3

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Eva1ent
3
+ Copyright (c) 2024 Eva1ent
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ var astUtils = require('@typescript-eslint/utils/ast-utils');
10
10
 
11
11
  // package.json
12
12
  var name = "eslint-plugin-react-hooks-extra";
13
- var version = "1.9.2-next.1";
13
+ var version = "1.9.2-next.3";
14
14
  var createRule = shared.createRuleForPlugin("hooks-extra");
15
15
  function isFromHookCall(name2, context, settings, predicate = tools.F.constTrue) {
16
16
  const hookAlias = settings.additionalHooks?.[name2] ?? [];
package/dist/index.mjs CHANGED
@@ -8,7 +8,7 @@ import { getStaticValue } from '@typescript-eslint/utils/ast-utils';
8
8
 
9
9
  // package.json
10
10
  var name = "eslint-plugin-react-hooks-extra";
11
- var version = "1.9.2-next.1";
11
+ var version = "1.9.2-next.3";
12
12
  var createRule = createRuleForPlugin("hooks-extra");
13
13
  function isFromHookCall(name2, context, settings, predicate = F.constTrue) {
14
14
  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.9.2-next.1",
3
+ "version": "1.9.2-next.3",
4
4
  "description": "ESLint React's ESLint plugin for React Hooks related rules.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -45,13 +45,13 @@
45
45
  "@typescript-eslint/type-utils": "^8.0.1",
46
46
  "@typescript-eslint/types": "^8.0.1",
47
47
  "@typescript-eslint/utils": "^8.0.1",
48
- "@eslint-react/ast": "1.9.2-next.1",
49
- "@eslint-react/core": "1.9.2-next.1",
50
- "@eslint-react/tools": "1.9.2-next.1",
51
- "@eslint-react/shared": "1.9.2-next.1",
52
- "@eslint-react/jsx": "1.9.2-next.1",
53
- "@eslint-react/types": "1.9.2-next.1",
54
- "@eslint-react/var": "1.9.2-next.1"
48
+ "@eslint-react/ast": "1.9.2-next.3",
49
+ "@eslint-react/core": "1.9.2-next.3",
50
+ "@eslint-react/jsx": "1.9.2-next.3",
51
+ "@eslint-react/shared": "1.9.2-next.3",
52
+ "@eslint-react/tools": "1.9.2-next.3",
53
+ "@eslint-react/var": "1.9.2-next.3",
54
+ "@eslint-react/types": "1.9.2-next.3"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/react": "^18.3.3",