@eslint-react/eslint-plugin 1.24.1 → 1.24.2-beta.1

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.mts CHANGED
@@ -244,15 +244,15 @@ declare const settings$5: {
244
244
  };
245
245
  readonly additionalComponents?: {
246
246
  name: string;
247
- as?: string;
247
+ as?: string | undefined;
248
248
  attributes?: {
249
249
  name: string;
250
- as?: string;
251
- controlled?: boolean;
252
- defaultValue?: string;
253
- }[];
254
- selector?: string;
255
- }[];
250
+ as?: string | undefined;
251
+ controlled?: boolean | undefined;
252
+ defaultValue?: string | undefined;
253
+ }[] | undefined;
254
+ selector?: string | undefined;
255
+ }[] | undefined;
256
256
  };
257
257
  };
258
258
 
@@ -379,15 +379,15 @@ declare const settings$4: {
379
379
  };
380
380
  readonly additionalComponents?: {
381
381
  name: string;
382
- as?: string;
382
+ as?: string | undefined;
383
383
  attributes?: {
384
384
  name: string;
385
- as?: string;
386
- controlled?: boolean;
387
- defaultValue?: string;
388
- }[];
389
- selector?: string;
390
- }[];
385
+ as?: string | undefined;
386
+ controlled?: boolean | undefined;
387
+ defaultValue?: string | undefined;
388
+ }[] | undefined;
389
+ selector?: string | undefined;
390
+ }[] | undefined;
391
391
  };
392
392
  };
393
393
 
@@ -501,15 +501,15 @@ declare const settings$3: {
501
501
  };
502
502
  readonly additionalComponents?: {
503
503
  name: string;
504
- as?: string;
504
+ as?: string | undefined;
505
505
  attributes?: {
506
506
  name: string;
507
- as?: string;
508
- controlled?: boolean;
509
- defaultValue?: string;
510
- }[];
511
- selector?: string;
512
- }[];
507
+ as?: string | undefined;
508
+ controlled?: boolean | undefined;
509
+ defaultValue?: string | undefined;
510
+ }[] | undefined;
511
+ selector?: string | undefined;
512
+ }[] | undefined;
513
513
  };
514
514
  };
515
515
 
@@ -751,15 +751,15 @@ declare const settings$2: {
751
751
  };
752
752
  readonly additionalComponents?: {
753
753
  name: string;
754
- as?: string;
754
+ as?: string | undefined;
755
755
  attributes?: {
756
756
  name: string;
757
- as?: string;
758
- controlled?: boolean;
759
- defaultValue?: string;
760
- }[];
761
- selector?: string;
762
- }[];
757
+ as?: string | undefined;
758
+ controlled?: boolean | undefined;
759
+ defaultValue?: string | undefined;
760
+ }[] | undefined;
761
+ selector?: string | undefined;
762
+ }[] | undefined;
763
763
  };
764
764
  };
765
765
 
@@ -996,15 +996,15 @@ declare const settings$1: {
996
996
  };
997
997
  readonly additionalComponents?: {
998
998
  name: string;
999
- as?: string;
999
+ as?: string | undefined;
1000
1000
  attributes?: {
1001
1001
  name: string;
1002
- as?: string;
1003
- controlled?: boolean;
1004
- defaultValue?: string;
1005
- }[];
1006
- selector?: string;
1007
- }[];
1002
+ as?: string | undefined;
1003
+ controlled?: boolean | undefined;
1004
+ defaultValue?: string | undefined;
1005
+ }[] | undefined;
1006
+ selector?: string | undefined;
1007
+ }[] | undefined;
1008
1008
  };
1009
1009
  };
1010
1010
 
@@ -1240,15 +1240,15 @@ declare const settings: {
1240
1240
  };
1241
1241
  readonly additionalComponents?: {
1242
1242
  name: string;
1243
- as?: string;
1243
+ as?: string | undefined;
1244
1244
  attributes?: {
1245
1245
  name: string;
1246
- as?: string;
1247
- controlled?: boolean;
1248
- defaultValue?: string;
1249
- }[];
1250
- selector?: string;
1251
- }[];
1246
+ as?: string | undefined;
1247
+ controlled?: boolean | undefined;
1248
+ defaultValue?: string | undefined;
1249
+ }[] | undefined;
1250
+ selector?: string | undefined;
1251
+ }[] | undefined;
1252
1252
  };
1253
1253
  };
1254
1254
 
package/dist/index.d.ts CHANGED
@@ -244,15 +244,15 @@ declare const settings$5: {
244
244
  };
245
245
  readonly additionalComponents?: {
246
246
  name: string;
247
- as?: string;
247
+ as?: string | undefined;
248
248
  attributes?: {
249
249
  name: string;
250
- as?: string;
251
- controlled?: boolean;
252
- defaultValue?: string;
253
- }[];
254
- selector?: string;
255
- }[];
250
+ as?: string | undefined;
251
+ controlled?: boolean | undefined;
252
+ defaultValue?: string | undefined;
253
+ }[] | undefined;
254
+ selector?: string | undefined;
255
+ }[] | undefined;
256
256
  };
257
257
  };
258
258
 
@@ -379,15 +379,15 @@ declare const settings$4: {
379
379
  };
380
380
  readonly additionalComponents?: {
381
381
  name: string;
382
- as?: string;
382
+ as?: string | undefined;
383
383
  attributes?: {
384
384
  name: string;
385
- as?: string;
386
- controlled?: boolean;
387
- defaultValue?: string;
388
- }[];
389
- selector?: string;
390
- }[];
385
+ as?: string | undefined;
386
+ controlled?: boolean | undefined;
387
+ defaultValue?: string | undefined;
388
+ }[] | undefined;
389
+ selector?: string | undefined;
390
+ }[] | undefined;
391
391
  };
392
392
  };
393
393
 
@@ -501,15 +501,15 @@ declare const settings$3: {
501
501
  };
502
502
  readonly additionalComponents?: {
503
503
  name: string;
504
- as?: string;
504
+ as?: string | undefined;
505
505
  attributes?: {
506
506
  name: string;
507
- as?: string;
508
- controlled?: boolean;
509
- defaultValue?: string;
510
- }[];
511
- selector?: string;
512
- }[];
507
+ as?: string | undefined;
508
+ controlled?: boolean | undefined;
509
+ defaultValue?: string | undefined;
510
+ }[] | undefined;
511
+ selector?: string | undefined;
512
+ }[] | undefined;
513
513
  };
514
514
  };
515
515
 
@@ -751,15 +751,15 @@ declare const settings$2: {
751
751
  };
752
752
  readonly additionalComponents?: {
753
753
  name: string;
754
- as?: string;
754
+ as?: string | undefined;
755
755
  attributes?: {
756
756
  name: string;
757
- as?: string;
758
- controlled?: boolean;
759
- defaultValue?: string;
760
- }[];
761
- selector?: string;
762
- }[];
757
+ as?: string | undefined;
758
+ controlled?: boolean | undefined;
759
+ defaultValue?: string | undefined;
760
+ }[] | undefined;
761
+ selector?: string | undefined;
762
+ }[] | undefined;
763
763
  };
764
764
  };
765
765
 
@@ -996,15 +996,15 @@ declare const settings$1: {
996
996
  };
997
997
  readonly additionalComponents?: {
998
998
  name: string;
999
- as?: string;
999
+ as?: string | undefined;
1000
1000
  attributes?: {
1001
1001
  name: string;
1002
- as?: string;
1003
- controlled?: boolean;
1004
- defaultValue?: string;
1005
- }[];
1006
- selector?: string;
1007
- }[];
1002
+ as?: string | undefined;
1003
+ controlled?: boolean | undefined;
1004
+ defaultValue?: string | undefined;
1005
+ }[] | undefined;
1006
+ selector?: string | undefined;
1007
+ }[] | undefined;
1008
1008
  };
1009
1009
  };
1010
1010
 
@@ -1240,15 +1240,15 @@ declare const settings: {
1240
1240
  };
1241
1241
  readonly additionalComponents?: {
1242
1242
  name: string;
1243
- as?: string;
1243
+ as?: string | undefined;
1244
1244
  attributes?: {
1245
1245
  name: string;
1246
- as?: string;
1247
- controlled?: boolean;
1248
- defaultValue?: string;
1249
- }[];
1250
- selector?: string;
1251
- }[];
1246
+ as?: string | undefined;
1247
+ controlled?: boolean | undefined;
1248
+ defaultValue?: string | undefined;
1249
+ }[] | undefined;
1250
+ selector?: string | undefined;
1251
+ }[] | undefined;
1252
1252
  };
1253
1253
  };
1254
1254
 
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.24.1";
28
+ var version = "1.24.2-beta.1";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.24.1";
17
+ var version = "1.24.2-beta.1";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.24.1",
3
+ "version": "1.24.2-beta.1",
4
4
  "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -48,17 +48,17 @@
48
48
  "@typescript-eslint/type-utils": "^8.21.0",
49
49
  "@typescript-eslint/types": "^8.21.0",
50
50
  "@typescript-eslint/utils": "^8.21.0",
51
- "@eslint-react/eff": "1.24.1",
52
- "eslint-plugin-react-debug": "1.24.1",
53
- "eslint-plugin-react-dom": "1.24.1",
54
- "eslint-plugin-react-web-api": "1.24.1",
55
- "eslint-plugin-react-hooks-extra": "1.24.1",
56
- "eslint-plugin-react-naming-convention": "1.24.1",
57
- "eslint-plugin-react-x": "1.24.1",
58
- "@eslint-react/shared": "1.24.1"
51
+ "@eslint-react/eff": "1.24.2-beta.1",
52
+ "@eslint-react/shared": "1.24.2-beta.1",
53
+ "eslint-plugin-react-debug": "1.24.2-beta.1",
54
+ "eslint-plugin-react-dom": "1.24.2-beta.1",
55
+ "eslint-plugin-react-naming-convention": "1.24.2-beta.1",
56
+ "eslint-plugin-react-hooks-extra": "1.24.2-beta.1",
57
+ "eslint-plugin-react-web-api": "1.24.2-beta.1",
58
+ "eslint-plugin-react-x": "1.24.2-beta.1"
59
59
  },
60
60
  "devDependencies": {
61
- "tsup": "^8.3.5",
61
+ "tsup": "^8.3.6",
62
62
  "@workspace/configs": "0.0.0"
63
63
  },
64
64
  "peerDependencies": {