@anolilab/stylelint-config 7.0.5 → 7.0.7
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 +27 -0
- package/index.cjs +4 -1
- package/index.mjs +2 -2
- package/package.json +11 -11
- /package/dist/{bin.mjs → bin.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [7.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.6...@anolilab/stylelint-config@7.0.7) (2025-10-02)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* add Prettier configuration and improve code formatting ([944ac53](https://github.com/anolilab/javascript-style-guide/commit/944ac539e849b952538e536bbe5cc6a992fb1212))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* **deps:** update package dependencies to latest versions ([028b723](https://github.com/anolilab/javascript-style-guide/commit/028b7237222bfddb4f4ce43a1247f5a3ed9f2c68))
|
|
10
|
+
* update @visulima/packem to version 2.0.0-alpha.19 and add eslint-plugin-erasable-syntax-only@0.3.1\n\n- Updated all instances of @visulima/packem to the latest alpha version.\n- Added new dependency eslint-plugin-erasable-syntax-only for enhanced linting capabilities.\n- Updated devDependencies in various package.json files to ensure consistency across configurations. ([0d62091](https://github.com/anolilab/javascript-style-guide/commit/0d620916bbabb0d64266136978c0b038844e3bc7))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **browserslist-config-anolilab:** upgraded to 6.0.4
|
|
16
|
+
|
|
17
|
+
## @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)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* update stylelint-config package.json and packem.config.ts ([30a1d87](https://github.com/anolilab/javascript-style-guide/commit/30a1d872d03b85a6add7c852cebb690238215de4))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* **browserslist-config-anolilab:** upgraded to 6.0.3
|
|
27
|
+
|
|
1
28
|
## @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)
|
|
2
29
|
|
|
3
30
|
### Bug Fixes
|
package/index.cjs
CHANGED
|
@@ -11,5 +11,8 @@ const config = [
|
|
|
11
11
|
];
|
|
12
12
|
|
|
13
13
|
module.exports = {
|
|
14
|
-
extends: [
|
|
14
|
+
extends: [
|
|
15
|
+
...config.map((element) => require.resolve(element)),
|
|
16
|
+
"stylelint-config-clean-order",
|
|
17
|
+
],
|
|
15
18
|
};
|
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.7",
|
|
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,17 +180,17 @@
|
|
|
180
180
|
"index.mjs"
|
|
181
181
|
],
|
|
182
182
|
"dependencies": {
|
|
183
|
-
"browserslist-config-anolilab": "6.0.
|
|
184
|
-
"stylelint-config-clean-order": "
|
|
185
|
-
"stylelint-config-standard": "
|
|
186
|
-
"stylelint-declaration-block-no-ignored-properties": "
|
|
187
|
-
"stylelint-high-performance-animation": "
|
|
188
|
-
"stylelint-no-unsupported-browser-features": "
|
|
189
|
-
"stylelint-require-units": "
|
|
190
|
-
"stylelint-selector-no-empty": "
|
|
183
|
+
"browserslist-config-anolilab": "6.0.4",
|
|
184
|
+
"stylelint-config-clean-order": "catalog:lint",
|
|
185
|
+
"stylelint-config-standard": "catalog:lint",
|
|
186
|
+
"stylelint-declaration-block-no-ignored-properties": "catalog:lint",
|
|
187
|
+
"stylelint-high-performance-animation": "catalog:lint",
|
|
188
|
+
"stylelint-no-unsupported-browser-features": "catalog:lint",
|
|
189
|
+
"stylelint-require-units": "catalog:lint",
|
|
190
|
+
"stylelint-selector-no-empty": "catalog:lint"
|
|
191
191
|
},
|
|
192
192
|
"peerDependencies": {
|
|
193
|
-
"postcss": "
|
|
193
|
+
"postcss": "catalog:style",
|
|
194
194
|
"stylelint": "^15.11.0 || 16.x"
|
|
195
195
|
},
|
|
196
196
|
"engines": {
|
/package/dist/{bin.mjs → bin.js}
RENAMED
|
File without changes
|