@trackunit/eslint-plugin-trackunit 0.6.15 → 0.6.17
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 +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## 0.6.17 (2026-06-08)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **nx-tools:** type-check source configs in tsc-validate, not just specs ([#23591](https://github.com/Trackunit/manager/pull/23591), [#23403](https://github.com/Trackunit/manager/issues/23403))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated shared-utils to 1.15.17
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Brian Christensen @bchTrackunit
|
|
14
|
+
- Cursor @cursoragent
|
|
15
|
+
|
|
16
|
+
## 0.6.16 (2026-06-08)
|
|
17
|
+
|
|
18
|
+
### 🧱 Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated shared-utils to 1.15.16
|
|
21
|
+
|
|
1
22
|
## 0.6.15 (2026-06-05)
|
|
2
23
|
|
|
3
24
|
### 🧱 Updated Dependencies
|