@trackunit/eslint-plugin-trackunit 0.4.51-alpha-f29db957934.0 → 0.4.52
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 0.4.52 (2026-04-23)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated shared-utils to 1.13.106
|
|
6
|
+
|
|
7
|
+
## 0.4.51 (2026-04-23)
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
|
|
11
|
+
- address lint regressions from eslint-plugin-testing-library bump ([6d9edfe31e8](https://github.com/Trackunit/manager/commit/6d9edfe31e8))
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated shared-utils to 1.13.105
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Christian Flinker Sandbeck
|
|
20
|
+
|
|
1
21
|
## 0.4.50 (2026-04-23)
|
|
2
22
|
|
|
3
23
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/eslint-plugin-trackunit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.52",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=24.x"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@nx/eslint-plugin": "22.
|
|
11
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
12
|
-
"@typescript-eslint/utils": "8.
|
|
10
|
+
"@nx/eslint-plugin": "22.6.5",
|
|
11
|
+
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
12
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
13
13
|
"eslint-config-prettier": "^10.1.8",
|
|
14
14
|
"eslint-plugin-import": "2.32.0",
|
|
15
|
-
"eslint-plugin-jest": "^29.
|
|
16
|
-
"eslint-plugin-jsdoc": "^
|
|
15
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
16
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
17
17
|
"eslint-plugin-no-null": "^1.0.2",
|
|
18
18
|
"eslint-plugin-react": "7.37.5",
|
|
19
19
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
20
|
-
"eslint-plugin-testing-library": "^7.
|
|
20
|
+
"eslint-plugin-testing-library": "^7.16.2",
|
|
21
21
|
"globals": "^15.13.0",
|
|
22
22
|
"typescript": "6.0.2",
|
|
23
23
|
"tslib": "^2.6.2",
|
|
24
24
|
"zod": "^3.25.76",
|
|
25
|
-
"jsonc-eslint-parser": "^
|
|
25
|
+
"jsonc-eslint-parser": "^3.1.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@typescript-eslint/parser": "^8.
|
|
28
|
+
"@typescript-eslint/parser": "^8.58.1",
|
|
29
29
|
"eslint": "^9.33.0"
|
|
30
30
|
},
|
|
31
31
|
"types": "./src/index.d.ts",
|
|
@@ -70,7 +70,7 @@ export declare const configs: {
|
|
|
70
70
|
};
|
|
71
71
|
"@typescript-eslint": {
|
|
72
72
|
configs: Record<string, import("@typescript-eslint/utils/ts-eslint").ClassicConfig.Config>;
|
|
73
|
-
meta: import("
|
|
73
|
+
meta: import("typescript-eslint").FlatConfig.PluginMeta;
|
|
74
74
|
rules: typeof import("@typescript-eslint/eslint-plugin/use-at-your-own-risk/rules");
|
|
75
75
|
};
|
|
76
76
|
"no-null": {
|
|
@@ -333,7 +333,7 @@ export declare const configs: {
|
|
|
333
333
|
};
|
|
334
334
|
"@typescript-eslint": {
|
|
335
335
|
configs: Record<string, import("@typescript-eslint/utils/ts-eslint").ClassicConfig.Config>;
|
|
336
|
-
meta: import("
|
|
336
|
+
meta: import("typescript-eslint").FlatConfig.PluginMeta;
|
|
337
337
|
rules: typeof import("@typescript-eslint/eslint-plugin/use-at-your-own-risk/rules");
|
|
338
338
|
};
|
|
339
339
|
jsdoc: {
|
|
@@ -709,26 +709,24 @@ export declare const configs: {
|
|
|
709
709
|
};
|
|
710
710
|
};
|
|
711
711
|
"testing-library": {
|
|
712
|
-
meta: {
|
|
713
|
-
name: string;
|
|
714
|
-
version: string;
|
|
712
|
+
readonly meta: {
|
|
713
|
+
readonly name: string;
|
|
714
|
+
readonly version: string;
|
|
715
715
|
};
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
dom: import("eslint").Linter.LegacyConfig
|
|
719
|
-
|
|
720
|
-
react: import("eslint").Linter.LegacyConfig
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
"
|
|
724
|
-
"flat/dom": import("eslint").Linter.
|
|
725
|
-
"flat/
|
|
726
|
-
"flat/react": import("eslint").Linter.
|
|
727
|
-
"flat/
|
|
728
|
-
"flat/
|
|
729
|
-
|
|
730
|
-
rules: {
|
|
731
|
-
[key: string]: import("eslint").Rule.RuleModule;
|
|
716
|
+
readonly rules: Record<string, import("eslint").Rule.RuleModule>;
|
|
717
|
+
readonly configs: {
|
|
718
|
+
dom: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
719
|
+
angular: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
720
|
+
react: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
721
|
+
vue: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
722
|
+
svelte: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
723
|
+
marko: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
724
|
+
"flat/dom": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
725
|
+
"flat/angular": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
726
|
+
"flat/react": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
727
|
+
"flat/vue": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
728
|
+
"flat/svelte": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
729
|
+
"flat/marko": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
732
730
|
};
|
|
733
731
|
};
|
|
734
732
|
"@nx": typeof import("@nx/eslint-plugin");
|
|
@@ -812,26 +810,24 @@ export declare const configs: {
|
|
|
812
810
|
};
|
|
813
811
|
};
|
|
814
812
|
"testing-library": {
|
|
815
|
-
meta: {
|
|
816
|
-
name: string;
|
|
817
|
-
version: string;
|
|
813
|
+
readonly meta: {
|
|
814
|
+
readonly name: string;
|
|
815
|
+
readonly version: string;
|
|
818
816
|
};
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
dom: import("eslint").Linter.LegacyConfig
|
|
822
|
-
|
|
823
|
-
react: import("eslint").Linter.LegacyConfig
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
"
|
|
827
|
-
"flat/dom": import("eslint").Linter.
|
|
828
|
-
"flat/
|
|
829
|
-
"flat/react": import("eslint").Linter.
|
|
830
|
-
"flat/
|
|
831
|
-
"flat/
|
|
832
|
-
|
|
833
|
-
rules: {
|
|
834
|
-
[key: string]: import("eslint").Rule.RuleModule;
|
|
817
|
+
readonly rules: Record<string, import("eslint").Rule.RuleModule>;
|
|
818
|
+
readonly configs: {
|
|
819
|
+
dom: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
820
|
+
angular: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
821
|
+
react: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
822
|
+
vue: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
823
|
+
svelte: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
824
|
+
marko: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
825
|
+
"flat/dom": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
826
|
+
"flat/angular": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
827
|
+
"flat/react": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
828
|
+
"flat/vue": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
829
|
+
"flat/svelte": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
830
|
+
"flat/marko": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
835
831
|
};
|
|
836
832
|
};
|
|
837
833
|
"@trackunit"?: undefined;
|
|
@@ -70,7 +70,7 @@ export declare const base: (import("eslint").Linter.FlatConfig<import("eslint").
|
|
|
70
70
|
};
|
|
71
71
|
"@typescript-eslint": {
|
|
72
72
|
configs: Record<string, import("@typescript-eslint/utils/ts-eslint").ClassicConfig.Config>;
|
|
73
|
-
meta: import("
|
|
73
|
+
meta: import("typescript-eslint").FlatConfig.PluginMeta;
|
|
74
74
|
rules: typeof import("@typescript-eslint/eslint-plugin/use-at-your-own-risk/rules");
|
|
75
75
|
};
|
|
76
76
|
"no-null": {
|
|
@@ -134,6 +134,12 @@ exports.base = [
|
|
|
134
134
|
"@typescript-eslint/no-require-imports": "off",
|
|
135
135
|
},
|
|
136
136
|
},
|
|
137
|
+
{
|
|
138
|
+
files: ["**/eslint.config.cjs"],
|
|
139
|
+
rules: {
|
|
140
|
+
"@nx/enforce-module-boundaries": "off",
|
|
141
|
+
},
|
|
142
|
+
},
|
|
137
143
|
plugins_1.eslintConfigPrettier,
|
|
138
144
|
{
|
|
139
145
|
files: ["**/*.stories.{ts,tsx,js,jsx}", "**/*.demo.{ts,tsx,js,jsx}"],
|
|
@@ -69,7 +69,7 @@ export declare const reactPreset: ({
|
|
|
69
69
|
};
|
|
70
70
|
"@typescript-eslint": {
|
|
71
71
|
configs: Record<string, import("@typescript-eslint/utils/ts-eslint").ClassicConfig.Config>;
|
|
72
|
-
meta: import("
|
|
72
|
+
meta: import("typescript-eslint").FlatConfig.PluginMeta;
|
|
73
73
|
rules: typeof import("@typescript-eslint/eslint-plugin/use-at-your-own-risk/rules");
|
|
74
74
|
};
|
|
75
75
|
jsdoc: {
|
|
@@ -445,26 +445,24 @@ export declare const reactPreset: ({
|
|
|
445
445
|
};
|
|
446
446
|
};
|
|
447
447
|
"testing-library": {
|
|
448
|
-
meta: {
|
|
449
|
-
name: string;
|
|
450
|
-
version: string;
|
|
448
|
+
readonly meta: {
|
|
449
|
+
readonly name: string;
|
|
450
|
+
readonly version: string;
|
|
451
451
|
};
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
dom: import("eslint").Linter.LegacyConfig
|
|
455
|
-
|
|
456
|
-
react: import("eslint").Linter.LegacyConfig
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
"
|
|
460
|
-
"flat/dom": import("eslint").Linter.
|
|
461
|
-
"flat/
|
|
462
|
-
"flat/react": import("eslint").Linter.
|
|
463
|
-
"flat/
|
|
464
|
-
"flat/
|
|
465
|
-
|
|
466
|
-
rules: {
|
|
467
|
-
[key: string]: import("eslint").Rule.RuleModule;
|
|
452
|
+
readonly rules: Record<string, import("eslint").Rule.RuleModule>;
|
|
453
|
+
readonly configs: {
|
|
454
|
+
dom: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
455
|
+
angular: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
456
|
+
react: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
457
|
+
vue: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
458
|
+
svelte: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
459
|
+
marko: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
460
|
+
"flat/dom": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
461
|
+
"flat/angular": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
462
|
+
"flat/react": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
463
|
+
"flat/vue": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
464
|
+
"flat/svelte": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
465
|
+
"flat/marko": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
468
466
|
};
|
|
469
467
|
};
|
|
470
468
|
"@nx": typeof nx;
|
|
@@ -548,26 +546,24 @@ export declare const reactPreset: ({
|
|
|
548
546
|
};
|
|
549
547
|
};
|
|
550
548
|
"testing-library": {
|
|
551
|
-
meta: {
|
|
552
|
-
name: string;
|
|
553
|
-
version: string;
|
|
549
|
+
readonly meta: {
|
|
550
|
+
readonly name: string;
|
|
551
|
+
readonly version: string;
|
|
554
552
|
};
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
dom: import("eslint").Linter.LegacyConfig
|
|
558
|
-
|
|
559
|
-
react: import("eslint").Linter.LegacyConfig
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
"
|
|
563
|
-
"flat/dom": import("eslint").Linter.
|
|
564
|
-
"flat/
|
|
565
|
-
"flat/react": import("eslint").Linter.
|
|
566
|
-
"flat/
|
|
567
|
-
"flat/
|
|
568
|
-
|
|
569
|
-
rules: {
|
|
570
|
-
[key: string]: import("eslint").Rule.RuleModule;
|
|
553
|
+
readonly rules: Record<string, import("eslint").Rule.RuleModule>;
|
|
554
|
+
readonly configs: {
|
|
555
|
+
dom: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
556
|
+
angular: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
557
|
+
react: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
558
|
+
vue: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
559
|
+
svelte: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
560
|
+
marko: import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
|
561
|
+
"flat/dom": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
562
|
+
"flat/angular": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
563
|
+
"flat/react": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
564
|
+
"flat/vue": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
565
|
+
"flat/svelte": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
566
|
+
"flat/marko": import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>;
|
|
571
567
|
};
|
|
572
568
|
};
|
|
573
569
|
"@trackunit"?: undefined;
|