eslint-plugin-react-debug 1.26.3-next.16 → 1.26.3-next.17

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
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  configs: {
6
6
  all: {
7
7
  plugins: {
8
- "react-x": {
8
+ "react-debug": {
9
9
  readonly meta: {
10
10
  readonly name: string;
11
11
  readonly version: string;
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  configs: {
6
6
  all: {
7
7
  plugins: {
8
- "react-x": {
8
+ "react-debug": {
9
9
  readonly meta: {
10
10
  readonly name: string;
11
11
  readonly version: string;
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ var settings = {
30
30
 
31
31
  // package.json
32
32
  var name2 = "eslint-plugin-react-debug";
33
- var version = "1.26.3-next.16";
33
+ var version = "1.26.3-next.17";
34
34
  var createRule = shared.createRuleForPlugin("debug");
35
35
 
36
36
  // src/rules/class-component.ts
@@ -237,13 +237,13 @@ function makeConfig(config) {
237
237
  return {
238
238
  ...config,
239
239
  plugins: {
240
- "react-x": plugin
240
+ "react-debug": plugin
241
241
  }
242
242
  };
243
243
  }
244
244
  function makeLegacyConfig(config) {
245
245
  return {
246
- plugins: ["react-x"],
246
+ plugins: ["react-debug"],
247
247
  rules: config.rules
248
248
  };
249
249
  }
package/dist/index.mjs CHANGED
@@ -28,7 +28,7 @@ var settings = {
28
28
 
29
29
  // package.json
30
30
  var name2 = "eslint-plugin-react-debug";
31
- var version = "1.26.3-next.16";
31
+ var version = "1.26.3-next.17";
32
32
  var createRule = createRuleForPlugin("debug");
33
33
 
34
34
  // src/rules/class-component.ts
@@ -235,13 +235,13 @@ function makeConfig(config) {
235
235
  return {
236
236
  ...config,
237
237
  plugins: {
238
- "react-x": plugin
238
+ "react-debug": plugin
239
239
  }
240
240
  };
241
241
  }
242
242
  function makeLegacyConfig(config) {
243
243
  return {
244
- plugins: ["react-x"],
244
+ plugins: ["react-debug"],
245
245
  rules: config.rules
246
246
  };
247
247
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-debug",
3
- "version": "1.26.3-next.16",
3
+ "version": "1.26.3-next.17",
4
4
  "description": "ESLint React's ESLint plugin for debugging related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -49,12 +49,12 @@
49
49
  "@typescript-eslint/utils": "^8.24.1",
50
50
  "string-ts": "^2.2.1",
51
51
  "ts-pattern": "^5.6.2",
52
- "@eslint-react/ast": "1.26.3-next.16",
53
- "@eslint-react/core": "1.26.3-next.16",
54
- "@eslint-react/jsx": "1.26.3-next.16",
55
- "@eslint-react/shared": "1.26.3-next.16",
56
- "@eslint-react/eff": "1.26.3-next.16",
57
- "@eslint-react/var": "1.26.3-next.16"
52
+ "@eslint-react/ast": "1.26.3-next.17",
53
+ "@eslint-react/eff": "1.26.3-next.17",
54
+ "@eslint-react/core": "1.26.3-next.17",
55
+ "@eslint-react/shared": "1.26.3-next.17",
56
+ "@eslint-react/jsx": "1.26.3-next.17",
57
+ "@eslint-react/var": "1.26.3-next.17"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/react": "^19.0.10",