@trackunit/eslint-plugin-trackunit 0.6.130 → 0.6.131-alpha-7317206cecd.0
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 +0 -20
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,3 @@
|
|
|
1
|
-
## 0.6.130 (2026-09-08)
|
|
2
|
-
|
|
3
|
-
### 🚀 Features
|
|
4
|
-
|
|
5
|
-
- ⚠️ **css-class-variance-utilities:** replace cvaMerge with cva 1.0 ([#25413](https://github.com/Trackunit/manager/pull/25413), [#25396](https://github.com/Trackunit/manager/issues/25396), [#25410](https://github.com/Trackunit/manager/issues/25410), [#133](https://github.com/Trackunit/manager/issues/133))
|
|
6
|
-
|
|
7
|
-
### ⚠️ Breaking Changes
|
|
8
|
-
|
|
9
|
-
- **css-class-variance-utilities:** replace cvaMerge with cva 1.0 ([#25413](https://github.com/Trackunit/manager/pull/25413), [#25396](https://github.com/Trackunit/manager/issues/25396), [#25410](https://github.com/Trackunit/manager/issues/25410), [#133](https://github.com/Trackunit/manager/issues/133))
|
|
10
|
-
|
|
11
|
-
### 🧱 Updated Dependencies
|
|
12
|
-
|
|
13
|
-
- Updated css-classname-utils to 0.0.33
|
|
14
|
-
- Updated shared-utils to 1.16.33
|
|
15
|
-
|
|
16
|
-
### ❤️ Thank You
|
|
17
|
-
|
|
18
|
-
- Cursor @cursoragent
|
|
19
|
-
- Michael Buss Rønne @man-trackunit
|
|
20
|
-
|
|
21
1
|
## 0.6.129 (2026-09-08)
|
|
22
2
|
|
|
23
3
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/eslint-plugin-trackunit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.131-alpha-7317206cecd.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"engines": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@nx/eslint-plugin": "23.1.0",
|
|
11
|
-
"@trackunit/css-classname-utils": "0.0.
|
|
11
|
+
"@trackunit/css-classname-utils": "0.0.34-alpha-7317206cecd.0",
|
|
12
12
|
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
13
13
|
"@typescript-eslint/utils": "8.58.1",
|
|
14
14
|
"eslint-config-prettier": "^10.1.8",
|