@eslint-react/core 2.3.2-next.5 → 2.3.2-next.6

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 +1 -0
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -753,6 +753,7 @@ function isComponentDefinition(context, node, hint) {
753
753
 
754
754
  //#endregion
755
755
  //#region src/utils/get-instance-id.ts
756
+ /** eslint-disable jsdoc/require-param */
756
757
  /**
757
758
  * Gets the identifier node of an instance based on AST node relationships.
758
759
  * Used for tracking where hooks or components are being assigned in the code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/core",
3
- "version": "2.3.2-next.5",
3
+ "version": "2.3.2-next.6",
4
4
  "description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -35,13 +35,13 @@
35
35
  "@typescript-eslint/utils": "^8.46.3",
36
36
  "birecord": "^0.1.1",
37
37
  "ts-pattern": "^5.9.0",
38
- "@eslint-react/ast": "2.3.2-next.5",
39
- "@eslint-react/eff": "2.3.2-next.5",
40
- "@eslint-react/var": "2.3.2-next.5",
41
- "@eslint-react/shared": "2.3.2-next.5"
38
+ "@eslint-react/ast": "2.3.2-next.6",
39
+ "@eslint-react/shared": "2.3.2-next.6",
40
+ "@eslint-react/var": "2.3.2-next.6",
41
+ "@eslint-react/eff": "2.3.2-next.6"
42
42
  },
43
43
  "devDependencies": {
44
- "tsdown": "^0.15.12",
44
+ "tsdown": "^0.16.0",
45
45
  "@local/configs": "0.0.0"
46
46
  },
47
47
  "engines": {