@eslint-react/shared 3.0.0-next.76 → 3.0.0-next.78

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
@@ -154,7 +154,7 @@ type RegExpLike = {
154
154
  };
155
155
  /**
156
156
  * Convert a string to the `RegExp`.
157
- * Normal strings (e.g., `"foo"`) is converted to `/^foo$/` of `RegExp`.
157
+ * Normal strings (ex: `"foo"`) is converted to `/^foo$/` of `RegExp`.
158
158
  * Strings like `"/^foo/i"` are converted to `/^foo/i` of `RegExp`.
159
159
  * @see https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/src/utils/regexp.ts
160
160
  * @param string The string to convert.
package/dist/index.js CHANGED
@@ -768,7 +768,7 @@ function getReactVersion(fallback) {
768
768
  //#region src/regexp.ts
769
769
  /**
770
770
  * Convert a string to the `RegExp`.
771
- * Normal strings (e.g., `"foo"`) is converted to `/^foo$/` of `RegExp`.
771
+ * Normal strings (ex: `"foo"`) is converted to `/^foo$/` of `RegExp`.
772
772
  * Strings like `"/^foo/i"` are converted to `/^foo/i` of `RegExp`.
773
773
  * @see https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/src/utils/regexp.ts
774
774
  * @param string The string to convert.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "3.0.0-next.76",
3
+ "version": "3.0.0-next.78",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -32,15 +32,15 @@
32
32
  "dependencies": {
33
33
  "@typescript-eslint/utils": "canary",
34
34
  "ts-pattern": "^5.9.0",
35
- "zod": "^4.3.6",
36
- "@local/eff": "3.0.0-beta.72"
35
+ "zod": "^4.3.6"
37
36
  },
38
37
  "devDependencies": {
39
38
  "@tsconfig/node24": "^24.0.4",
40
- "@types/node": "^25.3.3",
39
+ "@types/node": "^25.3.5",
41
40
  "@types/picomatch": "^4.0.2",
42
- "tsdown": "^0.21.0-beta.2",
43
- "@local/configs": "0.0.0"
41
+ "tsdown": "^0.21.0",
42
+ "@local/configs": "0.0.0",
43
+ "@local/eff": "3.0.0-beta.72"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "eslint": "^10.0.0",