@eslint-react/shared 1.52.3-next.0 → 1.52.3-next.10

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
@@ -1,4 +1,4 @@
1
- import { _ } from '@eslint-react/eff';
1
+ import { unit } from '@eslint-react/eff';
2
2
  import { RuleContext } from '@eslint-react/kit';
3
3
  import { z } from 'zod/v4';
4
4
 
@@ -848,7 +848,7 @@ declare const DEFAULT_ESLINT_SETTINGS: {
848
848
  interface CustomComponentPropNormalized {
849
849
  name: string;
850
850
  as: string;
851
- defaultValue?: string | _;
851
+ defaultValue?: string | unit;
852
852
  }
853
853
  interface CustomComponentNormalized {
854
854
  name: string;
@@ -862,7 +862,7 @@ interface ESLintReactSettingsNormalized {
862
862
  additionalHooks: CustomHooks;
863
863
  components: CustomComponentNormalized[];
864
864
  importSource: string;
865
- polymorphicPropName: string | _;
865
+ polymorphicPropName: string | unit;
866
866
  skipImportCheck: boolean;
867
867
  strict: boolean;
868
868
  version: string;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { _ } from '@eslint-react/eff';
1
+ import { unit } from '@eslint-react/eff';
2
2
  import { RuleContext } from '@eslint-react/kit';
3
3
  import { z } from 'zod/v4';
4
4
 
@@ -848,7 +848,7 @@ declare const DEFAULT_ESLINT_SETTINGS: {
848
848
  interface CustomComponentPropNormalized {
849
849
  name: string;
850
850
  as: string;
851
- defaultValue?: string | _;
851
+ defaultValue?: string | unit;
852
852
  }
853
853
  interface CustomComponentNormalized {
854
854
  name: string;
@@ -862,7 +862,7 @@ interface ESLintReactSettingsNormalized {
862
862
  additionalHooks: CustomHooks;
863
863
  components: CustomComponentNormalized[];
864
864
  importSource: string;
865
- polymorphicPropName: string | _;
865
+ polymorphicPropName: string | unit;
866
866
  skipImportCheck: boolean;
867
867
  strict: boolean;
868
868
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.52.3-next.0",
3
+ "version": "1.52.3-next.10",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -35,11 +35,11 @@
35
35
  "./package.json"
36
36
  ],
37
37
  "dependencies": {
38
- "@typescript-eslint/utils": "^8.34.0",
38
+ "@typescript-eslint/utils": "^8.35.1",
39
39
  "ts-pattern": "^5.7.1",
40
- "zod": "^3.25.63",
41
- "@eslint-react/eff": "1.52.3-next.0",
42
- "@eslint-react/kit": "1.52.3-next.0"
40
+ "zod": "^3.25.67",
41
+ "@eslint-react/eff": "1.52.3-next.10",
42
+ "@eslint-react/kit": "1.52.3-next.10"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@tsconfig/node22": "^22.0.2",