eslint-plugin-react-x 2.0.0-next.190 → 2.0.0-next.191

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.d.ts CHANGED
@@ -9,30 +9,18 @@ declare const _default: {
9
9
  rules?: Record<string, _eslint_react_kit0.RuleConfig>;
10
10
  settings?: _eslint_react_kit0.SettingsConfig;
11
11
  };
12
- "recommended-legacy": {
13
- plugins: string[];
14
- rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
15
- };
16
12
  "recommended-type-checked": {
17
13
  plugins: {};
18
14
  name?: string;
19
15
  rules?: Record<string, _eslint_react_kit0.RuleConfig>;
20
16
  settings?: _eslint_react_kit0.SettingsConfig;
21
17
  };
22
- "recommended-type-checked-legacy": {
23
- plugins: string[];
24
- rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
25
- };
26
18
  "recommended-typescript": {
27
19
  plugins: {};
28
20
  name?: string;
29
21
  rules?: Record<string, _eslint_react_kit0.RuleConfig>;
30
22
  settings?: _eslint_react_kit0.SettingsConfig;
31
23
  };
32
- "recommended-typescript-legacy": {
33
- plugins: string[];
34
- rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
35
- };
36
24
  };
37
25
  meta: {
38
26
  name: string;
package/dist/index.js CHANGED
@@ -115,7 +115,7 @@ const settings = { ...settings$1 };
115
115
  //#endregion
116
116
  //#region package.json
117
117
  var name = "eslint-plugin-react-x";
118
- var version = "2.0.0-next.190";
118
+ var version = "2.0.0-next.191";
119
119
 
120
120
  //#endregion
121
121
  //#region src/utils/create-rule.ts
@@ -3616,16 +3616,13 @@ const plugin = {
3616
3616
 
3617
3617
  //#endregion
3618
3618
  //#region src/index.ts
3619
- const { toFlatConfig, toLegacyConfig } = getConfigAdapters("react-x", plugin);
3619
+ const { toFlatConfig } = getConfigAdapters("react-x", plugin);
3620
3620
  var src_default = {
3621
3621
  ...plugin,
3622
3622
  configs: {
3623
3623
  ["recommended"]: toFlatConfig(recommended_exports),
3624
- ["recommended-legacy"]: toLegacyConfig(recommended_exports),
3625
3624
  ["recommended-type-checked"]: toFlatConfig(recommended_type_checked_exports),
3626
- ["recommended-type-checked-legacy"]: toLegacyConfig(recommended_type_checked_exports),
3627
- ["recommended-typescript"]: toFlatConfig(recommended_typescript_exports),
3628
- ["recommended-typescript-legacy"]: toLegacyConfig(recommended_typescript_exports)
3625
+ ["recommended-typescript"]: toFlatConfig(recommended_typescript_exports)
3629
3626
  }
3630
3627
  };
3631
3628
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "2.0.0-next.190",
3
+ "version": "2.0.0-next.191",
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",
@@ -34,20 +34,20 @@
34
34
  "./package.json"
35
35
  ],
36
36
  "dependencies": {
37
- "@typescript-eslint/scope-manager": "^8.44.0",
38
- "@typescript-eslint/type-utils": "^8.44.0",
39
- "@typescript-eslint/types": "^8.44.0",
40
- "@typescript-eslint/utils": "^8.44.0",
37
+ "@typescript-eslint/scope-manager": "^8.44.1",
38
+ "@typescript-eslint/type-utils": "^8.44.1",
39
+ "@typescript-eslint/types": "^8.44.1",
40
+ "@typescript-eslint/utils": "^8.44.1",
41
41
  "compare-versions": "^6.1.1",
42
42
  "is-immutable-type": "^5.0.1",
43
43
  "string-ts": "^2.2.1",
44
44
  "ts-pattern": "^5.8.0",
45
- "@eslint-react/ast": "2.0.0-next.190",
46
- "@eslint-react/eff": "2.0.0-next.190",
47
- "@eslint-react/shared": "2.0.0-next.190",
48
- "@eslint-react/core": "2.0.0-next.190",
49
- "@eslint-react/kit": "2.0.0-next.190",
50
- "@eslint-react/var": "2.0.0-next.190"
45
+ "@eslint-react/ast": "2.0.0-next.191",
46
+ "@eslint-react/core": "2.0.0-next.191",
47
+ "@eslint-react/eff": "2.0.0-next.191",
48
+ "@eslint-react/kit": "2.0.0-next.191",
49
+ "@eslint-react/shared": "2.0.0-next.191",
50
+ "@eslint-react/var": "2.0.0-next.191"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/react": "^19.1.13",