eslint-plugin-react-dom 2.0.0-next.190 → 2.0.0-next.192

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,10 +9,6 @@ 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
  };
17
13
  meta: {
18
14
  name: string;
package/dist/index.js CHANGED
@@ -47,7 +47,7 @@ const settings = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
47
47
  //#endregion
48
48
  //#region package.json
49
49
  var name = "eslint-plugin-react-dom";
50
- var version = "2.0.0-next.190";
50
+ var version = "2.0.0-next.192";
51
51
 
52
52
  //#endregion
53
53
  //#region src/utils/create-jsx-element-resolver.ts
@@ -2074,13 +2074,10 @@ const plugin = {
2074
2074
 
2075
2075
  //#endregion
2076
2076
  //#region src/index.ts
2077
- const { toFlatConfig, toLegacyConfig } = getConfigAdapters("react-dom", plugin);
2077
+ const { toFlatConfig } = getConfigAdapters("react-dom", plugin);
2078
2078
  var src_default = {
2079
2079
  ...plugin,
2080
- configs: {
2081
- ["recommended"]: toFlatConfig(recommended_exports),
2082
- ["recommended-legacy"]: toLegacyConfig(recommended_exports)
2083
- }
2080
+ configs: { ["recommended"]: toFlatConfig(recommended_exports) }
2084
2081
  };
2085
2082
 
2086
2083
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-dom",
3
- "version": "2.0.0-next.190",
3
+ "version": "2.0.0-next.192",
4
4
  "description": "ESLint React's ESLint plugin for React DOM related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -35,18 +35,18 @@
35
35
  "./package.json"
36
36
  ],
37
37
  "dependencies": {
38
- "@typescript-eslint/scope-manager": "^8.44.0",
39
- "@typescript-eslint/types": "^8.44.0",
40
- "@typescript-eslint/utils": "^8.44.0",
38
+ "@typescript-eslint/scope-manager": "^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
  "string-ts": "^2.2.1",
43
43
  "ts-pattern": "^5.8.0",
44
- "@eslint-react/ast": "2.0.0-next.190",
45
- "@eslint-react/core": "2.0.0-next.190",
46
- "@eslint-react/kit": "2.0.0-next.190",
47
- "@eslint-react/eff": "2.0.0-next.190",
48
- "@eslint-react/var": "2.0.0-next.190",
49
- "@eslint-react/shared": "2.0.0-next.190"
44
+ "@eslint-react/ast": "2.0.0-next.192",
45
+ "@eslint-react/core": "2.0.0-next.192",
46
+ "@eslint-react/eff": "2.0.0-next.192",
47
+ "@eslint-react/shared": "2.0.0-next.192",
48
+ "@eslint-react/var": "2.0.0-next.192",
49
+ "@eslint-react/kit": "2.0.0-next.192"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/react": "^19.1.13",