@trackunit/eslint-plugin-trackunit 0.4.59 → 0.4.61

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,24 @@
1
+ ## 0.4.61 (2026-04-28)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated shared-utils to 1.13.115
6
+
7
+ ## 0.4.60 (2026-04-28)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - enforce no-floating-promises in hilti ([927b011e419](https://github.com/Trackunit/manager/commit/927b011e419))
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated shared-utils to 1.13.114
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Aleksandar Yanev Mihaylov @aleksandarmihaylov
20
+ - Cursor Agent @cursoragent
21
+
1
22
  ## 0.4.59 (2026-04-27)
2
23
 
3
24
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/eslint-plugin-trackunit",
3
- "version": "0.4.59",
3
+ "version": "0.4.61",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -66,7 +66,7 @@ exports.typescriptRules = {
66
66
  "@typescript-eslint/ban-ts-comment": "warn",
67
67
  "@typescript-eslint/member-ordering": "error",
68
68
  "@typescript-eslint/no-empty-object-type": "error",
69
- "@typescript-eslint/no-floating-promises": "warn",
69
+ "@typescript-eslint/no-floating-promises": "error",
70
70
  "@typescript-eslint/explicit-member-accessibility": [
71
71
  "error",
72
72
  {