@tmlmobilidade/eslint 20260411.1248.30 → 20260418.1237.24

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.
@@ -340,6 +340,7 @@ declare const _default: (import("eslint/config").Config | {
340
340
  version: string;
341
341
  };
342
342
  rules: {
343
+ "component-hook-factories": import("eslint").Rule.RuleModule;
343
344
  "exhaustive-deps": {
344
345
  meta: {
345
346
  type: "suggestion";
@@ -403,6 +404,8 @@ declare const _default: (import("eslint/config").Config | {
403
404
  "CallExpression:exit"(node: import("estree").CallExpression & import("eslint").Rule.NodeParentExtension): void;
404
405
  FunctionDeclaration(node: import("estree").FunctionDeclaration & import("eslint").Rule.NodeParentExtension): void;
405
406
  ArrowFunctionExpression(node: import("estree").ArrowFunctionExpression & import("eslint").Rule.NodeParentExtension): void;
407
+ ComponentDeclaration(node: any): void;
408
+ HookDeclaration(node: any): void;
406
409
  };
407
410
  };
408
411
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/eslint",
3
- "version": "20260411.1248.30",
3
+ "version": "20260418.1237.24",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"
@@ -37,23 +37,23 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@eslint/js": "9.39.3",
40
- "@next/eslint-plugin-next": "16.2.3",
40
+ "@next/eslint-plugin-next": "16.2.4",
41
41
  "@stylistic/eslint-plugin": "5.10.0",
42
42
  "eslint": "9.39.3",
43
43
  "eslint-plugin-import": "2.32.0",
44
44
  "eslint-plugin-jsonc": "3.1.2",
45
- "eslint-plugin-perfectionist": "5.8.0",
45
+ "eslint-plugin-perfectionist": "5.9.0",
46
46
  "eslint-plugin-react": "7.37.5",
47
- "eslint-plugin-react-hooks": "7.0.1",
48
- "globals": "17.4.0",
49
- "stylelint": "17.6.0",
47
+ "eslint-plugin-react-hooks": "7.1.1",
48
+ "globals": "17.5.0",
49
+ "stylelint": "17.8.0",
50
50
  "stylelint-config-recess-order": "7.7.0",
51
51
  "stylelint-config-standard": "40.0.0",
52
- "typescript-eslint": "8.58.1"
52
+ "typescript-eslint": "8.58.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@tmlmobilidade/tsconfig": "*",
56
- "@types/node": "25.5.2",
56
+ "@types/node": "25.6.0",
57
57
  "resolve-tspaths": "0.8.23",
58
58
  "tsc-watch": "7.2.0",
59
59
  "typescript": "5.9.3"