@lisergia/config-stylelint 24.0.0 → 26.0.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 +14 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @lisergia/config-stylelint
|
|
2
2
|
|
|
3
|
+
## 26.0.0
|
|
4
|
+
|
|
5
|
+
No changes in this release.
|
|
6
|
+
|
|
7
|
+
## 25.0.0
|
|
8
|
+
|
|
9
|
+
### Major Changes
|
|
10
|
+
|
|
11
|
+
- Modernize the Lisergia toolchain and runtime packages for Bun, Vite, current TypeScript, and ESM output.
|
|
12
|
+
|
|
13
|
+
Improve client-side navigation, link handling, lifecycle cleanup, and package type safety.
|
|
14
|
+
|
|
15
|
+
Update shared configuration and dependency compatibility across the package suite.
|
|
16
|
+
|
|
3
17
|
## 24.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lisergia/config-stylelint",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "26.0.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"stylelint": "^
|
|
7
|
-
"stylelint-config-standard-scss": "^
|
|
8
|
-
"stylelint-order": "^
|
|
6
|
+
"stylelint": "^17.14.1",
|
|
7
|
+
"stylelint-config-standard-scss": "^17.0.0",
|
|
8
|
+
"stylelint-order": "^8.1.1"
|
|
9
9
|
}
|
|
10
10
|
}
|