@anolilab/stylelint-config 5.0.3 → 5.0.4
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [5.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@5.0.3...@anolilab/stylelint-config@5.0.4) (2023-06-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated lock, updated @anolilab/package-json-utils and removed baseUrl in the tsconfig that was in the wrong place ([cb08fb5](https://github.com/anolilab/javascript-style-guide/commit/cb08fb5f9fa15f0134327f89f1908199fddaa327))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **browserslist-config-anolilab:** upgraded to 4.1.2
|
|
13
|
+
* **@anolilab/semantic-release-preset:** upgraded to 4.0.3
|
|
14
|
+
|
|
1
15
|
## @anolilab/stylelint-config [5.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@5.0.2...@anolilab/stylelint-config@5.0.3) (2023-06-28)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@anolilab/package-json-utils": "1.5.1",
|
|
107
107
|
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
|
|
108
|
-
"browserslist-config-anolilab": "4.1.
|
|
108
|
+
"browserslist-config-anolilab": "4.1.2",
|
|
109
109
|
"stylelint-config-clean-order": "^5.0.1",
|
|
110
110
|
"stylelint-config-standard": "^33.0.0",
|
|
111
111
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"vitest": "^0.32.2"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@anolilab/semantic-release-preset": "4.0.
|
|
120
|
+
"@anolilab/semantic-release-preset": "4.0.3",
|
|
121
121
|
"postcss": "^8.4.24",
|
|
122
122
|
"semantic-release": "^21.0.5",
|
|
123
123
|
"stylelint": "15.9.0",
|