eslint-plugin-react-x 2.7.4 → 2.7.5-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.js +3 -3
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -68,7 +68,7 @@ const rules$7 = {
|
|
|
68
68
|
//#endregion
|
|
69
69
|
//#region package.json
|
|
70
70
|
var name$6 = "eslint-plugin-react-x";
|
|
71
|
-
var version = "2.7.
|
|
71
|
+
var version = "2.7.5-beta.3";
|
|
72
72
|
|
|
73
73
|
//#endregion
|
|
74
74
|
//#region src/utils/create-rule.ts
|
|
@@ -1471,7 +1471,7 @@ const RULE_NAME$32 = "no-missing-component-display-name";
|
|
|
1471
1471
|
var no_missing_component_display_name_default = createRule({
|
|
1472
1472
|
meta: {
|
|
1473
1473
|
type: "problem",
|
|
1474
|
-
docs: { description: "Enforces that all components have a 'displayName' that can be used in
|
|
1474
|
+
docs: { description: "Enforces that all components have a 'displayName' that can be used in DevTools." },
|
|
1475
1475
|
messages: { noMissingComponentDisplayName: "Add missing 'displayName' for component." },
|
|
1476
1476
|
schema: []
|
|
1477
1477
|
},
|
|
@@ -1506,7 +1506,7 @@ const RULE_NAME$31 = "no-missing-context-display-name";
|
|
|
1506
1506
|
var no_missing_context_display_name_default = createRule({
|
|
1507
1507
|
meta: {
|
|
1508
1508
|
type: "problem",
|
|
1509
|
-
docs: { description: "Enforces that all contexts have a 'displayName' that can be used in
|
|
1509
|
+
docs: { description: "Enforces that all contexts have a 'displayName' that can be used in DevTools." },
|
|
1510
1510
|
fixable: "code",
|
|
1511
1511
|
messages: { noMissingContextDisplayName: "Add missing 'displayName' for context." },
|
|
1512
1512
|
schema: []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.5-beta.3",
|
|
4
4
|
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -37,20 +37,20 @@
|
|
|
37
37
|
"./package.json"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
41
|
-
"@typescript-eslint/type-utils": "^8.
|
|
42
|
-
"@typescript-eslint/types": "^8.
|
|
43
|
-
"@typescript-eslint/utils": "^8.
|
|
40
|
+
"@typescript-eslint/scope-manager": "^8.54.0",
|
|
41
|
+
"@typescript-eslint/type-utils": "^8.54.0",
|
|
42
|
+
"@typescript-eslint/types": "^8.54.0",
|
|
43
|
+
"@typescript-eslint/utils": "^8.54.0",
|
|
44
44
|
"compare-versions": "^6.1.1",
|
|
45
45
|
"is-immutable-type": "^5.0.1",
|
|
46
46
|
"string-ts": "^2.3.1",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
48
|
"ts-pattern": "^5.9.0",
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"@eslint-react/
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"@eslint-react/
|
|
49
|
+
"@eslint-react/eff": "2.7.5-beta.3",
|
|
50
|
+
"@eslint-react/ast": "2.7.5-beta.3",
|
|
51
|
+
"@eslint-react/shared": "2.7.5-beta.3",
|
|
52
|
+
"@eslint-react/var": "2.7.5-beta.3",
|
|
53
|
+
"@eslint-react/core": "2.7.5-beta.3"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/react": "^19.2.9",
|