@anolilab/stylelint-config 6.0.10 → 6.0.11
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 +14 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [6.0.11](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.10...@anolilab/stylelint-config@6.0.11) (2023-09-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* updated dev deps ([d4bf8d9](https://github.com/anolilab/javascript-style-guide/commit/d4bf8d9b636e68bb214c527791dbb76ee47c6af5))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **browserslist-config-anolilab:** upgraded to 5.0.11
|
|
13
|
+
* **@anolilab/semantic-release-preset:** upgraded to 8.0.0
|
|
14
|
+
|
|
1
15
|
## @anolilab/stylelint-config [6.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.9...@anolilab/stylelint-config@6.0.10) (2023-09-29)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.11",
|
|
4
4
|
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@anolilab/package-json-utils": "3.0.7",
|
|
108
108
|
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
|
|
109
|
-
"browserslist-config-anolilab": "5.0.
|
|
109
|
+
"browserslist-config-anolilab": "5.0.11",
|
|
110
110
|
"stylelint-config-clean-order": "^5.2.0",
|
|
111
111
|
"stylelint-config-standard": "^34.0.0",
|
|
112
112
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
"vitest": "^0.34.6"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@anolilab/semantic-release-preset": "
|
|
121
|
+
"@anolilab/semantic-release-preset": "8.0.0",
|
|
122
122
|
"postcss": "^8.4.31",
|
|
123
123
|
"rimraf": "^5.0.5",
|
|
124
|
-
"semantic-release": "^
|
|
124
|
+
"semantic-release": "^22.0.5",
|
|
125
125
|
"stylelint": "15.10.3",
|
|
126
126
|
"vitest": "^0.34.6"
|
|
127
127
|
},
|