@anolilab/stylelint-config 6.0.5 → 6.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 +20 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [6.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.5...@anolilab/stylelint-config@6.0.6) (2023-09-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* update package versions and Node.js versions in actions ([ba1bd5f](https://github.com/anolilab/javascript-style-guide/commit/ba1bd5fbdb5a053b7b2929c189486399012d58bc))
|
|
7
|
+
* updated deps ([a287003](https://github.com/anolilab/javascript-style-guide/commit/a2870031901767b64c304f1c926173d66ffaf283))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Continuous Integration
|
|
11
|
+
|
|
12
|
+
* downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* **browserslist-config-anolilab:** upgraded to 5.0.6
|
|
19
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.0
|
|
20
|
+
|
|
1
21
|
## @anolilab/stylelint-config [6.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.4...@anolilab/stylelint-config@6.0.5) (2023-09-14)
|
|
2
22
|
|
|
3
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.6",
|
|
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.5",
|
|
108
108
|
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
|
|
109
|
-
"browserslist-config-anolilab": "5.0.
|
|
109
|
+
"browserslist-config-anolilab": "5.0.6",
|
|
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",
|
|
@@ -115,15 +115,15 @@
|
|
|
115
115
|
"stylelint-require-units": "^1.0.2",
|
|
116
116
|
"stylelint-selector-no-empty": "^1.0.9",
|
|
117
117
|
"tsup": "^7.2.0",
|
|
118
|
-
"vitest": "^0.34.
|
|
118
|
+
"vitest": "^0.34.5"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@anolilab/semantic-release-preset": "
|
|
122
|
-
"postcss": "^8.4.
|
|
121
|
+
"@anolilab/semantic-release-preset": "7.0.0",
|
|
122
|
+
"postcss": "^8.4.30",
|
|
123
123
|
"rimraf": "^5.0.1",
|
|
124
|
-
"semantic-release": "^21.1.
|
|
124
|
+
"semantic-release": "^21.1.2",
|
|
125
125
|
"stylelint": "15.10.3",
|
|
126
|
-
"vitest": "^0.34.
|
|
126
|
+
"vitest": "^0.34.5"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"postcss": "^8.4.18",
|