@anolilab/stylelint-config 7.0.4 → 7.0.6
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 +22 -0
- package/package.json +4 -4
- /package/dist/{bin.mjs → bin.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [7.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.5...@anolilab/stylelint-config@7.0.6) (2025-09-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update stylelint-config package.json and packem.config.ts ([30a1d87](https://github.com/anolilab/javascript-style-guide/commit/30a1d872d03b85a6add7c852cebb690238215de4))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **browserslist-config-anolilab:** upgraded to 6.0.3
|
|
11
|
+
|
|
12
|
+
## @anolilab/stylelint-config [7.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.4...@anolilab/stylelint-config@7.0.5) (2025-08-04)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* update stylelint and semantic-release dependencies ([2676651](https://github.com/anolilab/javascript-style-guide/commit/2676651243e70976f8107b3e5d13e8edae11bdae))
|
|
17
|
+
|
|
18
|
+
### Miscellaneous Chores
|
|
19
|
+
|
|
20
|
+
* update dependencies across packages ([db14c14](https://github.com/anolilab/javascript-style-guide/commit/db14c14d94b2e21e8c23791b9dc83c391b1a9a87))
|
|
21
|
+
* update dependencies and versions across packages ([48812ea](https://github.com/anolilab/javascript-style-guide/commit/48812ea5c4de5833636b2ed3b7302a35120aba3a))
|
|
22
|
+
|
|
1
23
|
## @anolilab/stylelint-config [7.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.3...@anolilab/stylelint-config@7.0.4) (2025-07-11)
|
|
2
24
|
|
|
3
25
|
### 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.6",
|
|
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.js"
|
|
172
172
|
},
|
|
173
173
|
"files": [
|
|
174
174
|
"dist",
|
|
@@ -180,9 +180,9 @@
|
|
|
180
180
|
"index.mjs"
|
|
181
181
|
],
|
|
182
182
|
"dependencies": {
|
|
183
|
-
"browserslist-config-anolilab": "6.0.
|
|
183
|
+
"browserslist-config-anolilab": "6.0.3",
|
|
184
184
|
"stylelint-config-clean-order": "^7.0.0",
|
|
185
|
-
"stylelint-config-standard": "^
|
|
185
|
+
"stylelint-config-standard": "^39.0.0",
|
|
186
186
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
187
187
|
"stylelint-high-performance-animation": "^1.11.0",
|
|
188
188
|
"stylelint-no-unsupported-browser-features": "^8.0.4",
|
/package/dist/{bin.mjs → bin.js}
RENAMED
|
File without changes
|