eslint-plugin-react-x 1.53.1 → 1.53.2-beta.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/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -59,7 +59,7 @@ let is_immutable_type = require("is-immutable-type");
|
|
|
59
59
|
is_immutable_type = __toESM(is_immutable_type);
|
|
60
60
|
|
|
61
61
|
//#region src/configs/recommended.ts
|
|
62
|
-
var recommended_exports = __export({
|
|
62
|
+
var recommended_exports = /* @__PURE__ */ __export({
|
|
63
63
|
name: () => name$3,
|
|
64
64
|
rules: () => rules$2,
|
|
65
65
|
settings: () => settings$2
|
|
@@ -113,7 +113,7 @@ const settings$2 = { "react-x": __eslint_react_shared.DEFAULT_ESLINT_REACT_SETTI
|
|
|
113
113
|
|
|
114
114
|
//#endregion
|
|
115
115
|
//#region src/configs/recommended-typescript.ts
|
|
116
|
-
var recommended_typescript_exports = __export({
|
|
116
|
+
var recommended_typescript_exports = /* @__PURE__ */ __export({
|
|
117
117
|
name: () => name$2,
|
|
118
118
|
rules: () => rules$1,
|
|
119
119
|
settings: () => settings$1
|
|
@@ -130,7 +130,7 @@ const settings$1 = { ...settings$2 };
|
|
|
130
130
|
|
|
131
131
|
//#endregion
|
|
132
132
|
//#region src/configs/recommended-type-checked.ts
|
|
133
|
-
var recommended_type_checked_exports = __export({
|
|
133
|
+
var recommended_type_checked_exports = /* @__PURE__ */ __export({
|
|
134
134
|
name: () => name$1,
|
|
135
135
|
rules: () => rules,
|
|
136
136
|
settings: () => settings
|
|
@@ -145,7 +145,7 @@ const settings = { ...settings$1 };
|
|
|
145
145
|
//#endregion
|
|
146
146
|
//#region package.json
|
|
147
147
|
var name = "eslint-plugin-react-x";
|
|
148
|
-
var version = "1.53.
|
|
148
|
+
var version = "1.53.2-beta.0";
|
|
149
149
|
|
|
150
150
|
//#endregion
|
|
151
151
|
//#region src/utils/create-rule.ts
|
package/dist/index.mjs
CHANGED
|
@@ -26,7 +26,7 @@ var __export = (all) => {
|
|
|
26
26
|
|
|
27
27
|
//#endregion
|
|
28
28
|
//#region src/configs/recommended.ts
|
|
29
|
-
var recommended_exports = __export({
|
|
29
|
+
var recommended_exports = /* @__PURE__ */ __export({
|
|
30
30
|
name: () => name$3,
|
|
31
31
|
rules: () => rules$2,
|
|
32
32
|
settings: () => settings$2
|
|
@@ -80,7 +80,7 @@ const settings$2 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
|
80
80
|
|
|
81
81
|
//#endregion
|
|
82
82
|
//#region src/configs/recommended-typescript.ts
|
|
83
|
-
var recommended_typescript_exports = __export({
|
|
83
|
+
var recommended_typescript_exports = /* @__PURE__ */ __export({
|
|
84
84
|
name: () => name$2,
|
|
85
85
|
rules: () => rules$1,
|
|
86
86
|
settings: () => settings$1
|
|
@@ -97,7 +97,7 @@ const settings$1 = { ...settings$2 };
|
|
|
97
97
|
|
|
98
98
|
//#endregion
|
|
99
99
|
//#region src/configs/recommended-type-checked.ts
|
|
100
|
-
var recommended_type_checked_exports = __export({
|
|
100
|
+
var recommended_type_checked_exports = /* @__PURE__ */ __export({
|
|
101
101
|
name: () => name$1,
|
|
102
102
|
rules: () => rules,
|
|
103
103
|
settings: () => settings
|
|
@@ -112,7 +112,7 @@ const settings = { ...settings$1 };
|
|
|
112
112
|
//#endregion
|
|
113
113
|
//#region package.json
|
|
114
114
|
var name = "eslint-plugin-react-x";
|
|
115
|
-
var version = "1.53.
|
|
115
|
+
var version = "1.53.2-beta.0";
|
|
116
116
|
|
|
117
117
|
//#endregion
|
|
118
118
|
//#region src/utils/create-rule.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.2-beta.0",
|
|
4
4
|
"description": "4-7x faster composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,26 +42,26 @@
|
|
|
42
42
|
"./package.json"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
46
|
-
"@typescript-eslint/type-utils": "^8.
|
|
47
|
-
"@typescript-eslint/types": "^8.
|
|
48
|
-
"@typescript-eslint/utils": "^8.
|
|
45
|
+
"@typescript-eslint/scope-manager": "^8.44.0",
|
|
46
|
+
"@typescript-eslint/type-utils": "^8.44.0",
|
|
47
|
+
"@typescript-eslint/types": "^8.44.0",
|
|
48
|
+
"@typescript-eslint/utils": "^8.44.0",
|
|
49
49
|
"compare-versions": "^6.1.1",
|
|
50
50
|
"is-immutable-type": "^5.0.1",
|
|
51
51
|
"string-ts": "^2.2.1",
|
|
52
52
|
"ts-pattern": "^5.8.0",
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"@eslint-react/
|
|
55
|
-
"@eslint-react/
|
|
56
|
-
"@eslint-react/shared": "1.53.
|
|
57
|
-
"@eslint-react/
|
|
58
|
-
"@eslint-react/
|
|
53
|
+
"@eslint-react/ast": "1.53.2-beta.0",
|
|
54
|
+
"@eslint-react/eff": "1.53.2-beta.0",
|
|
55
|
+
"@eslint-react/core": "1.53.2-beta.0",
|
|
56
|
+
"@eslint-react/shared": "1.53.2-beta.0",
|
|
57
|
+
"@eslint-react/var": "1.53.2-beta.0",
|
|
58
|
+
"@eslint-react/kit": "1.53.2-beta.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@types/react": "^19.1.
|
|
61
|
+
"@types/react": "^19.1.13",
|
|
62
62
|
"@types/react-dom": "^19.1.9",
|
|
63
63
|
"ts-api-utils": "^2.1.0",
|
|
64
|
-
"tsdown": "^0.15.
|
|
64
|
+
"tsdown": "^0.15.2",
|
|
65
65
|
"@local/configs": "0.0.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|