eslint-plugin-react-x 2.9.4 → 2.9.5-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/README.md CHANGED
@@ -23,7 +23,7 @@ export default defineConfig(
23
23
  extends: [
24
24
  js.configs.recommended,
25
25
  tseslint.configs.recommended,
26
- // Add this plugin's config below js/tseslint configs
26
+ // Add configs from eslint-plugin-react-x
27
27
  react.configs.recommended,
28
28
  ],
29
29
  rules: {
package/dist/index.js CHANGED
@@ -13,9 +13,9 @@ import { getStaticValue, isIdentifier, isVariableDeclarator } from "@typescript-
13
13
  import { isPropertyReadonlyInType, unionConstituents } from "ts-api-utils";
14
14
  import { getTypeImmutability, isImmutable, isReadonlyDeep, isReadonlyShallow, isUnknown } from "is-immutable-type";
15
15
 
16
- //#region rolldown:runtime
16
+ //#region \0rolldown/runtime.js
17
17
  var __defProp = Object.defineProperty;
18
- var __exportAll = (all, symbols) => {
18
+ var __exportAll = (all, no_symbols) => {
19
19
  let target = {};
20
20
  for (var name in all) {
21
21
  __defProp(target, name, {
@@ -23,7 +23,7 @@ var __exportAll = (all, symbols) => {
23
23
  enumerable: true
24
24
  });
25
25
  }
26
- if (symbols) {
26
+ if (!no_symbols) {
27
27
  __defProp(target, Symbol.toStringTag, { value: "Module" });
28
28
  }
29
29
  return target;
@@ -66,7 +66,7 @@ const rules$7 = {
66
66
  //#endregion
67
67
  //#region package.json
68
68
  var name$6 = "eslint-plugin-react-x";
69
- var version = "2.9.4";
69
+ var version = "2.9.5-beta.1";
70
70
 
71
71
  //#endregion
72
72
  //#region src/utils/create-rule.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "2.9.4",
3
+ "version": "2.9.5-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",
@@ -45,16 +45,16 @@
45
45
  "is-immutable-type": "^5.0.1",
46
46
  "ts-api-utils": "^2.4.0",
47
47
  "ts-pattern": "^5.9.0",
48
- "@eslint-react/ast": "2.9.4",
49
- "@eslint-react/core": "2.9.4",
50
- "@eslint-react/eff": "2.9.4",
51
- "@eslint-react/shared": "2.9.4",
52
- "@eslint-react/var": "2.9.4"
48
+ "@eslint-react/ast": "2.9.5-beta.1",
49
+ "@eslint-react/core": "2.9.5-beta.1",
50
+ "@eslint-react/eff": "2.9.5-beta.1",
51
+ "@eslint-react/shared": "2.9.5-beta.1",
52
+ "@eslint-react/var": "2.9.5-beta.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/react": "^19.2.10",
55
+ "@types/react": "^19.2.13",
56
56
  "@types/react-dom": "^19.2.3",
57
- "tsdown": "^0.20.1",
57
+ "tsdown": "^0.20.3",
58
58
  "@local/configs": "0.0.0"
59
59
  },
60
60
  "peerDependencies": {