@eslint-react/shared 1.24.2-next.0 → 1.24.2-next.2

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
@@ -571,7 +571,7 @@ type Prettify<TObject> = {
571
571
  /**
572
572
  * Marks specific keys as optional.
573
573
  */
574
- type MarkOptional<TObject, TKeys extends keyof TObject> = Omit<TObject, TKeys> & Partial<Pick<TObject, TKeys>>;
574
+ type MarkOptional<TObject, TKeys extends keyof TObject> = Partial<TObject> & Required<Omit<TObject, TKeys>>;
575
575
  /**
576
576
  * Extracts first tuple item.
577
577
  */
package/dist/index.d.ts CHANGED
@@ -571,7 +571,7 @@ type Prettify<TObject> = {
571
571
  /**
572
572
  * Marks specific keys as optional.
573
573
  */
574
- type MarkOptional<TObject, TKeys extends keyof TObject> = Omit<TObject, TKeys> & Partial<Pick<TObject, TKeys>>;
574
+ type MarkOptional<TObject, TKeys extends keyof TObject> = Partial<TObject> & Required<Omit<TObject, TKeys>>;
575
575
  /**
576
576
  * Extracts first tuple item.
577
577
  */
package/dist/index.js CHANGED
@@ -234,7 +234,7 @@ function getReactVersion(fallback = "19.0.0") {
234
234
  }
235
235
  }
236
236
 
237
- // ../../node_modules/.pnpm/valibot@1.0.0-beta.13_typescript@5.7.3/node_modules/valibot/dist/index.js
237
+ // ../../node_modules/.pnpm/valibot@1.0.0-beta.14_typescript@5.7.3/node_modules/valibot/dist/index.js
238
238
  var store;
239
239
  // @__NO_SIDE_EFFECTS__
240
240
  function getGlobalConfig(config2) {
package/dist/index.mjs CHANGED
@@ -226,7 +226,7 @@ function getReactVersion(fallback = "19.0.0") {
226
226
  }
227
227
  }
228
228
 
229
- // ../../node_modules/.pnpm/valibot@1.0.0-beta.13_typescript@5.7.3/node_modules/valibot/dist/index.js
229
+ // ../../node_modules/.pnpm/valibot@1.0.0-beta.14_typescript@5.7.3/node_modules/valibot/dist/index.js
230
230
  var store;
231
231
  // @__NO_SIDE_EFFECTS__
232
232
  function getGlobalConfig(config2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.24.2-next.0",
3
+ "version": "1.24.2-next.2",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -36,15 +36,15 @@
36
36
  "@typescript-eslint/utils": "^8.21.0",
37
37
  "picomatch": "^4.0.2",
38
38
  "ts-pattern": "^5.6.2",
39
- "@eslint-react/eff": "1.24.2-next.0"
39
+ "@eslint-react/eff": "1.24.2-next.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/picomatch": "^3.0.2",
43
43
  "fast-equals": "^5.2.2",
44
44
  "micro-memoize": "^4.1.3",
45
- "tsup": "^8.3.5",
45
+ "tsup": "^8.3.6",
46
46
  "type-fest": "^4.33.0",
47
- "valibot": "^1.0.0-beta.13",
47
+ "valibot": "^1.0.0-beta.14",
48
48
  "@workspace/configs": "0.0.0"
49
49
  },
50
50
  "engines": {