@anolilab/stylelint-config 11.0.1 → 11.0.3
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 +18 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [11.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@11.0.2...@anolilab/stylelint-config@11.0.3) (2026-06-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@anolilab/eslint-config:** upgraded to 27.0.10
|
|
7
|
+
|
|
8
|
+
## @anolilab/stylelint-config [11.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@11.0.1...@anolilab/stylelint-config@11.0.2) (2026-06-11)
|
|
9
|
+
|
|
10
|
+
### Miscellaneous Chores
|
|
11
|
+
|
|
12
|
+
* **security:** apply audit overrides ([c0fe05e](https://github.com/anolilab/javascript-style-guide/commit/c0fe05eb09877de49c3b05a367f7e1846eb01632))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **@anolilab/eslint-config:** upgraded to 27.0.9
|
|
18
|
+
|
|
1
19
|
## @anolilab/stylelint-config [11.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@11.0.0...@anolilab/stylelint-config@11.0.1) (2026-05-04)
|
|
2
20
|
|
|
3
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.3",
|
|
4
4
|
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
],
|
|
182
182
|
"dependencies": {
|
|
183
183
|
"browserslist-config-anolilab": "9.0.0",
|
|
184
|
-
"stylelint-config-clean-order": "8.0.
|
|
184
|
+
"stylelint-config-clean-order": "8.0.2",
|
|
185
185
|
"stylelint-config-standard": "40.0.0",
|
|
186
186
|
"stylelint-declaration-block-no-ignored-properties": "3.0.0",
|
|
187
187
|
"stylelint-high-performance-animation": "2.0.0",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"stylelint-selector-no-empty": "^1.0.9"
|
|
191
191
|
},
|
|
192
192
|
"peerDependencies": {
|
|
193
|
-
"postcss": "8.5.
|
|
193
|
+
"postcss": "8.5.15",
|
|
194
194
|
"stylelint": "^15.11.0 || 16.x"
|
|
195
195
|
},
|
|
196
196
|
"engines": {
|