@anolilab/stylelint-config 5.0.0 → 5.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +12 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @anolilab/stylelint-config [5.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@5.0.0...@anolilab/stylelint-config@5.0.1) (2023-06-25)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * optimized seo of packages ([7331a1d](https://github.com/anolilab/javascript-style-guide/commit/7331a1da817ef2e31d4ec224aff096585a87dd04))
7
+ * update sort in package.json ([e316e91](https://github.com/anolilab/javascript-style-guide/commit/e316e917843d5aec9646c9d34a5748011a6b9780))
8
+
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * **browserslist-config-anolilab:** upgraded to 4.1.0
14
+
1
15
  ## @anolilab/stylelint-config [5.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@4.0.5...@anolilab/stylelint-config@5.0.0) (2023-06-24)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -10,7 +10,15 @@
10
10
  "style",
11
11
  "stylelint",
12
12
  "stylelint-config",
13
- "anolilab"
13
+ "anolilab",
14
+ "stylelint-a11y",
15
+ "stylelint-config-clean-order",
16
+ "stylelint-config-standard",
17
+ "stylelint-declaration-block-no-ignored-properties",
18
+ "stylelint-high-performance-animation",
19
+ "stylelint-no-unsupported-browser-features",
20
+ "stylelint-require-units",
21
+ "stylelint-selector-no-empty"
14
22
  ],
15
23
  "homepage": "https://anolilab.com/nodejs/packages/stylelint-config",
16
24
  "repository": {
@@ -97,9 +105,9 @@
97
105
  "dependencies": {
98
106
  "@anolilab/package-json-utils": "1.5.0",
99
107
  "@ronilaukkarinen/stylelint-a11y": "^1.2.7",
100
- "browserslist-config-anolilab": "4.0.7",
101
- "stylelint-config-standard": "^33.0.0",
108
+ "browserslist-config-anolilab": "4.1.0",
102
109
  "stylelint-config-clean-order": "^5.0.1",
110
+ "stylelint-config-standard": "^33.0.0",
103
111
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
104
112
  "stylelint-high-performance-animation": "^1.8.0",
105
113
  "stylelint-no-unsupported-browser-features": "^6.1.0",