eslint-plugin-react-debug 2.9.5-next.0 → 2.10.0

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
@@ -25,7 +25,7 @@ export default defineConfig(
25
25
  extends: [
26
26
  js.configs.recommended,
27
27
  tseslint.configs.recommended,
28
- // Add this plugin's config below js/tseslint configs
28
+ // Add configs from eslint-plugin-react-debug
29
29
  debug.configs.all,
30
30
  ],
31
31
  rules: {
package/dist/index.js CHANGED
@@ -5,9 +5,9 @@ import { flow } from "@eslint-react/eff";
5
5
  import { AST_NODE_TYPES as AST_NODE_TYPES$1 } from "@typescript-eslint/types";
6
6
  import { P, match } from "ts-pattern";
7
7
 
8
- //#region rolldown:runtime
8
+ //#region \0rolldown/runtime.js
9
9
  var __defProp = Object.defineProperty;
10
- var __exportAll = (all, symbols) => {
10
+ var __exportAll = (all, no_symbols) => {
11
11
  let target = {};
12
12
  for (var name in all) {
13
13
  __defProp(target, name, {
@@ -15,7 +15,7 @@ var __exportAll = (all, symbols) => {
15
15
  enumerable: true
16
16
  });
17
17
  }
18
- if (symbols) {
18
+ if (!no_symbols) {
19
19
  __defProp(target, Symbol.toStringTag, { value: "Module" });
20
20
  }
21
21
  return target;
@@ -42,7 +42,7 @@ const settings = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
42
42
  //#endregion
43
43
  //#region package.json
44
44
  var name = "eslint-plugin-react-debug";
45
- var version = "2.9.5-next.0";
45
+ var version = "2.10.0";
46
46
 
47
47
  //#endregion
48
48
  //#region src/utils/create-rule.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-debug",
3
- "version": "2.9.5-next.0",
3
+ "version": "2.10.0",
4
4
  "description": "ESLint React's ESLint plugin for debugging related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -43,16 +43,16 @@
43
43
  "@typescript-eslint/types": "^8.54.0",
44
44
  "@typescript-eslint/utils": "^8.54.0",
45
45
  "ts-pattern": "^5.9.0",
46
- "@eslint-react/ast": "2.9.5-next.0",
47
- "@eslint-react/core": "2.9.5-next.0",
48
- "@eslint-react/eff": "2.9.5-next.0",
49
- "@eslint-react/shared": "2.9.5-next.0",
50
- "@eslint-react/var": "2.9.5-next.0"
46
+ "@eslint-react/ast": "2.10.0",
47
+ "@eslint-react/core": "2.10.0",
48
+ "@eslint-react/eff": "2.10.0",
49
+ "@eslint-react/shared": "2.10.0",
50
+ "@eslint-react/var": "2.10.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@types/react": "^19.2.10",
53
+ "@types/react": "^19.2.13",
54
54
  "@types/react-dom": "^19.2.3",
55
- "tsdown": "^0.20.1",
55
+ "tsdown": "^0.20.3",
56
56
  "@local/configs": "0.0.0"
57
57
  },
58
58
  "peerDependencies": {