eslint-plugin-react-x 2.0.0-next.38 → 2.0.0-next.39

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -125,7 +125,7 @@ var settings3 = {
125
125
 
126
126
  // package.json
127
127
  var name4 = "eslint-plugin-react-x";
128
- var version = "2.0.0-next.38";
128
+ var version = "2.0.0-next.39";
129
129
  var createRule = ESLintUtils.RuleCreator(getDocsUrl("x"));
130
130
 
131
131
  // src/rules/jsx-key-before-spread.ts
@@ -271,7 +271,7 @@ var jsx_no_iife_default = createRule({
271
271
  [Symbol.for("rule_features")]: RULE_FEATURES4
272
272
  },
273
273
  messages: {
274
- jsxNoIife: ""
274
+ jsxNoIife: "Avoid using IIFE in JSX elements."
275
275
  },
276
276
  schema: []
277
277
  },
@@ -536,7 +536,7 @@ var jsx_uses_vars_default = createRule({
536
536
  [Symbol.for("rule_features")]: RULE_FEATURES9
537
537
  },
538
538
  messages: {
539
- jsxUsesVars: ""
539
+ jsxUsesVars: "An identifier in JSX is marked as used."
540
540
  },
541
541
  schema: []
542
542
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-x",
3
- "version": "2.0.0-next.38",
3
+ "version": "2.0.0-next.39",
4
4
  "description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,12 +42,12 @@
42
42
  "is-immutable-type": "^5.0.1",
43
43
  "string-ts": "^2.2.1",
44
44
  "ts-pattern": "^5.7.1",
45
- "@eslint-react/ast": "2.0.0-next.38",
46
- "@eslint-react/core": "2.0.0-next.38",
47
- "@eslint-react/eff": "2.0.0-next.38",
48
- "@eslint-react/shared": "2.0.0-next.38",
49
- "@eslint-react/kit": "2.0.0-next.38",
50
- "@eslint-react/var": "2.0.0-next.38"
45
+ "@eslint-react/ast": "2.0.0-next.39",
46
+ "@eslint-react/eff": "2.0.0-next.39",
47
+ "@eslint-react/core": "2.0.0-next.39",
48
+ "@eslint-react/var": "2.0.0-next.39",
49
+ "@eslint-react/shared": "2.0.0-next.39",
50
+ "@eslint-react/kit": "2.0.0-next.39"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/react": "^19.1.6",