@eslint-react/eslint-plugin 2.0.0-next.18 → 2.0.0-next.19

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
@@ -808,8 +808,8 @@ declare const rules$3: {
808
808
  readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
809
809
  readonly "@eslint-react/dom/no-use-form-state": "error";
810
810
  readonly "@eslint-react/dom/no-void-elements-with-children": "error";
811
- readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
812
811
  readonly "@eslint-react/jsx-key-before-spread": "warn";
812
+ readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
813
813
  readonly "@eslint-react/jsx-no-duplicate-props": "warn";
814
814
  readonly "@eslint-react/jsx-uses-react": "warn";
815
815
  readonly "@eslint-react/jsx-uses-vars": "warn";
@@ -1395,8 +1395,8 @@ declare const rules$2: {
1395
1395
  readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
1396
1396
  readonly "@eslint-react/dom/no-use-form-state": "error";
1397
1397
  readonly "@eslint-react/dom/no-void-elements-with-children": "error";
1398
- readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
1399
1398
  readonly "@eslint-react/jsx-key-before-spread": "warn";
1399
+ readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
1400
1400
  readonly "@eslint-react/no-access-state-in-setstate": "error";
1401
1401
  readonly "@eslint-react/no-array-index-key": "warn";
1402
1402
  readonly "@eslint-react/no-children-count": "warn";
@@ -1978,8 +1978,8 @@ declare const rules$1: {
1978
1978
  readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
1979
1979
  readonly "@eslint-react/dom/no-use-form-state": "error";
1980
1980
  readonly "@eslint-react/dom/no-void-elements-with-children": "error";
1981
- readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
1982
1981
  readonly "@eslint-react/jsx-key-before-spread": "warn";
1982
+ readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
1983
1983
  readonly "@eslint-react/no-access-state-in-setstate": "error";
1984
1984
  readonly "@eslint-react/no-array-index-key": "warn";
1985
1985
  readonly "@eslint-react/no-children-count": "warn";
@@ -2537,8 +2537,8 @@ declare namespace recommendedTypeScriptConfig {
2537
2537
 
2538
2538
  declare const name = "@eslint-react/x";
2539
2539
  declare const rules: {
2540
- readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
2541
2540
  readonly "@eslint-react/jsx-key-before-spread": "warn";
2541
+ readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
2542
2542
  readonly "@eslint-react/jsx-no-duplicate-props": "warn";
2543
2543
  readonly "@eslint-react/jsx-uses-react": "warn";
2544
2544
  readonly "@eslint-react/jsx-uses-vars": "warn";
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ var __export = (target, all) => {
13
13
 
14
14
  // package.json
15
15
  var name = "@eslint-react/eslint-plugin";
16
- var version = "2.0.0-next.18";
16
+ var version = "2.0.0-next.19";
17
17
 
18
18
  // src/configs/all.ts
19
19
  var all_exports = {};
@@ -67,8 +67,8 @@ __export(x_exports, {
67
67
  });
68
68
  var name3 = "@eslint-react/x";
69
69
  var rules2 = {
70
- "@eslint-react/jsx-no-comment-textnodes": "warn",
71
70
  "@eslint-react/jsx-key-before-spread": "warn",
71
+ "@eslint-react/jsx-no-comment-textnodes": "warn",
72
72
  "@eslint-react/jsx-no-duplicate-props": "warn",
73
73
  // "@eslint-react/jsx-no-undef": "error",
74
74
  "@eslint-react/jsx-uses-react": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.0.0-next.18",
3
+ "version": "2.0.0-next.19",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -37,18 +37,18 @@
37
37
  "./package.json"
38
38
  ],
39
39
  "dependencies": {
40
- "@typescript-eslint/scope-manager": "^8.32.0",
41
- "@typescript-eslint/type-utils": "^8.32.0",
42
- "@typescript-eslint/types": "^8.32.0",
43
- "@typescript-eslint/utils": "^8.32.0",
44
- "@eslint-react/kit": "2.0.0-next.18",
45
- "@eslint-react/shared": "2.0.0-next.18",
46
- "eslint-plugin-react-debug": "2.0.0-next.18",
47
- "eslint-plugin-react-naming-convention": "2.0.0-next.18",
48
- "@eslint-react/eff": "2.0.0-next.18",
49
- "eslint-plugin-react-dom": "2.0.0-next.18",
50
- "eslint-plugin-react-web-api": "2.0.0-next.18",
51
- "eslint-plugin-react-x": "2.0.0-next.18"
40
+ "@typescript-eslint/scope-manager": "^8.32.1",
41
+ "@typescript-eslint/type-utils": "^8.32.1",
42
+ "@typescript-eslint/types": "^8.32.1",
43
+ "@typescript-eslint/utils": "^8.32.1",
44
+ "@eslint-react/eff": "2.0.0-next.19",
45
+ "@eslint-react/kit": "2.0.0-next.19",
46
+ "@eslint-react/shared": "2.0.0-next.19",
47
+ "eslint-plugin-react-debug": "2.0.0-next.19",
48
+ "eslint-plugin-react-dom": "2.0.0-next.19",
49
+ "eslint-plugin-react-web-api": "2.0.0-next.19",
50
+ "eslint-plugin-react-x": "2.0.0-next.19",
51
+ "eslint-plugin-react-naming-convention": "2.0.0-next.19"
52
52
  },
53
53
  "devDependencies": {
54
54
  "tsup": "^8.4.0",