@trackunit/eslint-plugin-trackunit 0.4.59 → 0.4.60

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,18 @@
1
+ ## 0.4.60 (2026-04-28)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - enforce no-floating-promises in hilti ([927b011e419](https://github.com/Trackunit/manager/commit/927b011e419))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated shared-utils to 1.13.114
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Aleksandar Yanev Mihaylov @aleksandarmihaylov
14
+ - Cursor Agent @cursoragent
15
+
1
16
  ## 0.4.59 (2026-04-27)
2
17
 
3
18
  ### 🧱 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.60",
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
  {