eslint-plugin-react-hooks-extra 1.5.3-beta.2 → 1.5.3-beta.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/dist/index.cjs +6 -6
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +9 -9
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@ var jsx = require('@eslint-react/jsx');
|
|
|
7
7
|
var _var = require('@eslint-react/var');
|
|
8
8
|
|
|
9
9
|
var name = "eslint-plugin-react-hooks-extra";
|
|
10
|
-
var version = "1.5.3-beta.
|
|
10
|
+
var version = "1.5.3-beta.3";
|
|
11
11
|
|
|
12
12
|
const createRule = shared.createRuleForPlugin("hooks-extra");
|
|
13
13
|
|
|
@@ -212,7 +212,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
const moduleVersion = "2.
|
|
215
|
+
const moduleVersion = "2.3.0";
|
|
216
216
|
|
|
217
217
|
/**
|
|
218
218
|
* @since 2.0.0
|
|
@@ -660,15 +660,15 @@ const effectVariance = {
|
|
|
660
660
|
};
|
|
661
661
|
const sinkVariance = {
|
|
662
662
|
/* c8 ignore next */
|
|
663
|
-
|
|
664
|
-
/* c8 ignore next */
|
|
665
|
-
_E: _ => _,
|
|
663
|
+
_A: _ => _,
|
|
666
664
|
/* c8 ignore next */
|
|
667
665
|
_In: _ => _,
|
|
668
666
|
/* c8 ignore next */
|
|
669
667
|
_L: _ => _,
|
|
670
668
|
/* c8 ignore next */
|
|
671
|
-
|
|
669
|
+
_E: _ => _,
|
|
670
|
+
/* c8 ignore next */
|
|
671
|
+
_R: _ => _
|
|
672
672
|
};
|
|
673
673
|
const channelVariance = {
|
|
674
674
|
/* c8 ignore next */
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ var jsx = require('@eslint-react/jsx');
|
|
|
7
7
|
var _var = require('@eslint-react/var');
|
|
8
8
|
|
|
9
9
|
var name = "eslint-plugin-react-hooks-extra";
|
|
10
|
-
var version = "1.5.3-beta.
|
|
10
|
+
var version = "1.5.3-beta.3";
|
|
11
11
|
|
|
12
12
|
const createRule = shared.createRuleForPlugin("hooks-extra");
|
|
13
13
|
|
|
@@ -212,7 +212,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
const moduleVersion = "2.
|
|
215
|
+
const moduleVersion = "2.3.0";
|
|
216
216
|
|
|
217
217
|
/**
|
|
218
218
|
* @since 2.0.0
|
|
@@ -660,15 +660,15 @@ const effectVariance = {
|
|
|
660
660
|
};
|
|
661
661
|
const sinkVariance = {
|
|
662
662
|
/* c8 ignore next */
|
|
663
|
-
|
|
664
|
-
/* c8 ignore next */
|
|
665
|
-
_E: _ => _,
|
|
663
|
+
_A: _ => _,
|
|
666
664
|
/* c8 ignore next */
|
|
667
665
|
_In: _ => _,
|
|
668
666
|
/* c8 ignore next */
|
|
669
667
|
_L: _ => _,
|
|
670
668
|
/* c8 ignore next */
|
|
671
|
-
|
|
669
|
+
_E: _ => _,
|
|
670
|
+
/* c8 ignore next */
|
|
671
|
+
_R: _ => _
|
|
672
672
|
};
|
|
673
673
|
const channelVariance = {
|
|
674
674
|
/* c8 ignore next */
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { getPragmaFromContext } from '@eslint-react/jsx';
|
|
|
5
5
|
import { findVariable, getVariableInit } from '@eslint-react/var';
|
|
6
6
|
|
|
7
7
|
var name = "eslint-plugin-react-hooks-extra";
|
|
8
|
-
var version = "1.5.3-beta.
|
|
8
|
+
var version = "1.5.3-beta.3";
|
|
9
9
|
|
|
10
10
|
const createRule = createRuleForPlugin("hooks-extra");
|
|
11
11
|
|
|
@@ -210,7 +210,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
const moduleVersion = "2.
|
|
213
|
+
const moduleVersion = "2.3.0";
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
216
|
* @since 2.0.0
|
|
@@ -658,15 +658,15 @@ const effectVariance = {
|
|
|
658
658
|
};
|
|
659
659
|
const sinkVariance = {
|
|
660
660
|
/* c8 ignore next */
|
|
661
|
-
|
|
662
|
-
/* c8 ignore next */
|
|
663
|
-
_E: _ => _,
|
|
661
|
+
_A: _ => _,
|
|
664
662
|
/* c8 ignore next */
|
|
665
663
|
_In: _ => _,
|
|
666
664
|
/* c8 ignore next */
|
|
667
665
|
_L: _ => _,
|
|
668
666
|
/* c8 ignore next */
|
|
669
|
-
|
|
667
|
+
_E: _ => _,
|
|
668
|
+
/* c8 ignore next */
|
|
669
|
+
_R: _ => _
|
|
670
670
|
};
|
|
671
671
|
const channelVariance = {
|
|
672
672
|
/* c8 ignore next */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-hooks-extra",
|
|
3
|
-
"version": "1.5.3-beta.
|
|
3
|
+
"version": "1.5.3-beta.3",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"@typescript-eslint/types": ">=6.21.0",
|
|
42
42
|
"@typescript-eslint/utils": ">=6.21.0",
|
|
43
43
|
"string-ts": "2.0.0",
|
|
44
|
-
"@eslint-react/ast": "1.5.3-beta.
|
|
45
|
-
"@eslint-react/core": "1.5.3-beta.
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/
|
|
48
|
-
"@eslint-react/tools": "1.5.3-beta.
|
|
49
|
-
"@eslint-react/types": "1.5.3-beta.
|
|
50
|
-
"@eslint-react/var": "1.5.3-beta.
|
|
44
|
+
"@eslint-react/ast": "1.5.3-beta.3",
|
|
45
|
+
"@eslint-react/core": "1.5.3-beta.3",
|
|
46
|
+
"@eslint-react/shared": "1.5.3-beta.3",
|
|
47
|
+
"@eslint-react/jsx": "1.5.3-beta.3",
|
|
48
|
+
"@eslint-react/tools": "1.5.3-beta.3",
|
|
49
|
+
"@eslint-react/types": "1.5.3-beta.3",
|
|
50
|
+
"@eslint-react/var": "1.5.3-beta.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"effect": "2.
|
|
53
|
+
"effect": "2.3.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"eslint": ">=8.56.0",
|