@anolilab/stylelint-config 6.0.8 → 6.0.10
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 +29 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.7
|
|
13
|
+
* **browserslist-config-anolilab:** upgraded to 5.0.10
|
|
14
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.5
|
|
15
|
+
|
|
16
|
+
## @anolilab/stylelint-config [6.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.8...@anolilab/stylelint-config@6.0.9) (2023-09-27)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Miscellaneous Chores
|
|
20
|
+
|
|
21
|
+
* **deps:** update devdependencies ([#766](https://github.com/anolilab/javascript-style-guide/issues/766)) ([ef64bea](https://github.com/anolilab/javascript-style-guide/commit/ef64bea2701995c85b9d1a0ad07ec4da6f7e4b25))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* **browserslist-config-anolilab:** upgraded to 5.0.9
|
|
28
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.4
|
|
29
|
+
|
|
1
30
|
## @anolilab/stylelint-config [6.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.7...@anolilab/stylelint-config@6.0.8) (2023-09-26)
|
|
2
31
|
|
|
3
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.10",
|
|
4
4
|
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -104,9 +104,9 @@
|
|
|
104
104
|
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@anolilab/package-json-utils": "3.0.
|
|
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.10",
|
|
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.6"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@anolilab/semantic-release-preset": "7.0.
|
|
122
|
-
"postcss": "^8.4.
|
|
123
|
-
"rimraf": "^5.0.
|
|
121
|
+
"@anolilab/semantic-release-preset": "7.0.5",
|
|
122
|
+
"postcss": "^8.4.31",
|
|
123
|
+
"rimraf": "^5.0.5",
|
|
124
124
|
"semantic-release": "^21.1.2",
|
|
125
125
|
"stylelint": "15.10.3",
|
|
126
|
-
"vitest": "^0.34.
|
|
126
|
+
"vitest": "^0.34.6"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"postcss": "^8.4.18",
|