@anolilab/stylelint-config 7.0.8 → 7.0.10
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 +23 -0
- package/package.json +6 -6
- /package/dist/{bin.js → bin.mjs} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [7.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.9...@anolilab/stylelint-config@7.0.10) (2025-11-16)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update node engine compatibility and upgrade dependencies ([1a0d0e1](https://github.com/anolilab/javascript-style-guide/commit/1a0d0e16d48dd2fb67017cdf3f21988d6adf1cdc))
|
|
6
|
+
* **deps:** update package versions and configurations ([e5b9cb5](https://github.com/anolilab/javascript-style-guide/commit/e5b9cb5195c4a9a4a481e9eb967fc5a0f92e1add))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
* **browserslist-config-anolilab:** upgraded to 6.0.7
|
|
12
|
+
|
|
13
|
+
## @anolilab/stylelint-config [7.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.8...@anolilab/stylelint-config@7.0.9) (2025-10-14)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* **browserslist-config-anolilab:** upgraded to 6.0.6
|
|
23
|
+
|
|
1
24
|
## @anolilab/stylelint-config [7.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.7...@anolilab/stylelint-config@7.0.8) (2025-10-02)
|
|
2
25
|
|
|
3
26
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.10",
|
|
4
4
|
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
"bin": {
|
|
171
|
-
"stylelint-config:install": "./dist/bin.
|
|
171
|
+
"stylelint-config:install": "./dist/bin.mjs"
|
|
172
172
|
},
|
|
173
173
|
"files": [
|
|
174
174
|
"dist",
|
|
@@ -180,12 +180,12 @@
|
|
|
180
180
|
"index.mjs"
|
|
181
181
|
],
|
|
182
182
|
"dependencies": {
|
|
183
|
-
"browserslist-config-anolilab": "6.0.
|
|
183
|
+
"browserslist-config-anolilab": "6.0.7",
|
|
184
184
|
"stylelint-config-clean-order": "^7.0.0",
|
|
185
|
-
"stylelint-config-standard": "^39.0.
|
|
185
|
+
"stylelint-config-standard": "^39.0.1",
|
|
186
186
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
187
187
|
"stylelint-high-performance-animation": "^1.11.0",
|
|
188
|
-
"stylelint-no-unsupported-browser-features": "^8.0.
|
|
188
|
+
"stylelint-no-unsupported-browser-features": "^8.0.5",
|
|
189
189
|
"stylelint-require-units": "^2.0.0",
|
|
190
190
|
"stylelint-selector-no-empty": "^1.0.9"
|
|
191
191
|
},
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"stylelint": "^15.11.0 || 16.x"
|
|
195
195
|
},
|
|
196
196
|
"engines": {
|
|
197
|
-
"node": ">=20.18.* <=
|
|
197
|
+
"node": ">=20.18.* <=25.*"
|
|
198
198
|
},
|
|
199
199
|
"publishConfig": {
|
|
200
200
|
"access": "public",
|
/package/dist/{bin.js → bin.mjs}
RENAMED
|
File without changes
|